OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:quoting
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/src/
format-java.c
138
- When we see a single-quote, ignore it, but toggle the
quoting
flag.
140
Assumes local variables format,
quoting
. */
143
quoting
= !
quoting
;
155
bool
quoting
= false;
local
160
if (!
quoting
&& *format == '{')
330
else if (!
quoting
&& *format == '}')
382
bool
quoting
= false;
local
390
&& !(!
quoting
&& (*format == '0' || *format == '#')))
409
if (!(!
quoting
&& (*format == '0' || *format == '#'))
513
bool
quoting
= false;
local
[
all
...]
/src/external/gpl3/gcc/dist/contrib/mdcompact/
mdcompact.el
102
(defun mdcomp-remove-
quoting
(beg)
140
(mdcomp-remove-
quoting
beg)
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-format.h
195
/* True if the flag introduces
quoting
(as in GCC's %qE). */
196
bool
quoting
;
member in struct:format_flag_spec
/src/external/gpl3/gdb.old/dist/gdb/
nto-procfs.c
1122
functionality is simple
quoting
. The gdb command:
1129
char
quoting
= 0;
local
1134
quoting
= 0;
1146
quoting
= strchr (cp, '"') ? 1 : 0;
1153
if (
quoting
)
1155
if ((cp == NULL) || (!
quoting
))
/src/external/gpl3/gcc/dist/gcc/c-family/
c-format.h
203
/* True if the flag introduces
quoting
(as in GCC's %qE). */
204
bool
quoting
;
member in struct:format_flag_spec
Completed in 32 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026