Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c348 OC_DELETE = 0x0100, OC_EXEC = 0x0200, OC_NEWSOURCE = 0x0300, enumerator
1550 continue_ptr = new_node(OC_EXEC); in chain_loop()
1551 break_ptr = new_node(OC_EXEC); in chain_loop()
1553 n2 = chain_node(OC_EXEC | Vx); in chain_loop()
1596 chain_expr(OC_EXEC | Vx); in chain_group()
1608 n2 = chain_node(OC_EXEC); in chain_group()
1627 n2 = chain_node(OC_EXEC); in chain_group()
1648 n = chain_node(OC_EXEC | Vx); in chain_group()
1655 n->info = OC_EXEC; in chain_group()
1674 n = chain_node(OC_EXEC); in chain_group()
[all …]