/titanic_41/usr/src/lib/libast/common/tm/ |
H A D | tmxdate.c | 51 #define LAST (1<<8) macro 66 #define FLAGS(f) (f&EXACT)?"|EXACT":"",(f&LAST)?"|LAST":"",(f&THIS)?"|THIS":"",(f&NEXT)?"|NEXT":"",… 228 state &= (state & HOLD) ? ~(HOLD) : ~(EXACT|LAST|NEXT|THIS); in tmxdate() 494 set &= ~(EXACT|LAST|NEXT|THIS); in tmxdate() 495 set |= state & (EXACT|LAST|NEXT|THIS); in tmxdate() 512 set &= ~(EXACT|LAST|NEXT|THIS); in tmxdate() 513 set |= state & (EXACT|LAST|NEXT|THIS); in tmxdate() 815 set &= ~(EXACT|LAST|NEXT|THIS); in tmxdate() 816 set |= state & (EXACT|LAST|NEXT|THIS); in tmxdate() 833 …if (!(state & (LAST|NEXT|THIS)) && ((i = t - s) == 4 && (*t == '.' && isdigit(*(t + 1)) && isdigit… in tmxdate() [all …]
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | keyname.sh | 56 LAST=`tail -1 keyname.c | awk -F'"' '{print $2}'` 68 if ((key == 0400) || (key > KEY_${LAST}))
|
/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | attributes.sh | 134 typeset -Z LAST=00 139 then LAST=$1 140 else ((LAST++)) 151 [[ $(set | grep LAST) == LAST=02 ]] || err_exit "LAST not correct in set list"
|
/titanic_41/usr/src/lib/libfru/libfru/ |
H A D | nameSyntaxYacc.y | 56 %token LAST ADD 168 | LAST
|
H A D | nameSyntaxLex.l | 54 "$" { return LAST; }
|
/titanic_41/usr/src/cmd/csplit/ |
H A D | csplit.c | 46 #define LAST 0LL macro 194 to_line(LAST); in main() 566 if (ln != LAST) { in to_line()
|
/titanic_41/usr/src/lib/libm/common/complex/ |
H A D | cpowl.c | 39 #define LAST(x) ((int *) &x)[3] macro 42 #define LAST(x) ((int *) &x)[0] macro 161 } else if ((LAST(u) & 3) == 0) { in cpowl()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | bsd-comp.c | 159 #define LAST 255 macro 392 i = LAST+1; 652 while (finchar > LAST) {
|
/titanic_41/usr/src/lib/watchmalloc/common/ |
H A D | mallint.h | 115 #define LAST(b) ((b)->t_s.w_p[1]) macro
|
H A D | malloc.c | 445 np = LAST(tp); in realloc() 533 np = LAST(tp); in realfree()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | mallint.h | 145 #define LAST(b) (*((TREE **)(((uintptr_t)(b)) - WORDSIZE))) macro
|
H A D | malloc.c | 456 (SIZE(np = LAST(tp)) + SIZE(tp) + WORDSIZE) >= size) { in realloc() 521 np = LAST(tp); in realfree()
|
/titanic_41/usr/src/lib/libpp/common/ |
H A D | ppfsm.h | 207 #define LAST (S_WS) macro
|
H A D | pplex.c | 46 static int hit[LAST-TERMINAL+2];
|
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | bsd-comp.c | 193 #define LAST 255 macro 493 i = LAST + 1; in bsd_init() 1355 while (finchar > LAST) { in bsd_decompress()
|
/titanic_41/usr/src/lib/fm/libfmd_snmp/mibs/ |
H A D | SUN-IREPORT-MIB.mib | 41 LAST-UPDATED "201007220000Z" -- July 22, 2010
|
H A D | SUN-FM-MIB.mib | 41 LAST-UPDATED "200808040000Z"
|
/titanic_41/usr/src/lib/libast/common/vmalloc/ |
H A D | vmprivate.c | 130 bp = LAST(bp);
|
H A D | vmbest.c | 232 if(ISPFREE(SIZE(b)) && LAST(b) != freeb && 233 !vmisfree(vd, LAST(b)) ) 429 { fp = LAST(fp); 589 bp = LAST(bp); /**/ASSERT(vmisfree(vd,bp));
|
H A D | vmhdr.h | 390 #define LAST(b) (*((Block_t**)(((char*)(b)) - sizeof(Block_t*)) ) ) macro
|
/titanic_41/usr/src/uts/common/io/rge/ |
H A D | rge.h | 561 #define LAST(index, limit) ((index) ? (index)-1 : (limit - 1)); macro
|
H A D | rge_rxtx.c | 434 tc_tail = LAST(tc_tail, RGE_SEND_SLOTS); in rge_send_recycle()
|
/titanic_41/usr/src/cmd/filesync/ |
H A D | README | 57 WHEN THEY WERE LAST IN SYNC. 93 files THE LAST TIME THEY WERE IN AGREEMENT. If files
|