OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:in_quote
(Results
1 - 11
of
11
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/lib/
win32_init.c
167
int
in_quote
= 0;
local
181
&& (
in_quote
|| (*p != L' ' && *p != L'\t'))) {
237
if (
in_quote
&& p[1] == L'"')
240
in_quote
= !
in_quote
;
/src/crypto/external/bsd/openssl/dist/apps/lib/
win32_init.c
167
int
in_quote
= 0;
local
181
&& (
in_quote
|| (*p != L' ' && *p != L'\t'))) {
237
if (
in_quote
&& p[1] == L'"')
240
in_quote
= !
in_quote
;
/src/crypto/external/bsd/openssl.old/dist/apps/
win32_init.c
167
int
in_quote
= 0;
local
181
&& (
in_quote
|| (*p != L' ' && *p != L'\t'))) {
237
if (
in_quote
&& p[1] == L'"')
240
in_quote
= !
in_quote
;
/src/external/ibm-public/postfix/dist/src/global/
quote_822_local.c
193
int
in_quote
= 0;
local
208
in_quote
= !
in_quote
;
211
if (!
in_quote
) {
/src/sys/arch/x68k/stand/common/
start.S
345
bnes
in_quote
353
in_quote
:
label
/src/usr.bin/gencat/
gencat.c
349
int
in_quote
= 0;
local
354
in_quote
= 1;
371
if (!
in_quote
) {
387
in_quote
= 0;
459
if (
in_quote
)
/src/external/historical/nawk/dist/
lib.c
305
bool
in_quote
= false;
local
311
if (!
in_quote
)
323
in_quote
= !
in_quote
;
/src/external/gpl3/binutils/dist/binutils/
dllwrap.c
355
int
in_quote
;
local
377
in_quote
= (*s == '\'' || *s == '"');
378
sep = (
in_quote
) ? *s++ : ' ';
385
if (
in_quote
)
resrc.c
207
int
in_quote
;
232
in_quote
= (*s == '\'' || *s == '"');
233
sep = (
in_quote
) ? *s++ : ' ';
244
if (
in_quote
)
206
int
in_quote
;
local
/src/external/gpl3/binutils.old/dist/binutils/
dllwrap.c
355
int
in_quote
;
local
377
in_quote
= (*s == '\'' || *s == '"');
378
sep = (
in_quote
) ? *s++ : ' ';
385
if (
in_quote
)
resrc.c
207
int
in_quote
;
232
in_quote
= (*s == '\'' || *s == '"');
233
sep = (
in_quote
) ? *s++ : ' ';
244
if (
in_quote
)
206
int
in_quote
;
local
Completed in 39 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026