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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-sh.c356 static bool open_doublequote; variable
374 if (open_doublequote)
377 open_doublequote = false;
384 open_doublequote = (open_doublequotes_mask >> nested_backquotes) & 1;
392 if (open_singlequote || open_doublequote)
394 open_doublequote = true;
400 if (open_singlequote || !open_doublequote)
402 open_doublequote = false;
408 if (open_doublequote || open_singlequote)
417 if (open_doublequote || !open_singlequot
[all...]

Completed in 29 milliseconds