Searched defs:BACK (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libpp/common/ |
H A D | ppbuiltin.c | 280 #define BACK(a,p) ((a>p)?*--a:(number++?0:((p=pp.outbuf+PPBUFSIZ),(a=pp.outbuf+2*PPBUFSIZ),*--a))) in ppbuiltin() macro
|
H A D | ppfsm.h | 44 #define BACK(tok) CODE(tok,S_TOKB) macro
|
/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | regexec.c | 115 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n)) macro 170 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here]) macro
|
/titanic_50/usr/src/uts/common/os/ |
H A D | vm_pageout.c | 618 #define BACK 2 macro
|
/titanic_50/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | btree.h | 349 enum { NOT, BACK, FORWARD } bt_order; enumerator
|