Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c863 #define NUNTIL 10 macro
5028 case NUNTIL: in cmdtxt()
8913 [NUNTIL ] = SHELL_ALIGN(sizeof(struct nbinary)),
8972 case NUNTIL: in calcsize()
9091 case NUNTIL: in copynode()
9331 case NUNTIL: in evaltree()
12150 n1->type = (lasttoken == TWHILE) ? NWHILE : NUNTIL; in parse_command()