Searched defs:bline (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dman.c165 int bline; local
224 bline = man->flags & MAN_BLINE;
246 if ( ! bline || man->flags & MAN_ELINE ||
/illumos-gate/usr/src/cmd/grep_xpg4/
H A Dgrep.c940 char *bline; local
941 bline = bmgexec(ptr, ptr + data_len);
942 if (bline == NULL) {
964 if (bline > ptrend) {
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c872 int bline = 0; local
883 (p++)->c_lno = Lnumb + bline;
884 for (j = (Length - Margin)/Dblspace; --j >= 0; ++bline) {
904 balance(bline);
986 balance(int bline) /* line balancing for last page */ argument
997 c = bline % Ncols;
998 l = (bline + Ncols - 1)/Ncols;
999 bline = 0;
1004 (++p)->c_lno = Lnumb + (bline += l);

Completed in 65 milliseconds