Home
last modified time | relevance | path

Searched refs:terminal_alloc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libedit/
H A Dterminal.c216 static void terminal_alloc(EditLine *, const struct termcapstr *,
336 terminal_alloc(EditLine *el, const struct termcapstr *t, const char *cap) in terminal_alloc() function
879 terminal_alloc(el, t, NULL); in terminal_set()
895 terminal_alloc(el, t, tgetstr(strchr(t->name, *t->name), in terminal_set()
1334 terminal_alloc(el, ts, how); in terminal_settc()
/freebsd/sys/sys/
H A Dterminal.h211 struct terminal *terminal_alloc(const struct terminal_class *tc, void *softc);
/freebsd/sys/kern/
H A Dsubr_terminal.c199 terminal_alloc(const struct terminal_class *tc, void *softc) in terminal_alloc() function
/freebsd/sys/dev/vt/
H A Dvt_core.c3115 tm = vw->vw_terminal = terminal_alloc(&vt_termclass, vw); in vt_allocate_window()