Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcclibs/libiberty/
Dargv.c166 int squote = 0; in buildargv() local
215 if (ISSPACE (*input) && !squote && !dquote && !bsquote) in buildargv()
230 else if (squote) in buildargv()
234 squote = 0; in buildargv()
256 squote = 1; in buildargv()
/freebsd-10-stable/contrib/binutils/libiberty/
Dargv.c166 int squote = 0; in buildargv() local
215 if (ISSPACE (*input) && !squote && !dquote && !bsquote) in buildargv()
230 else if (squote) in buildargv()
234 squote = 0; in buildargv()
256 squote = 1; in buildargv()
/freebsd-10-stable/contrib/gdb/gdb/cli/
Dcli-script.c512 int squote = 0; in setup_user_args() local
534 if (((*p == ' ' || *p == '\t')) && !squote && !dquote && !bsquote) in setup_user_args()
542 else if (squote) in setup_user_args()
545 squote = 0; in setup_user_args()
555 squote = 1; in setup_user_args()