Searched refs:mtbufp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/troff/
H A Dn7.c79 tchar *mtbufp; variable
818 mtbufp = mtbuf;
820 while(*mtbufp) {
821 switch(*mtbufp & MBMASK) {
824 storeword(*mtbufp++, -1);
828 storeword(*mtbufp++, 0);
831 mtbufp = mtbuf;
941 mtbufp = mtbuf;
942 while(*mtbufp) {
943 switch(*mtbufp
[all...]

Completed in 43 milliseconds