Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c11025 uint8_t dblquote :1; member
12405 synstack->dblquote = 1; in readtoken1()
12440 if (eofmark == NULL || synstack->dblquote) in readtoken1()
12446 if (!eofmark || synstack->dblquote || synstack->varnest) in readtoken1()
12464 if (synstack->dblquote in readtoken1()
12488 synstack->dblquote = 1; in readtoken1()
12502 synstack->dblquote = 0; in readtoken1()
12919 synstack->dblquote = newsyn != BASESYNTAX; in readtoken1()
12925 if (synstack->dblquote) in readtoken1()
12984 && (!synstack->dblquote || pc != '"') in readtoken1()
[all …]