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_singlequote_terminator
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/src/
x-sh.c
363
static char
open_singlequote_terminator
;
variable
410
open_singlequote_terminator
= '\'';
537
|| (open_singlequote &&
open_singlequote_terminator
!= c))
542
if (c ==
open_singlequote_terminator
)
589
|| (open_singlequote &&
open_singlequote_terminator
!= c))
608
return (
open_singlequote_terminator
!= c ? QUOTED (c) : c);
1052
open_singlequote_terminator
= '"';
1105
if (open_singlequote &&
open_singlequote_terminator
== '"')
Completed in 16 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026