Lines Matching refs:control
32 * the first definitions control optional code -- 0 disables
143 long* control; /* control block level */
285 int constack; /* pp.control size */ \
323 long* control; /* control block flags pointer */ \
324 long* maxcon; /* max control block frame */ \
450 #define pushcontrol() do { if (pp.control++ >= pp.maxcon) ppnest(); } while (0)
631 cur->control = pp.control; \
632 *pp.control = 0; \