| /freebsd-14.2/usr.sbin/rtadvd/ |
| H A D | advcap.c | 59 #define tgetnum agetnum macro 92 int64_t tgetnum(char *); 299 tgetnum(char *id) in tgetnum() function
|
| /freebsd-14.2/usr.bin/top/ |
| H A D | screen.c | 117 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 D | lib_termcap.c | 306 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 D | ed.h | 239 extern int tgetnum (); 247 extern int tgetnum (const char *);
|
| H A D | vms.termcap.c | 148 tgetnum(char *id) in tgetnum() function
|
| H A D | ed.screen.c | 1458 Val(T_co) = tgetnum("co"); in GetTermCaps() 1459 Val(T_li) = tgetnum("li"); in GetTermCaps()
|
| /freebsd-14.2/usr.bin/tabs/ |
| H A D | tabs.c | 231 else if ((width = tgetnum("co")) == 0) { in ttywidth()
|
| /freebsd-14.2/contrib/ncurses/include/ |
| H A D | termcap.h.in | 65 extern NCURSES_EXPORT(int) tgetnum (const char *);
|
| H A D | MKterm.h.awk.in | 369 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 D | tnftp.h | 193 int tgetnum(const char *);
|
| /freebsd-14.2/contrib/libedit/ |
| H A D | terminal.c | 74 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 D | ncurses.def | 366 "tgetnum" @647 NONAME
|
| H A D | ncurses.ref | 426 "tgetnum" @647 NONAME
|
| /freebsd-14.2/usr.bin/msgs/ |
| H A D | msgs.c | 449 || (Lpp = tgetnum("li")) <= 0) { in main()
|
| /freebsd-14.2/contrib/ncurses/ncurses/ |
| H A D | llib-ltinfo | 863 #undef tgetnum 864 int tgetnum(
|
| H A D | llib-ltinfow | 885 #undef tgetnum 886 int tgetnum(
|
| H A D | llib-ltinfotw | 961 #undef tgetnum 962 int tgetnum(
|
| H A D | llib-ltinfot | 939 #undef tgetnum 940 int tgetnum(
|
| H A D | llib-lncurses | 3592 #undef tgetnum 3593 int tgetnum(
|
| H A D | llib-lncursest | 3677 #undef tgetnum 3678 int tgetnum(
|
| H A D | llib-lncursestw | 4638 #undef tgetnum 4639 int tgetnum(
|
| H A D | llib-lncursesw | 4553 #undef tgetnum 4554 int tgetnum(
|
| /freebsd-14.2/lib/ncurses/tinfo/ |
| H A D | Makefile | 887 curs_termcap.3 tgetnum.3 \
|
| /freebsd-14.2/contrib/less/ |
| H A D | screen.c | 767 return (tgetnum(capname)); in ltgetnum()
|
| /freebsd-14.2/contrib/ncurses/ |
| H A D | NEWS | 12781 + modify return-values of tgetflag, tgetnum, tgetstr, tigetflag,
|