OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:quotef
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/sh/
parser.c
1897
int
quotef
;
local in function:readtoken1
1919
quotef
= 0;
1997
CVTRACE(DBG_LEXER,
quotef
==0, (" QF=1 "));
1998
quotef
= 1; /* current token is quoted */
2030
CVTRACE(DBG_LEXER,
quotef
==0, (" QF=1 "));
2031
quotef
= 1;
2058
CVTRACE(DBG_LEXER,
quotef
==0, (" QF=1 "));
2059
quotef
= 1;
2186
&&
quotef
== 0 && (*out == '\0' || is_number(out))) {
2197
(
quotef
? "quoted " : ""), out, (bqlist ? " with cmdsubs" : "")
[
all
...]
parser.c
1897
int
quotef
;
local in function:readtoken1
1919
quotef
= 0;
1997
CVTRACE(DBG_LEXER,
quotef
==0, (" QF=1 "));
1998
quotef
= 1; /* current token is quoted */
2030
CVTRACE(DBG_LEXER,
quotef
==0, (" QF=1 "));
2031
quotef
= 1;
2058
CVTRACE(DBG_LEXER,
quotef
==0, (" QF=1 "));
2059
quotef
= 1;
2186
&&
quotef
== 0 && (*out == '\0' || is_number(out))) {
2197
(
quotef
? "quoted " : ""), out, (bqlist ? " with cmdsubs" : "")
[
all
...]
Completed in 32 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025