Home
last modified time | relevance | path

Searched defs:BACK (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/lib/libpp/common/
H A Dppbuiltin.c280 #define BACK(a,p) ((a>p)?*--a:(number++?0:((p=pp.outbuf+PPBUFSIZ),(a=pp.outbuf+2*PPBUFSIZ),*--a))) in ppbuiltin() macro
H A Dppfsm.h44 #define BACK(tok) CODE(tok,S_TOKB) macro
/titanic_44/usr/src/lib/libc/port/locale/
H A Dregexec.c115 #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_44/usr/src/uts/common/os/
H A Dvm_pageout.c618 #define BACK 2 macro
/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbtree.h349 enum { NOT, BACK, FORWARD } bt_order; enumerator