Home
last modified time | relevance | path

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

/dflybsd-src/contrib/mdocml/
H A Dterm.h61 struct termp { struct
63 struct termp_col *tcols; /* Array of table columns. */ argument
64 struct termp_col *tcol; /* Current table column. */ argument
65 size_t maxtcol; /* Allocated table columns. */
66 size_t lasttcol; /* Last column currently used. */
67 size_t line; /* Current output line number. */
68 size_t defindent; /* Default indent for text. */
69 size_t defrmargin; /* Right margin of the device. */
70 size_t lastrmargin; /* Right margin before the last ll. */
71 size_t maxrmargin; /* Max right margin. */
[all …]
/dflybsd-src/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()
/dflybsd-src/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()
/dflybsd-src/contrib/ncurses/ncurses/base/
H A Dlib_restart.c113 restartterm(NCURSES_CONST char *termp, int filenum, int *errret) in restartterm()
/dflybsd-src/usr.bin/tset/
H A Dmap.c71 char *copy, *p, *termp; in add_mapping() local
/dflybsd-src/contrib/ncurses/progs/
H A Dtset.c370 const char *termp; in add_mapping() local
/dflybsd-src/contrib/ncurses/ncurses/
H A Dcurses.priv.h2045 #define save_ttytype(termp) \ argument