OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:d_quoted
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libedit/
filecomplete.c
205
size_t
d_quoted
= 0; /* does the input contain a double quote */
local in function:escape_filename
218
if (temp[0] == '\'' && !
d_quoted
&&
225
d_quoted
= !
d_quoted
;
240
if (
d_quoted
&& needs_dquote_escaping(c)) {
244
if (!s_quoted && !
d_quoted
&& needs_escaping(c))
249
if (s_quoted ||
d_quoted
)
284
if (
d_quoted
&& !needs_dquote_escaping(c)) {
299
if (!s_quoted && !
d_quoted
)
309
else if (
d_quoted
)
[
all
...]
filecomplete.c
205
size_t
d_quoted
= 0; /* does the input contain a double quote */
local in function:escape_filename
218
if (temp[0] == '\'' && !
d_quoted
&&
225
d_quoted
= !
d_quoted
;
240
if (
d_quoted
&& needs_dquote_escaping(c)) {
244
if (!s_quoted && !
d_quoted
&& needs_escaping(c))
249
if (s_quoted ||
d_quoted
)
284
if (
d_quoted
&& !needs_dquote_escaping(c)) {
299
if (!s_quoted && !
d_quoted
)
309
else if (
d_quoted
)
[
all
...]
Completed in 21 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025