Lines Matching refs:INC_MAX
512 #define INC_MEMBER(n) (1<<((n)+INC_MAX))
517 #define INC_MAX 4 macro
518 #define INC_SELF (1<<(2*INC_MAX+0))
519 #define INC_EXISTS (1<<(2*INC_MAX+1))
520 #define INC_LISTED (1<<(2*INC_MAX+2))
521 #define INC_MAPALL (1<<(2*INC_MAX+3))
522 #define INC_MAPHOSTED (1<<(2*INC_MAX+4))
523 #define INC_MAPNOHOSTED (1<<(2*INC_MAX+5))
524 #define INC_MAPNOLOCAL (1<<(2*INC_MAX+6))
525 #define INC_HOSTED (1<<(2*INC_MAX+7))
710 struct ppfile* bound[INC_MAX]; /* include bindings */