Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dterm.h62 struct termp { struct
64 struct termp_col *tcols; /* Array of table columns. */ argument
65 struct termp_col *tcol; /* Current table column. */ argument
66 size_t maxtcol; /* Allocated table columns. */
67 size_t lasttcol; /* Last column currently used. */
68 size_t line; /* Current output line number. */
69 size_t defindent; /* Default indent for text. */
70 size_t defrmargin; /* Right margin of the device. */
71 size_t lastrmargin; /* Right margin before the last ll. */
72 size_t maxrmargin; /* Max right margin. */
[all …]
/freebsd/contrib/ncurses/ncurses/tinfo/
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
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 Dlib_raw.c85 TERMINAL *termp; in NCURSES_EXPORT() local
141 TERMINAL *termp; in NCURSES_SP_NAME() local
189 TERMINAL *termp; in NCURSES_SP_NAME() local
224 TERMINAL *termp; in NCURSES_SP_NAME() local
279 TERMINAL *termp; in NCURSES_SP_NAME() local
320 TERMINAL *termp; in NCURSES_SP_NAME() local
362 TERMINAL *termp; in NCURSES_SP_NAME() local
H A Dlib_setup.c117 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(TERMINAL *termp, int fd, int *row, int *col) in get_position()
365 set_position(NCURSES_SP_DCLx TERMINAL *termp, int row, int col) in set_position()
406 _nc_check_screensize(SCREEN *sp, TERMINAL *termp, int *linep, int *colp) in _nc_check_screensize()
456 #define _nc_check_screensize(sp, termp, linep, colp) /* nothing */ argument
463 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 Dlib_cur_term.c124 set_curterm(TERMINAL *termp) in set_curterm()
190 del_curterm(TERMINAL *termp) in del_curterm()
H A Dlib_kernel.c88 TERMINAL *termp = TerminalOf(SP_PARM); in NCURSES_SP_NAME() local
125 TERMINAL *termp = TerminalOf(SP_PARM); in NCURSES_SP_NAME() local
H A Dlib_termcap.c104 TERMINAL *termp = 0; in NCURSES_SP_NAME() local
418 _nc_tgetent_leak(const TERMINAL *const termp) in _nc_tgetent_leak()
H A Dtinfo_driver.c119 get_baudrate(TERMINAL *termp) in get_baudrate()
160 TERMINAL *termp; in drv_CanHandle() local
466 TERMINAL *termp = (TERMINAL *) TCB; in drv_size() local
H A Dlib_tparm.c174 _nc_free_tparm(TERMINAL *termp) in _nc_free_tparm()
/freebsd/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()
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-openpty.c132 openpty(int *amaster, int *aslave, char *name, struct termios *termp, in openpty()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_restart.c110 restartterm(NCURSES_CONST char *termp, int filenum, int *errret) in restartterm()
/freebsd/contrib/ncurses/progs/
H A Dtset.c379 const char *termp; in add_mapping() local
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1333 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 Dcurses.priv.h1930 #define save_ttytype(termp) \ argument