HomeSort by: relevance | last modified time | path
    Searched defs:open_doublequote (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-sh.c 355 static bool open_doublequote; variable
373 if (open_doublequote)
376 open_doublequote = false;
383 open_doublequote = (open_doublequotes_mask >> nested_backquotes) & 1;
391 if (open_singlequote || open_doublequote)
393 open_doublequote = true;
399 if (open_singlequote || !open_doublequote)
401 open_doublequote = false;
407 if (open_doublequote || open_singlequote)
416 if (open_doublequote || !open_singlequote
    [all...]

Completed in 67 milliseconds