Lines Matching full:quote
311 bool quote = false, dollar = false; in we_check() local
322 quote = !quote; in we_check()
325 if (quote) in we_check()
326 quote = false; in we_check()
331 if (!quote && !have_sq && !have_dq) in we_check()
338 if (!quote && !have_sq && !have_dq) in we_check()
345 if (!quote && !have_sq && !have_cmd) in we_check()
352 if (!quote && !dollar && !have_sq && !have_dq && in we_check()
356 if (!quote && !have_sq) in we_check()
362 if (!quote && !have_sq && !have_dq && !have_par_begin && in we_check()
368 if (!quote && !dollar && !have_sq && !have_dq && in we_check()
372 if (!quote && !have_sq) in we_check()
378 if (!quote && !have_sq && !have_dq && !have_cmd) in we_check()
383 if (!quote && !have_sq && !have_dq && !have_cmd) in we_check()
389 quote = dollar = false; in we_check()
391 if (quote || dollar || need_sq || need_dq || need_par_end || in we_check()