OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:quotef
(Results
1 - 1
of
1
) sorted by relevancy
/src/bin/sh/
parser.c
1897
int
quotef
;
local
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 63 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026