Home
last modified time | relevance | path

Searched refs:LAST (Results 1 – 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmxdate.c51 #define LAST (1<<8) macro
1243 if (state & LAST) in tmxdate()
1245 state &= ~LAST; in tmxdate()
1246 set &= ~LAST; in tmxdate()
1304 state |= LAST; in tmxdate()
1348 if (state & LAST) in tmxdate()
1350 state &= ~LAST; in tmxdate()
1351 set &= ~LAST; in tmxdate()
1360 if (state & LAST) in tmxdate()
1398 if ((state & (LAST|NEXT|THIS)) == LAST) in tmxdate()
[all …]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dkeyname.sh56 LAST=`tail -1 keyname.c | awk -F'"' '{print $2}'`
68 if ((key == 0400) || (key > KEY_${LAST}))
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dattributes.sh134 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"
/illumos-gate/usr/src/lib/libfru/libfru/
H A DnameSyntaxYacc.y61 %token LAST ADD
173 | LAST
H A DnameSyntaxLex.l52 "$" { return LAST; }
/illumos-gate/usr/src/cmd/csplit/
H A Dcsplit.c50 #define LAST 0LL macro
198 to_line(LAST); in main()
570 if (ln != LAST) { in to_line()
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcpowl.c39 #define LAST(x) ((int *) &x)[3] macro
42 #define LAST(x) ((int *) &x)[0] macro
161 } else if ((LAST(u) & 3) == 0) { in cpowl()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dregress.sh603 -) ((LAST++)); TEST=$LAST ;;
604 +([0123456789])) LAST=$1 TEST=$1 ;;
605 *) LAST=0${1/[!0123456789]/} TEST=$1 ;;
1339 typeset -Z LAST=00
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c159 #define LAST 255 macro
392 i = LAST+1;
652 while (finchar > LAST) {
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h113 #define LAST(b) ((b)->t_s.w_p[1]) macro
H A Dmalloc.c443 np = LAST(tp); in realloc()
531 np = LAST(tp); in realfree()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmallint.h143 #define LAST(b) (*((TREE **)(((uintptr_t)(b)) - WORDSIZE))) macro
H A Dmalloc.c454 (SIZE(np = LAST(tp)) + SIZE(tp) + WORDSIZE) >= size) { in realloc()
519 np = LAST(tp); in realfree()
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c191 #define LAST 255 macro
491 i = LAST + 1; in bsd_init()
1353 while (finchar > LAST) { in bsd_decompress()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppfsm.h207 #define LAST (S_WS) macro
H A Dpplex.c46 static int hit[LAST-TERMINAL+2];
H A DMamfile480 exec - /^#define LAST/,$d
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmbest.c223 if(ISPFREE(SIZE(b)) && LAST(b) != freeb &&
224 !vmisfree(vd, LAST(b)) )
408 { fp = LAST(fp);
545 bp = LAST(bp); /**/ASSERT(vmisfree(vd,bp));
H A Dvmprivate.c104 bp = LAST(bp);
H A Dvmhdr.h354 #define LAST(b) (*((Block_t**)(((char*)(b)) - sizeof(Block_t*)) ) ) macro
/illumos-gate/usr/src/lib/fm/libfmd_snmp/mibs/
H A DSUN-IREPORT-MIB.mib41 LAST-UPDATED "201007220000Z" -- July 22, 2010
H A DSUN-FM-MIB.mib41 LAST-UPDATED "200808040000Z"
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge.h561 #define LAST(index, limit) ((index) ? (index)-1 : (limit - 1)); macro
H A Drge_rxtx.c434 tc_tail = LAST(tc_tail, RGE_SEND_SLOTS); in rge_send_recycle()
/illumos-gate/usr/src/cmd/filesync/
H A DREADME57 WHEN THEY WERE LAST IN SYNC.
93 files THE LAST TIME THEY WERE IN AGREEMENT. If files

12