Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c548 node *break_ptr, *continue_ptr; member
620 #define continue_ptr (G1.continue_ptr) macro
1547 save_cont = continue_ptr; in chain_loop()
1550 continue_ptr = new_node(OC_EXEC); in chain_loop()
1556 continue_ptr->a.n = n2; in chain_loop()
1559 continue_ptr = save_cont; in chain_loop()
1684 if (!continue_ptr) in chain_group()
1686 n->a.n = continue_ptr; in chain_group()