Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c8573 TWORD, enumerator
8611 /* 3 */ | (0u << TWORD)
11931 if (readtoken() != TWORD) in parsefname()
11987 if (readtoken() != TWORD) in simplecmd()
11988 raise_error_unexpected_syntax(TWORD); in simplecmd()
12003 case TWORD: in simplecmd()
12040 case TWORD: in simplecmd()
12155 got == TWORD ? wordtext : "")); in parse_command()
12163 if (readtoken() != TWORD || quoteflag || !goodname(wordtext)) in parse_command()
12172 while (readtoken() == TWORD) { in parse_command()
[all …]