Home
last modified time | relevance | path

Searched refs:tgetflag (Results 1 – 25 of 453) sorted by relevance

12345678910>>...19

/dports/editors/jove/jove/
H A Dtermcap.c21 extern int UNMACRO(tgetflag) proto((const char */*id*/));
232 Hazeltine = tgetflag("hz")==YES; /* Hazeltine tilde kludge */ in getTERM()
233 NP = tgetflag("NP")==YES; /* there is No Pad character */ in getTERM()
234 UL = tgetflag("ul")==YES; /* underscores don't replace chars already on screen */ in getTERM()
238 if (tgetflag("km") == YES in getTERM()
245 if (tgetflag("xs") == YES) { in getTERM()
263 MI = tgetflag("mi")==YES; /* okay to move while in insert mode */ in getTERM()
/dports/misc/window/window/
H A Dttgeneric.c445 gen_MI = tgetflag("mi"); in tt_generic()
446 gen_MS = tgetflag("ms"); in tt_generic()
447 gen_AM = tgetflag("am"); in tt_generic()
448 gen_OS = tgetflag("os"); in tt_generic()
449 gen_BS = tgetflag("bs"); in tt_generic()
450 gen_DA = tgetflag("da"); in tt_generic()
451 gen_DB = tgetflag("db"); in tt_generic()
452 gen_NS = tgetflag("ns"); in tt_generic()
453 gen_XN = tgetflag("xn"); in tt_generic()
/dports/lang/seed7/seed7/src/
H A Dtrm_cap.c64 extern "C" int tgetflag (char *);
73 int tgetflag (char *);
85 #define tgetflag my_tgetflag macro
280 auto_right_margin = tgetflag("am"); in getcaps()
294 hard_copy = tgetflag("hc"); in getcaps()
300 move_insert_mode = tgetflag("mi"); in getcaps()
312 ceol_standout_glitch = tgetflag("xs"); in getcaps()
H A Dfwd_term.c75 static tp_tgetflag tgetflag; variable
99 (tgetflag = (tp_tgetflag) dllFunc(x11Dll, "tgetflag")) == NULL || in setupDll()
146 auto_right_margin = tgetflag("am"); in loadCapabilities()
162 move_insert_mode = tgetflag("mi"); in loadCapabilities()
174 ceol_standout_glitch = tgetflag("xs"); in loadCapabilities()
/dports/sysutils/44bsd-more/44bsd-more-20000521_1/
H A Dscreen.c286 hard = (sc_height < 0 || tgetflag("hc")); in get_term()
308 auto_wrap = tgetflag("am"); in get_term()
309 ignaw = tgetflag("xn"); in get_term()
310 retain_below = tgetflag("db"); in get_term()
456 if (tgetflag("bs")) in get_term()
494 sprintf (sbuf, "%d", tgetflag(tcap));
/dports/shells/bash/bash-5.1/lib/termcap/
H A Dtermcap.h27 extern int tgetflag (const char *name);
46 extern int tgetflag ();
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dwindows-termcap.c27 extern int tgetflag (char *name);
49 tgetflag (char *name) in tgetflag() function
/dports/devel/adacurses/AdaCurses-20180127/src/
H A Dterminal_interface-curses-termcap.adb71 function tgetflag (id : char_array) return C_Int; subprogspec
72 pragma Import (C, tgetflag, "tgetflag");
77 if tgetflag (Txt) = 0 then
/dports/devel/ncurses/ncurses-6.3/Ada95/src/
H A Dterminal_interface-curses-termcap.adb72 function tgetflag (id : char_array) return C_Int; subprogspec
73 pragma Import (C, tgetflag, "tgetflag");
78 if tgetflag (Txt) = 0 then
/dports/devel/gdb/gdb-11.1/gdb/
H A Dstub-termcap.c30 extern int tgetflag (char *name);
73 tgetflag (char *name) in tgetflag() function
/dports/korean/engdic/engdic-0.2/
H A Dscreen.c296 hard = (sc_height < 0 || tgetflag("hc")); in get_term()
316 auto_wrap = tgetflag("am"); in get_term()
317 ignaw = tgetflag("xn"); in get_term()
318 retain_below = tgetflag("db"); in get_term()
456 if (tgetflag("bs")) in get_term()
/dports/graphics/bsd-plotutils/bsd-plotutils-1.4.2/libplot/crt/
H A Dsubr.c15 if (!tgetflag("am") || (y < LINES - 1) || (x < COLS - 1)) { in screen_move()
29 if (tgetflag("am")) { in plot_addch()
/dports/sysutils/screen/screen-4.8.0/terminfo/
H A Dchecktc.c83 AM = tgetflag("am"); in main()
101 XN = tgetflag("xn"); in main()
104 if ((XN = tgetflag("xn"))) in main()
/dports/vietnamese/vnless/vnless/
H A Dscreen.c255 hard = (sc_height < 0 || tgetflag("hc")); in get_term()
276 auto_wrap = tgetflag("am"); in get_term()
277 ignaw = tgetflag("xn"); in get_term()
424 if (tgetflag("bs")) in get_term()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/cmd-line-utils/libedit/
H A Dsys.h134 extern int tgetflag(char *);
160 extern int tgetflag(const char *id);
/dports/databases/percona56-client/percona-server-5.6.51-91.0/cmd-line-utils/libedit/
H A Dsys.h134 extern int tgetflag(char *);
160 extern int tgetflag(const char *id);
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/cmd-line-utils/libedit/
H A Dsys.h134 extern int tgetflag(char *);
160 extern int tgetflag(const char *id);
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/cmd-line-utils/libedit/
H A Dsys.h134 extern int tgetflag(char *);
160 extern int tgetflag(const char *id);
/dports/databases/mysql56-client/mysql-5.6.51/cmd-line-utils/libedit/
H A Dsys.h134 extern int tgetflag(char *);
160 extern int tgetflag(const char *id);
/dports/databases/mysql55-client/mysql-5.5.62/cmd-line-utils/libedit/
H A Dsys.h134 extern int tgetflag(char *);
160 extern int tgetflag(const char *id);
/dports/cad/magic/magic-8.3.245/readline/readline-4.3/
H A Dterminal.c453 _rl_term_autowrap = tgetflag ("am") && tgetflag ("xn");
465 term_has_meta = (tgetflag ("km") || tgetflag ("MT"));
/dports/databases/gqlplus/gqlplus-1.16/readline/
H A Dterminal.c453 _rl_term_autowrap = tgetflag ("am") && tgetflag ("xn");
465 term_has_meta = (tgetflag ("km") || tgetflag ("MT"));
/dports/databases/gqlplus/gqlplus-1.16/gqlplus-1.15/readline/
H A Dterminal.c453 _rl_term_autowrap = tgetflag ("am") && tgetflag ("xn");
465 term_has_meta = (tgetflag ("km") || tgetflag ("MT"));
/dports/devel/avr-gdb/gdb-7.3.1/readline/
H A Dterminal.c534 _rl_term_autowrap = tgetflag ("am") && tgetflag ("xn");
549 term_has_meta = (tgetflag ("km") || tgetflag ("MT"));
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Dterminal.c485 _rl_term_autowrap = tgetflag ("am") && tgetflag ("xn");
497 term_has_meta = (tgetflag ("km") || tgetflag ("MT"));

12345678910>>...19