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

/opensolaris-onvv-gate/usr/src/cmd/troff/
H A Dn4.c217 nrbits = bits;
322 j = (*f)('-' | nrbits);
355 return(k + (*f)((i % 10 + '0') | nrbits));
365 return((*f)('0' | nrbits));
387 k += (*f)(*onesp | nrbits);
392 return(k += (*f)(i | nrbits));
395 k += (*f)(*fivesp | nrbits);
397 k += (*f)(*onesp | nrbits);
407 return((*f)('0' | nrbits));
422 return(k + (*f)((i % 26 + nform) | nrbits));
[all...]
H A Dnii.c118 tchar nrbits; variable
H A Dext.h181 extern tchar nrbits;
H A Dn7.c227 nrbits = nmbits;
228 nw = width('1' | nrbits);

Completed in 98 milliseconds