Home
last modified time | relevance | path

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

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