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

/osnet-11/usr/src/lib/libfru/libfru/
H A DnameSyntaxLex.l54 "$" { return LAST; }
H A DnameSyntaxYacc.y56 %token LAST ADD
168 | LAST
/osnet-11/usr/src/lib/libcurses/screen/
H A Dkeyname.sh57 LAST=`tail -1 keyname.c | awk -F'"' '{print $2}'`
69 if ((key == 0400) || (key > KEY_${LAST}))
/osnet-11/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...]
/osnet-11/usr/src/lib/watchmalloc/common/
H A Dmallint.h115 #define LAST(b) ((b)->t_s.w_p[1]) macro
H A Dmalloc.c446 np = LAST(tp);
534 np = LAST(tp);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dmallint.h145 #define LAST(b) (*((TREE **)(((uintptr_t)(b)) - WORDSIZE))) macro
H A Dmalloc.c458 (SIZE(np = LAST(tp)) + SIZE(tp) + WORDSIZE) >= size) {
523 np = LAST(tp);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DNEXT.pm92 package EVERY::LAST; @ISA = 'EVERY';
433 you can use the C<EVERY::LAST> pseudo-class:
435 $obj->EVERY::LAST::foo(); # prints" D::foo X::foo B::foo A::foo
481 which the call to C<EVERY::LAST::Destroy> in the inherited destructor
491 $obj->EVERY::LAST::Init(\%args);
510 which the call to C<EVERY::LAST::Init> in the inherited constructor
/osnet-11/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) {
/osnet-11/usr/src/lib/libpp/common/
H A Dppfsm.h207 #define LAST (S_WS) macro
H A Dpplex.c46 static int hit[LAST-TERMINAL+2];
/osnet-11/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
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DName.pl6966 263E LAST QUARTER MOON

Completed in 94 milliseconds