Searched refs:squote (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/libiberty/
H A Dargv.c166 int squote = 0; local
215 if (ISSPACE (*input) && !squote && !dquote && !bsquote)
230 else if (squote)
234 squote = 0;
256 squote = 1;
/haiku-buildtools/legacy/gcc/libiberty/
H A Dargv.c218 int squote = 0; local
267 if (isspace (*input) && !squote && !dquote && !bsquote)
282 else if (squote)
286 squote = 0;
308 squote = 1;
/haiku-buildtools/gcc/libiberty/
H A Dargv.c177 int squote = 0; local
215 if (ISSPACE (*input) && !squote && !dquote && !bsquote)
230 else if (squote)
234 squote = 0;
256 squote = 1;
/haiku-buildtools/binutils/libiberty/
H A Dargv.c180 int squote = 0; local
218 if (ISSPACE (*input) && !squote && !dquote && !bsquote)
233 else if (squote)
237 squote = 0;
259 squote = 1;

Completed in 101 milliseconds