Searched refs:LAST (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libfru/
H A DnameSyntaxLex.l54 "$" { return LAST; }
H A DnameSyntaxYacc.y56 %token LAST ADD
168 | LAST
/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/lib/libast/common/tm/
H A Dtmxdate.c51 #define LAST (1<<8) macro
66 #define FLAGS(f) (f&EXACT)?"|EXACT":"",(f&LAST)?"|LAST":"",(f&THIS)?"|THIS":"",(f&NEXT)?"|NEXT":"",(f&ORDINAL)?"|ORDINAL":"",(f&FINAL)?"|FINAL":"",(f&WORK)?"|WORK":""
228 state &= (state & HOLD) ? ~(HOLD) : ~(EXACT|LAST|NEXT|THIS);
494 set &= ~(EXACT|LAST|NEXT|THIS);
495 set |= state & (EXACT|LAST|NEXT|THIS);
512 set &= ~(EXACT|LAST|NEXT|THIS);
513 set |= state & (EXACT|LAST|NEXT|THIS);
815 set &= ~(EXACT|LAST|NEXT|THIS);
816 set |= state & (EXACT|LAST|NEX
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dattributes.sh134 typeset -Z LAST=00
139 then LAST=$1
140 else ((LAST++))
144 if (( ${#LAST} != 2 ))
145 then err_exit 'LAST!=2'
148 if (( ${#LAST} != 2 ))
149 then err_exit 'LAST!=2'
151 [[ $(set | grep LAST) == LAST=02 ]] || err_exit "LAST no
[all...]
/illumos-gate/usr/src/cmd/csplit/
H A Dcsplit.c46 #define LAST 0LL macro
194 to_line(LAST);
553 * does nothing if create is False. If to_line's argument is not LAST
557 * If to_line's argument is LAST, it checks for more lines, and gets
566 if (ln != LAST) {
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h115 #define LAST(b) ((b)->t_s.w_p[1]) macro
H A Dmalloc.c445 np = LAST(tp);
533 np = LAST(tp);
/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) {
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmallint.h145 #define LAST(b) (*((TREE **)(((uintptr_t)(b)) - WORDSIZE))) macro
H A Dmalloc.c456 (SIZE(np = LAST(tp)) + SIZE(tp) + WORDSIZE) >= size) {
521 np = LAST(tp);
/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/libpp/common/
H A Dppfsm.h207 #define LAST (S_WS) macro
H A Dpplex.c46 static int hit[LAST-TERMINAL+2];
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmprivate.c130 bp = LAST(bp);
H A Dvmbest.c232 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 Dvmhdr.h390 #define LAST(b) (*((Block_t**)(((char*)(b)) - sizeof(Block_t*)) ) ) macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c193 #define LAST 255 macro
493 i = LAST + 1;
1355 while (finchar > LAST) {
/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);

Completed in 72 milliseconds