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

12

/netbsd-current/lib/libterminfo/
H A Dtermcap.h50 int tgetnum(const char *);
H A DMakefile45 MLINKS+= termcap.3 tgetent.3 termcap.3 tgetflag.3 termcap.3 tgetnum.3 \
H A Dtermcap.c105 tgetnum(const char *id2) function
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dstub-termcap.c29 extern int tgetnum (char *name);
67 tgetnum (char *name) function
H A Dgdb_curses.h63 EXTERN_C int tgetnum (const char *);
H A Dutils.c1270 Only try to use tgetnum function if rl_get_screen_size
1272 if (((rows <= 0) && (tgetnum ((char *) "li") < 0))
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dstub-termcap.c29 extern int tgetnum (char *name);
67 tgetnum (char *name) function
H A Dgdb_curses.h63 EXTERN_C int tgetnum (const char *);
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dtcap.h51 extern int tgetnum ();
H A Dterminal.c294 _rl_screenwidth = tgetnum ("co");
313 _rl_screenheight = tgetnum ("li");
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dtcap.h51 extern int tgetnum ();
H A Dterminal.c277 _rl_screenwidth = tgetnum ("co");
296 _rl_screenheight = tgetnum ("li");
/netbsd-current/distrib/utils/more/
H A Dscreen.c277 sc_height = tgetnum("li");
294 sc_width = tgetnum("co");
308 if ((so_width = tgetnum("sg")) < 0)
/netbsd-current/external/bsd/top/dist/
H A Dscreen.c76 int tgetnum(const char *);
274 if ((screen_length = tgetnum("li")) <= 0)
280 if ((screen_width = tgetnum("co")) == -1)
/netbsd-current/usr.sbin/rtadvd/
H A Dadvcap.c65 #define tgetnum agetnum macro
102 int64_t tgetnum(char *);
310 tgetnum(char *id) function
/netbsd-current/external/gpl2/texinfo/dist/info/
H A Dterminal.c48 extern int tgetnum (), tgetflag (), tgetent ();
486 screenwidth = tgetnum ("co");
498 screenheight = tgetnum ("li");
H A Dpcterm.c736 int tgetnum (char*a)
738 perror ("tgetnum"); return 0;
733 int tgetnum (char*a) function
/netbsd-current/usr.bin/tput/
H A Dtput.c119 (pl <= 2 && (n = tgetnum(p)) != -1)))
/netbsd-current/external/bsd/nvi/dist/cl/
H A Dcl_bsd.c353 return ((val = tgetnum(name)) == -1 ? -2 : val);
/netbsd-current/games/warp/
H A Dterm.c169 if ((SG = tgetnum("sg"))<0)
173 if ((UG = tgetnum("ug"))<0)
184 LINES = tgetnum("li"); /* lines per page */
185 COLS = tgetnum("co"); /* columns on page */
/netbsd-current/games/backgammon/common_source/
H A Dfancy.c720 LI = tgetnum("li"); /* get number of lines */
723 CO = tgetnum("co"); /* get number of columns */
/netbsd-current/lib/libedit/
H A Dterminal.c74 extern int tgetnum(char *);
891 Val(T_co) = tgetnum("co");
892 Val(T_li) = tgetnum("li");
/netbsd-current/usr.bin/msgs/
H A Dmsgs.c462 || (Lpp = tgetnum("li")) <= 0) {
/netbsd-current/usr.sbin/sunlabel/
H A Dsunlabel.c986 int n = tgetnum("co");
/netbsd-current/external/bsd/less/dist/
H A Dscreen.c771 return (tgetnum(capname));

Completed in 596 milliseconds

12