Home
last modified time | relevance | path

Searched defs:termp (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/mdocml/
H A Dterm.h61 struct termp { struct
63 struct termp_col *tcols; /* Array of table columns. */ argument
80 int flags;
112 void (*letter)(struct termp *, int); argument
113 void (*begin)(struct termp *); argument
114 void (*end)(struct termp *); argument
115 void (*endline)(struct termp *); argument
116 void (*advance)(struct termp *, size_t); argument
119 int (*hspan)(const struct termp *, argument
123 struct termp_ps *ps; argument
[all …]
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dlib_raw.c85 TERMINAL *termp; in NCURSES_EXPORT() local
139 TERMINAL *termp; in NCURSES_SP_NAME() local
185 TERMINAL *termp; in NCURSES_SP_NAME() local
220 TERMINAL *termp; in NCURSES_SP_NAME() local
273 TERMINAL *termp; in NCURSES_SP_NAME() local
312 TERMINAL *termp; in NCURSES_SP_NAME() local
354 TERMINAL *termp; in NCURSES_SP_NAME() local
H A Dlib_ttyflags.c50 TERMINAL *termp = TerminalOf(SP_PARM); in NCURSES_EXPORT() local
100 TERMINAL *termp = TerminalOf(SP_PARM); in NCURSES_SP_NAME() local
143 TERMINAL *termp = TerminalOf(SP_PARM); in NCURSES_SP_NAME() local
182 TERMINAL *termp = TerminalOf(SP_PARM); in NCURSES_SP_NAME() local
218 TERMINAL *termp = TerminalOf(SP_PARM); in NCURSES_SP_NAME() local
250 TERMINAL *termp = TerminalOf(SP_PARM); in NCURSES_SP_NAME() local
H A Dlib_kernel.c86 TERMINAL *termp = TerminalOf(SP_PARM); in NCURSES_SP_NAME() local
121 TERMINAL *termp = TerminalOf(SP_PARM); in NCURSES_SP_NAME() local
155 TERMINAL *termp = TerminalOf(SP_PARM); in NCURSES_SP_NAME() local
H A Dlib_setup.c117 TERMINAL *termp = TerminalOf(CURRENT_SCREEN); in NCURSES_EXPORT() local
278 TERMINAL *termp, in _nc_get_screensize()
449 TERMINAL *termp = cur_term; in _nc_update_screensize() local
516 _nc_tinfo_cmdch(TERMINAL *termp, int proto) in _nc_tinfo_cmdch()
595 _nc_locale_breaks_acs(TERMINAL *termp) in _nc_locale_breaks_acs()
635 TERMINAL *termp; in TINFO_SETUP_TERM() local
970 TERMINAL *termp = 0; in _nc_setupterm() local
H A Dlib_cur_term.c123 set_curterm(TERMINAL *termp) in set_curterm()
178 del_curterm(TERMINAL *termp) in del_curterm()
H A Dlib_termcap.c98 TERMINAL *termp = 0; in NCURSES_SP_NAME() local
402 _nc_tgetent_leak(TERMINAL *termp) in _nc_tgetent_leak()
/dragonfly/lib/libutil/
H A Dpty.c47 openpty(int *amaster, int *aslave, char *name, struct termios *termp, in openpty()
88 forkpty(int *amaster, char *name, struct termios *termp, struct winsize *winp) in forkpty()
/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_restart.c113 restartterm(NCURSES_CONST char *termp, int filenum, int *errret) in restartterm()
/dragonfly/usr.bin/tset/
H A Dmap.c71 char *copy, *p, *termp; in add_mapping() local
/dragonfly/contrib/ncurses/progs/
H A Dtset.c370 const char *termp; in add_mapping() local
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h2045 #define save_ttytype(termp) \ argument