Lines Matching refs:quote_char
841 phase7_getuc (int quote_char, in phase7_getuc() argument
855 if (c == quote_char && (interpret_ansic || (*backslash_counter & 1) == 0)) in phase7_getuc()
860 if (c1 == quote_char) in phase7_getuc()
863 if (c2 == quote_char) in phase7_getuc()
1292 int quote_char; in phase5_get() local
1303 quote_char = c1; in phase5_get()
1317 quote_char = c1; in phase5_get()
1327 quote_char = c2; in phase5_get()
1339 quote_char = c; in phase5_get()
1347 if (c1 == quote_char) in phase5_get()
1350 if (c2 == quote_char) in phase5_get()
1370 int uc = phase7_getuc (quote_char, triple, interpret_ansic, in phase5_get()