Searched refs:ISDBLQUOTE (Results 1 - 1 of 1) sorted by relevance

/system/core/sh/
H A Dparser.c892 #define ISDBLQUOTE() ((varnest < 32) ? (dblquote & (1 << varnest)) : \ macro
981 if (eofmark == NULL || ISDBLQUOTE())
1000 if (ISDBLQUOTE() && c != '\\' &&
1047 if (ISDBLQUOTE()) {
1059 if (ISDBLQUOTE()) {
1074 if (varnest > 0 && !ISDBLQUOTE()) {
1342 if (ISDBLQUOTE() || arinest)
1432 && (!ISDBLQUOTE() || pc != '"'))
1502 if (arinest || ISDBLQUOTE())
1521 if (ISDBLQUOTE())
[all...]

Completed in 20 milliseconds