Lines Matching full:goto
293 goto use_shell_always_quoting_style;
321 case '\a': esc = 'a'; goto c_escape;
322 case '\b': esc = 'b'; goto c_escape;
323 case '\f': esc = 'f'; goto c_escape;
324 case '\n': esc = 'n'; goto c_and_shell_escape;
325 case '\r': esc = 'r'; goto c_and_shell_escape;
326 case '\t': esc = 't'; goto c_and_shell_escape;
327 case '\v': esc = 'v'; goto c_escape;
328 case '\\': esc = c; goto c_and_shell_escape;
332 goto use_shell_always_quoting_style;
337 goto store_escape;
363 goto use_shell_always_quoting_style;
370 goto use_shell_always_quoting_style;
459 goto use_shell_always_quoting_style;
495 goto store_c;
502 goto store_c;
512 goto use_shell_always_quoting_style;