Searched refs:theLine (Results 1 – 8 of 8) sorted by relevance
265 string theLine; in DisplayParts() local268 theLine = "Part. # Size Partition Type Partition Name"; in DisplayParts()269 printw(theLine.c_str()); in DisplayParts()271 theLine = "----------------------------------------------------------------"; in DisplayParts()272 printw(theLine.c_str()); in DisplayParts()
47 - (void) setLine:(NSInteger) theLine;
104 - (void) setLine:(NSInteger) theLine;
224 regsub ^.*RUN:(.*) $lines($i) \1 theLine225 set resultmsg [execOneLine $test $PRNUMS $outcome $i $theLine ]