Home
last modified time | relevance | path

Searched refs:lcount (Results 1 – 3 of 3) sorted by relevance

/third_party/toybox/toys/posix/
Dgrep.c94 static void outline(char *line, char dash, char *name, long lcount, long bcount, in outline() argument
100 printf("%s%ld", TT.grey, lcount); in outline()
102 } else if (lcount && FLAG(n)) numdash(lcount, dash); in outline()
115 long lcount = 0, mcount = 0, offset = 0, after = 0, before = 0; in do_grep() local
155 lcount++; in do_grep()
281 outline(start+mm->rm_so, ':', name, lcount, bcount, in do_grep()
288 outline(dl->data, '-', name, lcount-before, uu[0]+1, uu[1]); in do_grep()
295 outline(FLAG(color) ? 0 : line, ':', name, lcount, bcount, ulen); in do_grep()
325 outline(line, '-', name, lcount, 0, ulen); in do_grep()
Dnl.c37 long lcount;
51 if (*line == '\n') match = TT.l && ++TT.lcount >= TT.l; in do_nl()
53 TT.lcount = 0; in do_nl()
/third_party/toybox/generated/
Dglobals.h1211 long lcount; member