Home
last modified time | relevance | path

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

/third_party/gettext/gettext-tools/src/
Dx-sh.c367 static bool open_singlequote; variable
379 if (open_singlequote) in saw_opening_backquote()
393 open_singlequote = false; /* just for safety */ in saw_closing_backquote()
399 if (open_singlequote || open_doublequote) in saw_opening_doublequote()
407 if (open_singlequote || !open_doublequote) in saw_closing_doublequote()
415 if (open_doublequote || open_singlequote) in saw_opening_singlequote()
417 open_singlequote = true; in saw_opening_singlequote()
424 if (open_doublequote || !open_singlequote) in saw_closing_singlequote()
426 open_singlequote = false; in saw_closing_singlequote()
564 || (open_singlequote && open_singlequote_terminator != c)) in phase2_getc()
[all …]