Searched refs:interp_new (Results 1 – 5 of 5) sorted by relevance
1004 interp_add (interp_new (INTERP_MI1, &procs)); in _initialize_mi_interp()1005 interp_add (interp_new (INTERP_MI2, &procs)); in _initialize_mi_interp()1006 interp_add (interp_new (INTERP_MI3, &procs)); in _initialize_mi_interp()1007 interp_add (interp_new (INTERP_MI, &procs)); in _initialize_mi_interp()
160 tui_interp = interp_new (INTERP_TUI, &procs); in _initialize_tui_interp()
73 extern struct interp *interp_new (const char *name, const struct interp_procs *procs);
92 interp_new (const char *name, const struct interp_procs *procs) in interp_new() function
160 cli_interp = interp_new (INTERP_CONSOLE, &procs); in _initialize_cli_interp()