Home
last modified time | relevance | path

Searched refs:squote (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dargv.c171 int squote = 0; in buildargv() local
220 if (ISBLANK (*input) && !squote && !dquote && !bsquote) in buildargv()
235 else if (squote) in buildargv()
239 squote = 0; in buildargv()
261 squote = 1; in buildargv()
/mirbsd/src/gnu/usr.bin/binutils/gdb/cli/
Dcli-script.c509 int squote = 0; in setup_user_args() local
531 if (((*p == ' ' || *p == '\t')) && !squote && !dquote && !bsquote) in setup_user_args()
539 else if (squote) in setup_user_args()
542 squote = 0; in setup_user_args()
552 squote = 1; in setup_user_args()
/mirbsd/src/gnu/usr.bin/lynx/src/
DHTInit.c298 BOOL squote = FALSE; in TrimCommand() local
303 } else if (squote) { in TrimCommand()
305 squote = FALSE; in TrimCommand()
321 squote = TRUE; in TrimCommand()
325 if (!escape && !dquote && !squote) { in TrimCommand()