Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dman.c184 int bline; in man_pmacro() local
233 bline = man->flags & MAN_BLINE; in man_pmacro()
243 if (bline && man_hasc(buf + offs)) in man_pmacro()
244 bline = 0; in man_pmacro()
265 if (bline == 0 || in man_pmacro()
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c870 int bline = 0; in nexbuf() local
881 (p++)->c_lno = Lnumb + bline; in nexbuf()
882 for (j = (Length - Margin)/Dblspace; --j >= 0; ++bline) { in nexbuf()
902 balance(bline); in nexbuf()
984 balance(int bline) /* line balancing for last page */ in balance() argument
995 c = bline % Ncols; in balance()
996 l = (bline + Ncols - 1)/Ncols; in balance()
997 bline = 0; in balance()
1002 (++p)->c_lno = Lnumb + (bline += l); in balance()
/illumos-gate/usr/src/cmd/grep/
H A Dgrep.c1100 char *bline; in grep() local
1101 bline = bmgexec(ptr, ptr + data_len); in grep()
1102 if (bline == NULL) { in grep()
1124 if (bline > ptrend) { in grep()