Searched refs:tgetnum (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/contrib/libedit/
H A Dsys.h107 extern int tgetnum(char *);
H A Dterminal.c892 Val(T_co) = tgetnum("co");
893 Val(T_li) = tgetnum("li");
/freebsd-12-stable/contrib/tcsh/
H A Ded.h239 extern int tgetnum ();
247 extern int tgetnum (const char *);
H A Dvms.termcap.c144 * tgetnum - get the numeric terminal capability corresponding
148 tgetnum(char *id) function
H A Ded.screen.c1458 Val(T_co) = tgetnum("co");
1459 Val(T_li) = tgetnum("li");
/freebsd-12-stable/usr.bin/top/
H A Dscreen.c119 if ((screen_length = tgetnum("li")) <= 0)
126 if ((screen_width = tgetnum("co")) == -1)
/freebsd-12-stable/usr.bin/tset/
H A Dtset.c164 Columns = tgetnum("co");
165 Lines = tgetnum("li");
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_termcap.c293 * tgetnum(str)
301 NCURSES_SP_NAME(tgetnum) (NCURSES_SP_DCLx NCURSES_CONST char *id) function
306 T((T_CALLED("tgetnum(%p, %s)"), (void *) SP_PARM, id));
337 tgetnum(NCURSES_CONST char *id) function
339 return NCURSES_SP_NAME(tgetnum) (CURRENT_SCREEN, id);
/freebsd-12-stable/usr.sbin/rtadvd/
H A Dadvcap.c60 #define tgetnum agetnum macro
93 int64_t tgetnum(char *);
300 tgetnum(char *id) function
/freebsd-12-stable/usr.bin/tput/
H A Dtput.c113 else if ((n = tgetnum(p)) != -1)
/freebsd-12-stable/usr.bin/tabs/
H A Dtabs.c233 else if ((width = tgetnum("co")) == 0) {
/freebsd-12-stable/contrib/tnftp/
H A Dtnftp.h193 int tgetnum(const char *);
/freebsd-12-stable/usr.bin/msgs/
H A Dmsgs.c454 || (Lpp = tgetnum("li")) <= 0) {
/freebsd-12-stable/contrib/gcc/
H A Dsys-protos.h1159 extern int tgetnum(char *);
/freebsd-12-stable/lib/ncurses/ncurses/
H A DMakefile973 curs_termcap.3 tgetnum.3 \
/freebsd-12-stable/contrib/gdb/gdb/
H A Dutils.c1751 if (tgetnum ("li") < 0 || getenv ("EMACS"))
/freebsd-12-stable/contrib/less/
H A Dscreen.c722 return (tgetnum(capname));

Completed in 295 milliseconds