Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rtadvd/
H A Dadvcap.c59 #define tgetnum agetnum macro
92 int64_t tgetnum(char *);
299 tgetnum(char *id) in tgetnum() function
/freebsd/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/contrib/ncurses/ncurses/tinfo/
H A Dlib_termcap.c306 NCURSES_SP_NAME(tgetnum) (NCURSES_SP_DCLx const char *id) in NCURSES_SP_NAME() argument
344 tgetnum(const char *id) in tgetnum() function
346 return NCURSES_SP_NAME(tgetnum) (CURRENT_SCREEN, id); in tgetnum()
/freebsd/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/usr.bin/tabs/
H A Dtabs.c230 else if ((width = tgetnum("co")) == 0) { in ttywidth()
/freebsd/contrib/ncurses/include/
H A Dtermcap.h.in65 extern NCURSES_EXPORT(int) tgetnum (const char *);
H A DMKterm.h.awk.in371 print "extern NCURSES_EXPORT(int) tgetnum (const char *);"
397 print "extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tgetnum) (SCREEN*, const char *);"
/freebsd/contrib/tnftp/
H A Dtnftp.h193 int tgetnum(const char *);
/freebsd/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/contrib/ncurses/misc/
H A Dncurses.def366 "tgetnum" @647 NONAME
H A Dncurses.ref426 "tgetnum" @647 NONAME
/freebsd/usr.bin/msgs/
H A Dmsgs.c436 || (Lpp = tgetnum("li")) <= 0) { in main()
/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltinfow891 #undef tgetnum
892 int tgetnum(
H A Dllib-ltinfo869 #undef tgetnum
870 int tgetnum(
H A Dllib-ltinfot945 #undef tgetnum
946 int tgetnum(
H A Dllib-ltinfotw967 #undef tgetnum
968 int tgetnum(
H A Dllib-lncursest3683 #undef tgetnum
3684 int tgetnum(
H A Dllib-lncurses3598 #undef tgetnum
3599 int tgetnum(
H A Dllib-lncursestw4644 #undef tgetnum
4645 int tgetnum(
H A Dllib-lncursesw4559 #undef tgetnum
4560 int tgetnum(
/freebsd/lib/ncurses/tinfo/
H A DMakefile888 curs_termcap.3 tgetnum.3 \
/freebsd/contrib/less/
H A Dscreen.c792 return tcname == NULL ? -1 : tgetnum(tcname); in ltgetnum()
/freebsd/contrib/ncurses/
H A DNEWS13350 + modify return-values of tgetflag, tgetnum, tgetstr, tigetflag,