Lines Matching defs:first
85 This doesn't handle all escape characters properly. It first assumes
239 """Converts the msr number, or first in a list to the appropriate event field."""
471 first = True
476 if not first:
481 first = False
526 first = True
531 if not first:
536 first = False
688 first = True
690 # Skip the first row or any row beginning with #.
691 if not first and len(row) > 0 and not row[0].startswith('#'):
720 first = False