OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:should_quote
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/readline/readline/
complete.c
1758
int
should_quote
, do_replace;
local
1771
should_quote
= match && rl_completer_quote_characters &&
1775
if (
should_quote
)
1776
should_quote
=
should_quote
&& (!qc || !*qc ||
1779
if (
should_quote
)
1784
should_quote
= rl_filename_quote_characters
1788
do_replace =
should_quote
? mtype : NO_MATCH;
/src/external/gpl3/gdb.old/dist/readline/readline/
complete.c
1758
int
should_quote
, do_replace;
local
1771
should_quote
= match && rl_completer_quote_characters &&
1775
if (
should_quote
)
1776
should_quote
=
should_quote
&& (!qc || !*qc ||
1779
if (
should_quote
)
1784
should_quote
= rl_filename_quote_characters
1788
do_replace =
should_quote
? mtype : NO_MATCH;
Completed in 39 milliseconds
Indexes created Sat Sep 05 00:25:07 UTC 2026