| /freebsd/contrib/mandoc/ |
| H A D | term.h | 113 void (*advance)(struct termp *, size_t); argument 114 void (*setwidth)(struct termp *, int, int); argument 115 size_t (*getwidth)(const struct termp *, in argument 62 struct termp { global() struct 64 tcolstermp global() argument 65 tcoltermp global() argument 66 maxtcoltermp global() argument 67 lasttcoltermp global() argument 68 linetermp global() argument 69 defindenttermp global() argument 70 defrmargintermp global() argument 71 lastrmargintermp global() argument 72 maxrmargintermp global() argument 73 coltermp global() argument 74 viscoltermp global() argument 75 trailspacetermp global() argument 76 minbltermp global() argument 77 synopsisonlytermp global() argument 78 mdocstyletermp global() argument 79 titermp global() argument 80 skipvsptermp global() argument 81 flagstermp global() argument 116 endlinetermp global() argument 117 advancetermp global() argument 118 setwidthtermp global() argument 119 widthtermp global() argument 120 hspantermp global() argument 124 pstermp global() argument 130 mctermp global() argument [all...] |
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_ttyflags.c | 50 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 184 TERMINAL *termp = TerminalOf(SP_PARM); in NCURSES_SP_NAME() local 222 TERMINAL *termp = TerminalOf(SP_PARM); in NCURSES_SP_NAME() local 254 TERMINAL *termp = TerminalOf(SP_PARM); in NCURSES_SP_NAME() local
|
| H A D | lib_raw.c | 84 TERMINAL *termp; in NCURSES_EXPORT() local 140 TERMINAL *termp; in NCURSES_SP_NAME() local 184 TERMINAL *termp; in NCURSES_SP_NAME() local 219 TERMINAL *termp; in NCURSES_SP_NAME() local 274 TERMINAL *termp; in NCURSES_SP_NAME() local 315 TERMINAL *termp; in NCURSES_SP_NAME() local 353 TERMINAL *termp; in NCURSES_SP_NAME() local
|
| H A D | lib_setup.c | 117 TERMINAL *termp = TerminalOf(CURRENT_SCREEN); in NCURSES_EXPORT() local 277 _nc_default_screensize(TERMINAL *termp, int *linep, int *colp) in _nc_default_screensize() 323 get_position(const TERMINAL *termp, int fd, int *row, int *col) in get_position() 364 set_position(NCURSES_SP_DCLx const TERMINAL *termp, int row, int col) in set_position() 405 _nc_check_screensize(SCREEN *sp, TERMINAL *termp, int *linep, int *colp) in _nc_check_screensize() 455 #define _nc_check_screensize(sp, termp, linep, colp) /* nothing */ argument 462 TERMINAL *termp, in _nc_get_screensize() 635 TERMINAL *termp = cur_term; in _nc_update_screensize() local 703 _nc_tinfo_cmdch(TERMINAL *termp, int proto) in _nc_tinfo_cmdch() 790 _nc_locale_breaks_acs(TERMINAL *termp) in _nc_locale_breaks_acs() [all …]
|
| H A D | lib_kernel.c | 88 TERMINAL *termp = TerminalOf(SP_PARM); in NCURSES_SP_NAME() local 125 TERMINAL *termp = TerminalOf(SP_PARM); in NCURSES_SP_NAME() local
|
| H A D | lib_cur_term.c | 124 set_curterm(TERMINAL *termp) in set_curterm() 190 del_curterm(TERMINAL *termp) in del_curterm()
|
| H A D | lib_termcap.c | 104 TERMINAL *termp = NULL; in NCURSES_SP_NAME() local 420 _nc_tgetent_leak(const TERMINAL *const termp) in _nc_tgetent_leak()
|
| H A D | tinfo_driver.c | 119 get_baudrate(TERMINAL *termp) in get_baudrate() 160 TERMINAL *termp; in drv_CanHandle() local 467 TERMINAL *termp = (TERMINAL *) TCB; in drv_size() local
|
| H A D | lib_tparm.c | 174 _nc_free_tparm(TERMINAL *termp) in _nc_free_tparm()
|
| /freebsd/lib/libutil/ |
| H A D | pty.c | 47 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()
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | bsd-openpty.c | 132 openpty(int *amaster, int *aslave, char *name, struct termios *termp, in openpty()
|
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_restart.c | 110 restartterm(NCURSES_CONST char *termp, int filenum, int *errret) in restartterm()
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | tset.c | 379 const char *termp; in add_mapping() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 1333 const void *termp, const void *winp) { in INTERCEPTOR() 1351 INTERCEPTOR(int, forkpty, int *aparent, char *name, const void *termp, in INTERCEPTOR()
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | curses.priv.h | 1992 #define save_ttytype(termp) \ argument
|