Searched refs:bsquote (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dargv.c168 int bsquote = 0; local
215 if (ISSPACE (*input) && !squote && !dquote && !bsquote)
221 if (bsquote)
223 bsquote = 0;
228 bsquote = 1;
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dargv.c168 int bsquote = 0; local
215 if (ISSPACE (*input) && !squote && !dquote && !bsquote)
221 if (bsquote)
223 bsquote = 0;
228 bsquote = 1;
/freebsd-12-stable/contrib/gdb/gdb/cli/
H A Dcli-script.c515 int bsquote = 0;
535 if (((*p == ' ' || *p == '\t')) && !squote && !dquote && !bsquote)
539 if (bsquote)
540 bsquote = 0;
542 bsquote = 1;
514 int bsquote = 0; local

Completed in 169 milliseconds