Home
last modified time | relevance | path

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

/third_party/toybox/toys/posix/
Dgrep.c88 static void numdash(long num, char dash) in numdash() function
102 } else if (lcount && FLAG(n)) numdash(lcount, dash); in outline()
103 if (bcount && FLAG(b)) numdash(bcount-1, dash); in outline()