Home
last modified time | relevance | path

Searched refs:op_list (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_parse_call_math.c37 static struct string_list *op_list; variable
45 add_ptr_list(&op_list, p); in push_op()
53 if (!op_list) { in pop_op()
58 p = last_ptr_list((struct ptr_list *)op_list); in pop_op()
60 delete_ptr_list_last((struct ptr_list **)&op_list); in pop_op()
85 if (!op_list) in top_op_precedence()
88 p = last_ptr_list((struct ptr_list *)op_list); in top_op_precedence()
111 while (op_list) in rl_discard_stacks()
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.y89 %type <obj> op_list
623 : OPERATION name CBO op_list CBC
629 | OPERATION CBO op_list CBC
635 | OPERATION ITM_INIT CBO op_list CBC
641 | OPERATION RESET CBO op_list CBC
649 op_list : op_unit
654 | op_list op_unit
810 : ITM_IF PO expr PC CBO op_list CBC
821 | ITM_IF PO expr PC CBO op_list CBC ITM_ELSE op_if_else
836 | ITM_IF PO expr PC CBO op_list CBC ITM_ELSE CBO op_list CBC
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c336 int op_list = 0, op_init = 0, op_genprofile = 0; in main() local
481 op_list = 1; in main()
571 op_list + op_genprofile) != 1) { in main()
586 if (op_list) { in main()