/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | wgetstr.c | 47 #define LENGTH 256 macro 54 return ((wgetnstr(win, str, LENGTH) == ERR) ? ERR : OK); in wgetstr() 63 int byte[LENGTH]; in wgetnstr() 70 char rownum[LENGTH], colnum[LENGTH], length[LENGTH]; in wgetnstr() 92 if (n > LENGTH) in wgetnstr() 93 n = LENGTH; in wgetnstr()
|
H A D | wgetwstr.c | 38 #define LENGTH 256 macro 44 return ((wgetnwstr(win, str, LENGTH) == ERR) ? ERR : OK); in wgetwstr() 55 char rownum[LENGTH], colnum[LENGTH], length[LENGTH]; in wgetnwstr() 77 if (n > LENGTH) in wgetnwstr() 78 n = LENGTH; in wgetnwstr()
|
/titanic_50/usr/src/ucbcmd/expr/ |
H A D | expr.y | 44 %token A_STRING SUBSTR LENGTH INDEX NOARG MATCH 55 %left LENGTH INDEX 84 | LENGTH expr = { $$ = length($2); } 119 MATCH, SUBSTR, LENGTH, INDEX };
|
/titanic_50/usr/src/ucblib/libucb/port/stdio/ |
H A D | doprnt.c | 81 #define LENGTH 1 /* l */ macro 434 flagword |= LENGTH; in _doprnt() 509 if (flagword & LENGTH) in _doprnt() 575 if (flagword & LENGTH) in _doprnt() 616 if (flagword & LENGTH) in _doprnt() 964 if (flagword & LENGTH) { in _doprnt()
|
/titanic_50/usr/src/cmd/expr/ |
H A D | expr.c | 58 #define LENGTH 276 macro 102 SUBSTR, LENGTH, INDEX 614 case LENGTH: in expres() 629 case LENGTH: in expres()
|
/titanic_50/usr/src/uts/common/zmod/ |
H A D | inflate.h | 48 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator
|
H A D | inflate.c | 1125 state->mode = LENGTH; 1127 case LENGTH:
|
/titanic_50/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 182 #define LENGTH 0x1 /* l */ macro 855 flagword &= ~LENGTH; in _wndoprnt() 859 flagword |= LENGTH; in _wndoprnt() 904 flagword |= LENGTH; /* ptrdiff_t */ in _wndoprnt() 910 flagword |= LENGTH; /* [s]size_t */ in _wndoprnt() 1010 if (flagword & LENGTH) in _wndoprnt() 1134 if (flagword & LENGTH) in _wndoprnt() 1179 flagword |= LENGTH; in _wndoprnt() 1203 if (flagword & LENGTH) in _wndoprnt() 2043 } else if (flagword & LENGTH) { in _wndoprnt()
|
/titanic_50/usr/src/cmd/lp/filter/postscript/filtdesc/ |
H A D | dpost.fd | 32 Options: LENGTH * = -l*
|
H A D | postprint.fd | 35 Options: LENGTH * = -l*
|
/titanic_50/usr/src/cmd/bc/ |
H A D | bc.y | 67 %token <cc> DIGIT, SQRT, LENGTH, _IF, FFF, EQ 334 | LENGTH '(' e ')' 556 c = LENGTH; in yylex()
|
/titanic_50/usr/src/cmd/pr/ |
H A D | pr.c | 63 #define LENGTH 66 macro 129 static int Length = LENGTH; 556 Length = LENGTH; in findopt()
|
/titanic_50/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-2 | 406 `[OFFSET]+LENGTH[,[OFFSET]+LENGTH]...'. Here is an example: 1367 `<PARTITION-OFFSET-SECTOR, BYTE-OFFSET, BYTE-LENGTH>' for
|
H A D | grub.info | 1711 `[OFFSET]+LENGTH[,[OFFSET]+LENGTH]...'. Here is an example: 2671 `<PARTITION-OFFSET-SECTOR, BYTE-OFFSET, BYTE-LENGTH>' for
|
/titanic_50/usr/src/lib/libsqlite/src/ |
H A D | sqlite.h.in | 54 ** operators and for the LENGTH() and SUBSTR() functions.
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 3199 + MBI.DRIVES.LENGTH instead of MBI.MMAP_ADDR + MBI.MMAP_LENGTH.
|