Lines Matching refs:ctl
73 { globalref char ctl$gb_soft_ast_disable; \
74 globalref char ctl$gb_lib_lock; \
75 globalref short ctl$gw_soft_ast_lock_depth; \
76 if ( ctl$gb_soft_ast_disable == 0 ) { \
77 ctl$gb_soft_ast_disable = 1; \
78 ctl$gb_lib_lock = 1; \
79 ctl$gw_soft_ast_lock_depth = 1; \
81 else ctl$gw_soft_ast_lock_depth++; \
94 { globalref char ctl$gb_reenable_asts; \
95 globalref char ctl$gb_soft_ast_disable; \
96 globalref char ctl$gb_lib_lock; \
97 globalref short ctl$gw_soft_ast_lock_depth; \
98 if (!--ctl$gw_soft_ast_lock_depth) \
99 if ( ctl$gb_lib_lock ) { \
100 ctl$gb_lib_lock = 0; \
101 ctl$gb_soft_ast_disable = 0; \
102 if (ctl$gb_reenable_asts != 0) \