OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:s_quoted
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libedit/
filecomplete.c
204
size_t
s_quoted
= 0; /* does the input contain a single quote */
local in function:escape_filename
220
s_quoted
= !
s_quoted
;
224
else if (temp[0] == '"' && !
s_quoted
)
235
if (
s_quoted
&& c == '\'') {
244
if (!
s_quoted
&& !d_quoted && needs_escaping(c))
249
if (
s_quoted
|| d_quoted)
267
if (c == '\'' &&
s_quoted
) {
276
if (
s_quoted
) {
299
if (!
s_quoted
&& !d_quoted
[
all
...]
filecomplete.c
204
size_t
s_quoted
= 0; /* does the input contain a single quote */
local in function:escape_filename
220
s_quoted
= !
s_quoted
;
224
else if (temp[0] == '"' && !
s_quoted
)
235
if (
s_quoted
&& c == '\'') {
244
if (!
s_quoted
&& !d_quoted && needs_escaping(c))
249
if (
s_quoted
|| d_quoted)
267
if (c == '\'' &&
s_quoted
) {
276
if (
s_quoted
) {
299
if (!
s_quoted
&& !d_quoted
[
all
...]
Completed in 56 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025