OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Apr 13 00:22:24 UTC 2026