HomeSort by: relevance | last modified time | path
    Searched defs:squote (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/gen/
wordexp.c 256 int dquote, level, quote, squote; local in function:we_check
258 quote = squote = dquote = 0;
266 squote ^= 1;
269 if (quote + squote == 0)
273 if (quote + squote == 0 && flags & WRDE_NOCMD)
283 if (quote + squote + dquote == 0)
289 else if (quote + squote == 0 && c == '(') {
304 } else if (quote + squote == 0 && c == '{') {
325 if (quote + squote + dquote != 0)
wordexp.c 256 int dquote, level, quote, squote; local in function:we_check
258 quote = squote = dquote = 0;
266 squote ^= 1;
269 if (quote + squote == 0)
273 if (quote + squote == 0 && flags & WRDE_NOCMD)
283 if (quote + squote + dquote == 0)
289 else if (quote + squote == 0 && c == '(') {
304 } else if (quote + squote == 0 && c == '{') {
325 if (quote + squote + dquote != 0)
wordexp.c 256 int dquote, level, quote, squote; local in function:we_check
258 quote = squote = dquote = 0;
266 squote ^= 1;
269 if (quote + squote == 0)
273 if (quote + squote == 0 && flags & WRDE_NOCMD)
283 if (quote + squote + dquote == 0)
289 else if (quote + squote == 0 && c == '(') {
304 } else if (quote + squote == 0 && c == '{') {
325 if (quote + squote + dquote != 0)

Completed in 139 milliseconds