Lines Matching defs:control
32 * the first definitions control optional code -- 0 disables
143 long* control; /* control block level */
286 int constack; /* pp.control size */ \
325 long* control; /* control block flags pointer */ \
326 long* maxcon; /* max control block frame */ \
452 #define pushcontrol() do { if (pp.control++ >= pp.maxcon) ppnest(); } while (0)
633 cur->control = pp.control; \
634 *pp.control = 0; \