Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/troff/
H A Dnii.c74 tchar pbbuf[NC]; /* pushback buffer for arguments, \n, etc. */ variable
75 tchar *pbp = pbbuf; /* next free slot in pbbuf */
76 tchar *lastpbp = pbbuf; /* pbp in previous stack frame */
H A Dn1.c1145 while (b > ob && pbp < &pbbuf[NC-3])
1147 if (pbp >= &pbbuf[NC-3]) {
1164 while (b > ob && pbp < &pbbuf[NC-3])
1166 if (pbp >= &pbbuf[NC-3]) {
1505 while (i>0 && pbp < &pbbuf[NC-3]) {
H A Dext.h175 extern tchar pbbuf[NC];
H A Dn9.c501 while (nchar-->0 && pbp < &pbbuf[NC-3]) { in setfield()
534 while (nchar-- > 0 && pbp < &pbbuf[NC-3]) in setfield()