Home
last modified time | relevance | path

Searched refs:no_curses (Results 1 – 9 of 9) sorted by relevance

/dports/editors/le/le-1.16.6/
H A Dacinclude.m415 no_curses=
37 no_curses=
57 no_curses= ac_curses_libraries=$ac_dir
61 no_curses= ac_curses_libraries=$ac_dir
80 no_curses=yes
85 no_curses=
89 no_curses=yes
93 if test "$no_curses" = yes; then
94 ac_cv_path_curses="no_curses=yes"
102 if test "$no_curses" = yes; then
[all …]
H A Dconfigure.ac106 if test x$no_curses = xyes
H A Dconfigure22939 if test "$no_curses" = yes; then
22940 ac_cv_path_curses="no_curses=yes"
22942 …ac_cv_path_curses="no_curses= ac_curses_includes=$ac_curses_includes ac_curses_libraries=$ac_curse…
22949 if test "$no_curses" = yes; then
22956 …ac_cv_path_curses="no_curses= ac_curses_includes=$curses_includes ac_curses_libraries=$curses_libr…
22972 if test x$no_curses = xyes
/dports/math/oleo/oleo-1.99.16/src/
H A Dio-term.c136 int no_curses = 0; variable
1134 no_curses = TRUE; in main()
1146 no_curses = TRUE; in main()
1156 no_curses = TRUE; in main()
1161 if (!no_curses) { in main()
/dports/net-mgmt/iftop/iftop-1.0pre4/
H A Doptions.h60 int no_curses; member
H A Diftop.c148 if (options.no_curses) { in tick()
163 if (options.no_curses) { in tick()
815 if (options.no_curses) { in main()
827 if (options.no_curses) { in main()
H A Doptions.c159 options.no_curses = 0; in options_set_defaults()
557 options_config_get_bool("no-curses", &options.no_curses); in options_make()
/dports/net-mgmt/flowd/flowd-0.9.1/tools/
H A Dstats.py50 no_curses = False variable
52 no_curses = True variable
451 if sys.stderr.isatty() and not no_curses:
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Ditems.cpp154 bool no_curses = true; in collectItem() local
155 for(cell *c: dcal) if(c->land == laCursed) no_curses = false; in collectItem()
156 if(no_curses) { in collectItem()