Lines Matching defs:line
24 or dash separated ranges (inclusive, with X- meaning to end of line and -X
72 // Apply selections to an input line, producing output
76 char *line;
80 line = *pline;
81 if (len && line[len-1]=='\n') line[--len] = 0;
86 char *s = line, *ss;
104 //start = s-line;
116 ss = line+len;
145 ss = line+len;
155 // If we never encountered even one separator, print whole line (posix!)
159 fwrite(line, len, 1, stdout);
214 // Parse command line arguments