Home
last modified time | relevance | path

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

12345678910>>...25

/dports/editors/jove/jove/
H A Dtermcap.c22 extern int UNMACRO(tgetnum) proto((const char */*id*/));
191 if ((CO = tgetnum("co")) == -1) in getTERM()
197 if ((LI = tgetnum("li")) == -1) in getTERM()
200 if ((phystab = tgetnum("it")) == -1 || phystab <= 0) in getTERM()
203 if ((SG = tgetnum("sg")) == -1) in getTERM()
206 if ((UG = tgetnum("ug")) == -1) in getTERM()
/dports/editors/vigor/vigor-0.016/curses/
H A Dsetterm.c115 LINES = tgetnum("li");
116 COLS = tgetnum("co");
215 if (tgetnum("sg") > 0) in zap()
217 if (tgetnum("ug") > 0) in zap()
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Duxtty.c38 extern int tgetnum (const char *);
145 tty_x_size = (tgetnum ("co")); in UX_synchronize_tty_size_with_termcap()
146 tty_y_size = (tgetnum ("li")); in UX_synchronize_tty_size_with_termcap()
/dports/shells/bash/bash-5.1/lib/termcap/
H A Dtermcap.h26 extern int tgetnum (const char *name);
45 extern int tgetnum ();
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dwindows-termcap.c26 extern int tgetnum (char *name);
43 tgetnum (char *name) in tgetnum() function
/dports/devel/adacurses/AdaCurses-20180127/src/
H A Dterminal_interface-curses-termcap.adb89 function tgetnum (id : char_array) return C_Int; subprogspec
90 pragma Import (C, tgetnum, "tgetnum");
95 Value := Integer (tgetnum (Txt));
/dports/devel/ncurses/ncurses-6.3/Ada95/src/
H A Dterminal_interface-curses-termcap.adb90 function tgetnum (id : char_array) return C_Int; subprogspec
91 pragma Import (C, tgetnum, "tgetnum");
96 Value := Integer (tgetnum (Txt));
/dports/devel/gdb/gdb-11.1/gdb/
H A Dstub-termcap.c29 extern int tgetnum (char *name);
67 tgetnum (char *name) in tgetnum() function
/dports/games/tt/tt-15.1/
H A Dutils.c151 if ((screen_depth = tgetnum ("li")) == -1) in get_termcap()
154 if ((screen_width = tgetnum ("co")) == -1) in get_termcap()
157 if ((so_gunk = tgetnum ("sg")) == -1) in get_termcap()
/dports/graphics/bsd-plotutils/bsd-plotutils-1.4.2/libplot/dumb/
H A Dopen.c45 COLS = tgetnum("co"); in pl_openpl()
52 LINES = tgetnum("li"); in pl_openpl()
/dports/math/scilab/scilab-6.1.1/scilab/modules/console/src/c/
H A Dscilines.c72 setConsoleLines(tgetnum("li")); /* retrieve from the term info the number in scilinesdefault()
74 setConsoleWidth(tgetnum("co")); /* And the number of columns */ in scilinesdefault()
/dports/graphics/jp2a/jp2a-1.1.1/src/
H A Dterminal.c93 *_width = tgetnum("co"); in get_termsize()
94 *_height = tgetnum("li"); in get_termsize()
/dports/math/scilab/scilab-6.1.1/scilab/modules/console/src/c/cmdLine/
H A DgotoFunctions.c82 nbrCol = tgetnum("co"); in gotoRight()
163 … nbrCol = (sizeOfOneLineInTerm(CommandLine, *cursorLocation - 2) + 1) % tgetnum("co"); in gotoLeft()
173 nbrCol = tgetnum("co"); in gotoLeft()
H A DcliHistory.c75 if (!((*cursorLocation + promptSize) % tgetnum("co"))) in previousCmd()
129 if (!((*cursorLocation + promptSize) % tgetnum("co"))) in nextCmd()
/dports/math/scilab/scilab-6.1.1/scilab/tools/profiling/
H A Dvalgrind.supp14 scilab-console/tgetnum
17 fun:tgetnum
/dports/lang/seed7/seed7/src/
H A Dtrm_cap.c63 extern "C" int tgetnum (char *);
72 int tgetnum (char *);
84 #define tgetnum my_tgetnum macro
285 columns = tgetnum("co"); in getcaps()
299 lines = tgetnum("li"); in getcaps()
/dports/mail/alpine/alpine-465e23b/contrib/keypad.enable/
H A Dkeypad.enable.diff36 _lines = tgetnum("li");
37 _columns = tgetnum("co");
97 row = tgetnum("li");
/dports/editors/pico-alpine/alpine-465e23b/contrib/keypad.enable/
H A Dkeypad.enable.diff36 _lines = tgetnum("li");
37 _columns = tgetnum("co");
97 row = tgetnum("li");
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dspvw_sigwinch.d55 lines = tgetnum("li"); if (lines<0) { lines = 0; } in update_linelength()
56 columns = tgetnum("co"); if (columns<0) { columns = 0; } in update_linelength()
/dports/japanese/today/ja-today-2.12_2/
H A Dmachine.c97 num = tgetnum("co"); in setup_unix()
101 num = tgetnum("li"); in setup_unix()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/cmd-line-utils/libedit/
H A Dsys.h135 extern int tgetnum(char *);
161 extern int tgetnum(const char *id);
/dports/databases/percona56-client/percona-server-5.6.51-91.0/cmd-line-utils/libedit/
H A Dsys.h135 extern int tgetnum(char *);
161 extern int tgetnum(const char *id);
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/cmd-line-utils/libedit/
H A Dsys.h135 extern int tgetnum(char *);
161 extern int tgetnum(const char *id);
/dports/games/dungeon/dungeon-3.2_1/
H A DSUPP.C114 extern int tgetnum P((const char *));
164 crows = tgetnum("li"); in more_init()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/cmd-line-utils/libedit/
H A Dsys.h135 extern int tgetnum(char *);
161 extern int tgetnum(const char *id);

12345678910>>...25