Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c2175 bool in_trap_ERR; /* ERR cannot recurse, no need to be a counter */ member
2189 #define in_trap_ERR (G_var.in_trap_ERR ) macro
9397 if (trap[NTRAP_ERR] && !in_trap_ERR) { in evaltree()
9402 in_trap_ERR = 1; in evaltree()
9411 in_trap_ERR = 0; in evaltree()