Home
last modified time | relevance | path

Searched refs:command_interpreter (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dinterps.c251 if (current_ui->command_interpreter != nullptr) in command_interp()
252 return current_ui->command_interpreter; in command_interp()
265 = make_scoped_restore (&current_ui->command_interpreter, interp); in interp_exec()
Dui.h96 interp *command_interpreter = nullptr; member
DChangeLog-20148466 * interps.c (command_interpreter): New global.
8468 (interp_exec): Set `command_interpreter' while here.
DChangeLog-20166766 (command_interpreter): Delete.
/netbsd/src/etc/rc.d/
Dvirecover17 command_interpreter="/bin/sh"
/netbsd/src/etc/
Drc.subr360 warn "\$command_interpreter $_interpreter != $1"
476 # command_interpreter n If not empty, command is interpreted, so
631 … _pidcmd='rc_pid=$(check_pidfile '"$pidfile $_procname $command_interpreter"')'
633 _pidcmd='rc_pid=$(check_process '"$_procname $command_interpreter"')'
961 unset name command command_args command_interpreter \
/netbsd/src/doc/
DCHANGES.prev6925 rc.d(8): Support $command_interpreter in rc.d scripts. [lukem 20020321]