Home
last modified time | relevance | path

Searched refs:tgetnum (Results 1 – 25 of 25) sorted by relevance

/freebsd-14.2/usr.sbin/rtadvd/
H A Dadvcap.c59 #define tgetnum agetnum macro
92 int64_t tgetnum(char *);
299 tgetnum(char *id) in tgetnum() function
/freebsd-14.2/usr.bin/top/
H A Dscreen.c117 if ((screen_length = tgetnum("li")) <= 0) in init_termcap()
124 if ((screen_width = tgetnum("co")) == -1) in init_termcap()
/freebsd-14.2/contrib/ncurses/ncurses/tinfo/
H A Dlib_termcap.c306 NCURSES_SP_NAME(tgetnum) (NCURSES_SP_DCLx const char *id) in NCURSES_SP_NAME() argument
342 tgetnum(const char *id) in tgetnum() function
344 return NCURSES_SP_NAME(tgetnum) (CURRENT_SCREEN, id); in tgetnum()
/freebsd-14.2/contrib/tcsh/
H A Ded.h239 extern int tgetnum ();
247 extern int tgetnum (const char *);
H A Dvms.termcap.c148 tgetnum(char *id) in tgetnum() function
H A Ded.screen.c1458 Val(T_co) = tgetnum("co"); in GetTermCaps()
1459 Val(T_li) = tgetnum("li"); in GetTermCaps()
/freebsd-14.2/usr.bin/tabs/
H A Dtabs.c231 else if ((width = tgetnum("co")) == 0) { in ttywidth()
/freebsd-14.2/contrib/ncurses/include/
H A Dtermcap.h.in65 extern NCURSES_EXPORT(int) tgetnum (const char *);
H A DMKterm.h.awk.in369 print "extern NCURSES_EXPORT(int) tgetnum (const char *);"
394 print "extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tgetnum) (SCREEN*, const char *);"
/freebsd-14.2/contrib/tnftp/
H A Dtnftp.h193 int tgetnum(const char *);
/freebsd-14.2/contrib/libedit/
H A Dterminal.c74 extern int tgetnum(char *);
891 Val(T_co) = tgetnum("co"); in terminal_set()
892 Val(T_li) = tgetnum("li"); in terminal_set()
/freebsd-14.2/contrib/ncurses/misc/
H A Dncurses.def366 "tgetnum" @647 NONAME
H A Dncurses.ref426 "tgetnum" @647 NONAME
/freebsd-14.2/usr.bin/msgs/
H A Dmsgs.c449 || (Lpp = tgetnum("li")) <= 0) { in main()
/freebsd-14.2/contrib/ncurses/ncurses/
H A Dllib-ltinfo863 #undef tgetnum
864 int tgetnum(
H A Dllib-ltinfow885 #undef tgetnum
886 int tgetnum(
H A Dllib-ltinfotw961 #undef tgetnum
962 int tgetnum(
H A Dllib-ltinfot939 #undef tgetnum
940 int tgetnum(
H A Dllib-lncurses3592 #undef tgetnum
3593 int tgetnum(
H A Dllib-lncursest3677 #undef tgetnum
3678 int tgetnum(
H A Dllib-lncursestw4638 #undef tgetnum
4639 int tgetnum(
H A Dllib-lncursesw4553 #undef tgetnum
4554 int tgetnum(
/freebsd-14.2/lib/ncurses/tinfo/
H A DMakefile887 curs_termcap.3 tgetnum.3 \
/freebsd-14.2/contrib/less/
H A Dscreen.c767 return (tgetnum(capname)); in ltgetnum()
/freebsd-14.2/contrib/ncurses/
H A DNEWS12781 + modify return-values of tgetflag, tgetnum, tgetstr, tigetflag,