Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/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 …]
/openbsd-src/lib/libcurses/tinfo/
H A Dlib_ttyflags.c52 TERMINAL *termp = TerminalOf(SP_PARM); in NCURSES_EXPORT() local
102 TERMINAL *termp = TerminalOf(SP_PARM); in NCURSES_SP_NAME() local
145 TERMINAL *termp = TerminalOf(SP_PARM); in NCURSES_SP_NAME() local
186 TERMINAL *termp = TerminalOf(SP_PARM); in NCURSES_SP_NAME() local
224 TERMINAL *termp = TerminalOf(SP_PARM); in NCURSES_SP_NAME() local
256 TERMINAL *termp = TerminalOf(SP_PARM); in NCURSES_SP_NAME() local
H A Dlib_raw.c87 TERMINAL *termp; in NCURSES_EXPORT() local
143 TERMINAL *termp; in NCURSES_SP_NAME() local
192 TERMINAL *termp; in NCURSES_SP_NAME() local
227 TERMINAL *termp; in NCURSES_SP_NAME() local
282 TERMINAL *termp; in NCURSES_SP_NAME() local
323 TERMINAL *termp; in NCURSES_SP_NAME() local
365 TERMINAL *termp; in NCURSES_SP_NAME() local
H A Dlib_setup.c119 TERMINAL *termp = TerminalOf(CURRENT_SCREEN); in NCURSES_EXPORT() local
280 TERMINAL *termp, in _nc_get_screensize()
459 TERMINAL *termp = cur_term; in _nc_update_screensize() local
526 _nc_tinfo_cmdch(TERMINAL *termp, int proto) in _nc_tinfo_cmdch()
605 _nc_locale_breaks_acs(TERMINAL *termp) in _nc_locale_breaks_acs()
645 TERMINAL *termp; in TINFO_SETUP_TERM() local
998 TERMINAL *termp = 0; in _nc_setupterm() local
H A Dlib_cur_term.c126 set_curterm(TERMINAL *termp) in set_curterm()
192 del_curterm(TERMINAL *termp) in del_curterm()
H A Dlib_kernel.c90 TERMINAL *termp = TerminalOf(SP_PARM); in NCURSES_SP_NAME() local
127 TERMINAL *termp = TerminalOf(SP_PARM); in NCURSES_SP_NAME() local
H A Dlib_termcap.c100 TERMINAL *termp = 0; in NCURSES_SP_NAME() local
404 _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.c176 _nc_free_tparm(TERMINAL *termp) in _nc_free_tparm()
/openbsd-src/lib/libutil/
H A Dpty.c53 openpty(int *amaster, int *aslave, char *name, const struct termios *termp, in openpty()
70 const struct termios *termp, const struct winsize *winp) in fdopenpty()
100 forkpty(int *amaster, char *name, const struct termios *termp, in forkpty()
117 fdforkpty(int ptmfd, int *amaster, char *name, const struct termios *termp, in fdforkpty()
/openbsd-src/lib/libcurses/base/
H A Dlib_restart.c112 restartterm(NCURSES_CONST char *termp, int filenum, int *errret) in restartterm()
/openbsd-src/usr.bin/tset/
H A Dtset.c381 const char *termp; in add_mapping() local
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1246 const void *termp, const void *winp) { in INTERCEPTOR()
1264 INTERCEPTOR(int, forkpty, int *aparent, char *name, const void *termp, in INTERCEPTOR()
/openbsd-src/lib/libcurses/
H A Dcurses.priv.h1924 #define save_ttytype(termp) \ argument