Searched refs:pop_stack (Results 1 – 2 of 2) sorted by relevance
38 pop_stack(exec_list *list) in pop_stack() function141 cur_if = pop_stack(&if_stack); in fs_cfg()142 cur_else = pop_stack(&else_stack); in fs_cfg()143 cur_endif = pop_stack(&endif_stack); in fs_cfg()198 cur_do = pop_stack(&do_stack); in fs_cfg()199 cur_while = pop_stack(&while_stack); in fs_cfg()
47 static void pop_stack(void);95 pop_stack(); in define_policy()1452 pop_stack(); in end_optional()1594 static void pop_stack(void) in pop_stack() function