Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmallint.h83 #define AFTER(b) ((b)->t_p) macro
127 #define AFTER(b) (((b)->t_p).w_p) macro
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h99 #define AFTER(b) (((b)->t_p).w_p[0]) macro
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_impl.h212 #define AFTER(x, y) (strcmp(x, y) > 0) macro
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dmcs.h77 #define AFTER 0x00000040 /* section is AFTER a segment */ macro
/illumos-gate/usr/src/cmd/grep/
H A Dgrep.c70 #define AFTER 1 /* 'After' Context */ macro