c_and_shell_escape  487 maint/gnulib/lib/quotearg.c         case '\n': esc = 'n'; goto c_and_shell_escape;
c_and_shell_escape  488 maint/gnulib/lib/quotearg.c         case '\r': esc = 'r'; goto c_and_shell_escape;
c_and_shell_escape  489 maint/gnulib/lib/quotearg.c         case '\t': esc = 't'; goto c_and_shell_escape;
c_and_shell_escape  505 maint/gnulib/lib/quotearg.c         c_and_shell_escape: