| /netbsd-src/usr.sbin/rtadvd/ |
| H A D | advcap.c | 65 #define tgetnum agetnum macro 102 int64_t tgetnum(char *); 310 tgetnum(char *id) in tgetnum() function
|
| /netbsd-src/external/bsd/top/dist/ |
| H A D | screen.c | 76 int tgetnum(const char *); 274 if ((screen_length = tgetnum("li")) <= 0) in screen_readtermcap() 280 if ((screen_width = tgetnum("co")) == -1) in screen_readtermcap()
|
| H A D | config.h.in | 43 /* Define to 1 if you have the declaration of `tgetnum', and to 0 if you
|
| H A D | configure.ac | 228 AC_CHECK_DECLS([tputs, tgoto, tgetent, tgetflag, tgetnum, tgetstr],,,
|
| /netbsd-src/distrib/utils/more/ |
| H A D | screen.c | 277 sc_height = tgetnum("li"); in get_term() 294 sc_width = tgetnum("co"); in get_term() 308 if ((so_width = tgetnum("sg")) < 0) in get_term()
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | configure.ac | 72 …AC_LINK_IFELSE([AC_LANG_PROGRAM([[$include_termcap_h]], [[tgetent(0,0); tgetflag(0); tgetnum(0); t… 84 …AC_LINK_IFELSE([AC_LANG_PROGRAM([[$include_termcap_h]], [[tgetent(0,0); tgetflag(0); tgetnum(0); t… 96 …AC_LINK_IFELSE([AC_LANG_PROGRAM([[$include_termcap_h]], [[tgetent(0,0); tgetflag(0); tgetnum(0); t… 108 …AC_LINK_IFELSE([AC_LANG_PROGRAM([[$include_termcap_h]], [[tgetent(0,0); tgetflag(0); tgetnum(0); t… 120 …AC_LINK_IFELSE([AC_LANG_PROGRAM([[$include_termcap_h]], [[tgetent(0,0); tgetflag(0); tgetnum(0); t… 132 …AC_LINK_IFELSE([AC_LANG_PROGRAM([[$include_termcap_h]], [[tgetent(0,0); tgetflag(0); tgetnum(0); t… 145 …AC_LINK_IFELSE([AC_LANG_PROGRAM([[$include_termcap_h]], [[tgetent(0,0); tgetflag(0); tgetnum(0); t… 159 …AC_LINK_IFELSE([AC_LANG_PROGRAM([[$include_termcap_h]], [[tgetent(0,0); tgetflag(0); tgetnum(0); t… 171 …AC_LINK_IFELSE([AC_LANG_PROGRAM([[$include_termcap_h]], [[tgetent(0,0); tgetflag(0); tgetnum(0); t…
|
| H A D | screen.c | 771 return (tgetnum(capname)); in ltgetnum()
|
| /netbsd-src/games/warp/ |
| H A D | term.c | 169 if ((SG = tgetnum("sg"))<0) in term_set() 173 if ((UG = tgetnum("ug"))<0) in term_set() 184 LINES = tgetnum("li"); /* lines per page */ in term_set() 185 COLS = tgetnum("co"); /* columns on page */ in term_set()
|
| /netbsd-src/lib/libterminfo/ |
| H A D | termcap.h | 50 int tgetnum(const char *);
|
| H A D | Makefile | 45 MLINKS+= termcap.3 tgetent.3 termcap.3 tgetflag.3 termcap.3 tgetnum.3 \
|
| H A D | termcap.c | 105 tgetnum(const char *id2) in tgetnum() function
|
| /netbsd-src/external/gpl3/gdb.old/dist/readline/readline/ |
| H A D | tcap.h | 51 extern int tgetnum ();
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | tcap.h | 51 extern int tgetnum ();
|
| H A D | terminal.c | 294 _rl_screenwidth = tgetnum ("co"); in _rl_get_screen_size() 313 _rl_screenheight = tgetnum ("li"); in _rl_get_screen_size()
|
| /netbsd-src/external/gpl2/texinfo/dist/info/ |
| H A D | terminal.c | 48 extern int tgetnum (), tgetflag (), tgetent (); 485 screenwidth = tgetnum ("co"); in terminal_get_screen_size() 497 screenheight = tgetnum ("li"); in terminal_get_screen_size()
|
| H A D | pcterm.c | 733 int tgetnum (char*a) in tgetnum() function
|
| /netbsd-src/external/bsd/nvi/dist/cl/ |
| H A D | cl_bsd.c | 353 return ((val = tgetnum(name)) == -1 ? -2 : val);
|
| /netbsd-src/usr.bin/tput/ |
| H A D | tput.c | 119 (pl <= 2 && (n = tgetnum(p)) != -1))) in main()
|
| /netbsd-src/games/backgammon/common_source/ |
| H A D | fancy.c | 721 LI = tgetnum("li"); /* get number of lines */ in getcaps() 724 CO = tgetnum("co"); /* get number of columns */ in getcaps()
|
| /netbsd-src/lib/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()
|
| /netbsd-src/external/bsd/top/bin/ |
| H A D | config.h.in | 44 /* Define to 1 if you have the declaration of `tgetnum', and to 0 if you
|
| /netbsd-src/usr.bin/msgs/ |
| H A D | msgs.c | 462 || (Lpp = tgetnum("li")) <= 0) { in main()
|
| /netbsd-src/usr.bin/spell/spell/ |
| H A D | special.netbsd | 1267 tgetnum
|
| /netbsd-src/usr.sbin/sunlabel/ |
| H A D | sunlabel.c | 986 int n = tgetnum("co"); in screen_columns()
|
| /netbsd-src/usr.sbin/makemandb/ |
| H A D | nostem.txt | 4096 tgetnum
|