Home
last modified time | relevance | path

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

12

/freebsd-11-stable/usr.sbin/rtadvd/
HDadvcap.c58 #define tgetnum agetnum macro
91 int64_t tgetnum(char *);
298 tgetnum(char *id) in tgetnum() function
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
HDlib_termcap.c301 NCURSES_SP_NAME(tgetnum) (NCURSES_SP_DCLx NCURSES_CONST char *id) in NCURSES_SP_NAME() argument
337 tgetnum(NCURSES_CONST char *id) in tgetnum() function
339 return NCURSES_SP_NAME(tgetnum) (CURRENT_SCREEN, id); in tgetnum()
/freebsd-11-stable/usr.bin/tset/
HDtset.c162 Columns = tgetnum("co"); in main()
163 Lines = tgetnum("li"); in main()
/freebsd-11-stable/contrib/tcsh/
HDed.h239 extern int tgetnum ();
247 extern int tgetnum (const char *);
HDvms.termcap.c148 tgetnum(char *id) in tgetnum() function
HDed.screen.c1458 Val(T_co) = tgetnum("co"); in GetTermCaps()
1459 Val(T_li) = tgetnum("li"); in GetTermCaps()
/freebsd-11-stable/contrib/libreadline/
HDtcap.h51 extern int tgetnum ();
HDterminal.c270 _rl_screenwidth = tgetnum ("co");
286 _rl_screenheight = tgetnum ("li");
/freebsd-11-stable/contrib/top/
HDscreen.c163 if ((screen_length = tgetnum("li")) <= 0)
170 if ((screen_width = tgetnum("co")) == -1)
/freebsd-11-stable/lib/libedit/
HDsys.h123 extern int tgetnum(char *);
HDterminal.c928 Val(T_co) = tgetnum("co"); in terminal_set()
929 Val(T_li) = tgetnum("li"); in terminal_set()
/freebsd-11-stable/usr.bin/tput/
HDtput.c111 else if ((n = tgetnum(p)) != -1) in main()
/freebsd-11-stable/usr.bin/tabs/
HDtabs.c233 else if ((width = tgetnum("co")) == 0) { in ttywidth()
/freebsd-11-stable/contrib/ncurses/include/
HDtermcap.h.in67 extern NCURSES_EXPORT(int) tgetnum (NCURSES_CONST char *);
HDMKterm.h.awk.in294 print "extern NCURSES_EXPORT(int) tgetnum (NCURSES_CONST char *);"
320 print "extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tgetnum) (SCREEN*, NCURSES_CONST char *);"
/freebsd-11-stable/contrib/tnftp/
HDtnftp.h193 int tgetnum(const char *);
/freebsd-11-stable/contrib/ncurses/misc/
HDncurses.def366 "tgetnum" @647 NONAME
HDncurses.ref426 "tgetnum" @647 NONAME
/freebsd-11-stable/usr.bin/msgs/
HDmsgs.c452 || (Lpp = tgetnum("li")) <= 0) { in main()
/freebsd-11-stable/contrib/ncurses/ncurses/
HDllib-ltinfow818 #undef tgetnum
819 int tgetnum(
HDllib-ltinfo818 #undef tgetnum
819 int tgetnum(
HDllib-ltinfot889 #undef tgetnum
890 int tgetnum(
HDllib-ltinfotw889 #undef tgetnum
890 int tgetnum(
/freebsd-11-stable/lib/ncurses/ncurses/
HDMakefile973 curs_termcap.3 tgetnum.3 \
/freebsd-11-stable/contrib/gcc/
HDsys-protos.h1159 extern int tgetnum(char *);

12