Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c11704 static smallint quoteflag; /* set if (part of) last token was quoted */ variable
11937 if (quoteflag == 0) in parsefname()
12163 if (readtoken() != TWORD || quoteflag || !goodname(wordtext)) in parse_command()
12612 quoteflag = quotef; in readtoken1()
13250 if (t != TWORD || quoteflag) { in readtoken()