Searched refs:terminal_alloc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/libedit/ |
| H A D | terminal.c | 207 static void terminal_alloc(EditLine *, const struct termcapstr *, 338 terminal_alloc(EditLine *el, const struct termcapstr *t, const char *cap) in terminal_alloc() function 880 terminal_alloc(el, t, NULL); in terminal_set() 896 terminal_alloc(el, t, tgetstr(strchr(t->name, *t->name), in terminal_set() 1335 terminal_alloc(el, ts, how); in terminal_settc()
|
| /freebsd-13.1/sys/sys/ |
| H A D | terminal.h | 213 struct terminal *terminal_alloc(const struct terminal_class *tc, void *softc);
|
| /freebsd-13.1/sys/kern/ |
| H A D | subr_terminal.c | 202 terminal_alloc(const struct terminal_class *tc, void *softc) in terminal_alloc() function
|
| /freebsd-13.1/sys/dev/vt/ |
| H A D | vt_core.c | 2935 tm = vw->vw_terminal = terminal_alloc(&vt_termclass, vw); in vt_allocate_window()
|