Lines Matching refs:line
37 Sorting by key looks at a subset of the words on each line. -k2 uses the
38 second word to the end of the line, -k2,2 looks at only the second word,
278 // Read each line from file, appending to a big array.
281 char *line;
284 line = *pline;
285 if (!FLAG(z) && len && line[len-1]=='\n') line[--len] = 0;
292 if (TT.lines && compare_keys((void *)&TT.lines, &line)>j)
293 error_exit("%s: Check line %d\n", TT.name, TT.linecount);
295 TT.lines = (void *)line;
299 TT.lines[TT.linecount] = line;
368 // If no keys, perform alphabetic sort over the whole line.