Searched refs:lll (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 1049 long long lll = ll; in _wndoprnt() local 1052 if (lll < 10LL) { in _wndoprnt() 1054 if (lll != 0LL || !(flagword & DOTSEEN)) in _wndoprnt() 1055 *--bp = (wchar_t)lll + L'0'; in _wndoprnt() 1057 if (lll != 0LL || !(flagword & DOTSEEN)) in _wndoprnt() 1058 *--bp = (char)lll + '0'; in _wndoprnt() 1062 tll = lll; in _wndoprnt() 1063 lll /= 10; in _wndoprnt() 1066 (tll - lll * 10 + '0'); in _wndoprnt() 1069 (tll - lll * 10 + '0'); in _wndoprnt() [all …]
|
/titanic_50/usr/src/common/bzip2/ |
H A D | decompress.c | 43 #define GET_BITS(lll,vvv,nnn) \ argument 44 case lll: s->state = lll; \ 67 #define GET_UCHAR(lll,uuu) \ argument 68 GET_BITS(lll,uuu,8) 70 #define GET_BIT(lll,uuu) \ argument 71 GET_BITS(lll,uuu,1)
|
H A D | Solaris.README.txt | 593 #define GET_BITS(lll,vvv,nnn) \ 594 case lll: s->state = lll; \
|
/titanic_50/usr/src/lib/libast/common/ |
H A D | RELEASE | 649 03-03-10 misc/optget.c: handle [f\f:x:lll\f?ddd]
|
/titanic_50/usr/src/cmd/terminfo/ |
H A D | termcap.src | 6104 # From: Andrew Scott Beals <bandy@lll-crg.ARPA> 8698 # From: John Gilmore <hoptoad!gnu@lll-crg.arpa>
|
H A D | terminfo.src | 6902 # From: Andrew Scott Beals <bandy@lll-crg.ARPA> 9770 # From: John Gilmore <hoptoad!gnu@lll-crg.arpa>
|