Searched refs:PP_COMPATIBILITY (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libpp/ |
H A D | ppargs.c | 226 ppop(PP_COMPATIBILITY, n); 549 ppop(PP_COMPATIBILITY, 0); 554 ppop(PP_COMPATIBILITY, 0); 561 ppop(PP_COMPATIBILITY, 1); 566 ppop(PP_COMPATIBILITY, 1);
|
H A D | ppop.c | 470 case PP_COMPATIBILITY: 743 ppop(PP_COMPATIBILITY, 0); 748 ppop(PP_COMPATIBILITY, 0); 752 ppop(PP_COMPATIBILITY, 1); 757 ppop(PP_COMPATIBILITY, 0); 762 ppop(PP_COMPATIBILITY, 1); 767 ppop(PP_COMPATIBILITY, 1); 771 ppop(PP_COMPATIBILITY, 1); 786 ppop(PP_COMPATIBILITY, 1);
|
H A D | pp.h | 136 #define PP_COMPATIBILITY 6 /* old (Reiser) dialect */ macro 194 #define PP_compatibility (1<<1) /* PP_COMPATIBILITY is set */
|
H A D | ppcontrol.c | 1719 ppop(PP_COMPATIBILITY, i0); 1999 ppop(PP_COMPATIBILITY, 1); 2083 if (pp.state & TRANSITION) ppop(PP_COMPATIBILITY, i0);
|
Completed in 20 milliseconds