Searched refs:shell_escape (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dsubr.h41 char *shell_escape (char *buf, const char *str);
H A Dsubr.c783 shell_escape(char *buf, const char *str) function
906 * FIXME: See about removing/combining this functionality with shell_escape()
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/doc/
H A Dtexi2dvi64 shell_escape=
1011 test -n "$shell_escape" && cmd="$cmd $shell_escape"
1688 --shell-escape) shell_escape=--shell-escape;;
/netbsd-current/external/gpl3/gdb/dist/readline/readline/doc/
H A Dtexi2dvi58 shell_escape=
892 test -n "$shell_escape" && tex_cmd="$tex_cmd $shell_escape"
1819 --shell-escape) shell_escape=--shell-escape;;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/cli/
H A Dcli-cmds.c867 shell_escape (const char *arg, int from_tty)
924 shell_escape (arg, from_tty);
1023 shell_escape (p, from_tty);
1587 shell_escape ("make", from_tty);
1592 shell_escape (cmd.c_str (), from_tty);
862 shell_escape (const char *arg, int from_tty) function
/netbsd-current/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-cmds.c902 shell_escape (const char *arg, int from_tty)
959 shell_escape (arg, from_tty);
1059 shell_escape (p.get (), from_tty);
1642 shell_escape ("make", from_tty);
1647 shell_escape (cmd.c_str (), from_tty);
897 shell_escape (const char *arg, int from_tty) function

Completed in 245 milliseconds