Home
last modified time | relevance | path

Searched refs:termtype (Results 1 – 25 of 243) sorted by relevance

12345678910

/dports/devel/p5-Test-Parser/Test-Parser-1.9/lib/Test/Parser/
H A Dltp.pm128 my ($termtype, $termid);
134 $termtype = $2;
141 if (! defined $termtype or ! defined $termid) {
143 } elsif ($termtype eq 'exited') {
152 } elsif ($termtype eq 'signaled') {
157 $self->{_current_test}->{result} = "$termtype ($termid)";
/dports/graphics/jp2a/jp2a-1.1.1/src/
H A Dterminal.c46 char *termtype = getenv("TERM"); in get_termsize() local
69 if ( !termtype ) { in get_termsize()
74 i = tgetent(term_buffer, termtype); in get_termsize()
84 "Terminal type '%s' not recognized.", termtype); in get_termsize()
/dports/math/plplot-ada/plplot-5.15.0/utils/
H A Dpltek.c25 enum { unknown, xterm, tekterm } termtype = unknown; variable
54 termtype = xterm; in main()
60 termtype = tekterm; in main()
203 if ( termtype == xterm ) in main()
225 switch ( termtype ) in tek_mode()
243 switch ( termtype ) in tek_mode()
/dports/math/plplot/plplot-5.15.0/utils/
H A Dpltek.c25 enum { unknown, xterm, tekterm } termtype = unknown; variable
54 termtype = xterm; in main()
60 termtype = tekterm; in main()
203 if ( termtype == xterm ) in main()
225 switch ( termtype ) in tek_mode()
243 switch ( termtype ) in tek_mode()
/dports/devel/devtodo/devtodo-0.1.20/src/
H A Dtodoterm.cc19 char const *termtype = getenv("TERM"); in getWidth() local
20 if (!termtype) { in getWidth()
29 throw runtime_error(string(string("unknown terminal type '") + termtype + "'").c_str()); in getWidth()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/osdep/
H A Dgetch2.c116 int load_termcap(char *termtype){ in load_termcap() argument
117 if(!termtype) termtype=getenv("TERM"); in load_termcap()
118 if(!termtype) termtype="unknown"; in load_termcap()
119 success=tgetent(term_buffer, termtype); in load_termcap()
121 if(success==0){ printf("Terminal type `%s' is not defined.\n", termtype);return 0;} in load_termcap()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/osdep/
H A Dgetch2.c116 int load_termcap(char *termtype){ in load_termcap() argument
117 if(!termtype) termtype=getenv("TERM"); in load_termcap()
118 if(!termtype) termtype="unknown"; in load_termcap()
119 success=tgetent(term_buffer, termtype); in load_termcap()
121 if(success==0){ printf("Terminal type `%s' is not defined.\n", termtype);return 0;} in load_termcap()
/dports/multimedia/gst123/gst123-0.3.3/src/
H A Dterminal.cc130 const char *termtype = NULL; in init() local
131 termtype = getenv ("TERM"); in init()
132 if (termtype) in init()
133 terminal_type = termtype; in init()
/dports/sysutils/heirloom/heirloom-070715/ul/
H A Dul.c140 char *termtype; in main() local
149 termtype = getenv("TERM"); in main()
150 if (termtype == NULL || (progname[0] == 'c' && !isatty(1))) in main()
151 termtype = "lpr"; in main()
157 termtype = optarg; in main()
171 setupterm(termtype, 1, &c); in main()
175 termtype = "dumb"; in main()
177 switch (tgetent(termcap, termtype)) { in main()
/dports/devel/libtickit/libtickit-0.4.2a/src/
H A Dterm.c56 char *termtype; member
163 .termtype = builder->termtype, in tickit_term_build_driver()
183 if(!builder.termtype) in tickit_term_build()
185 if(!builder.termtype) in tickit_term_build()
235 if(builder.termtype) in tickit_term_build()
236 tt->termtype = strdup(builder.termtype); in tickit_term_build()
238 tt->termtype = NULL; in tickit_term_build()
301 .termtype = termtype, in tickit_term_new_for_termtype()
361 if(tt->termtype) in tickit_term_destroy()
362 free(tt->termtype); in tickit_term_destroy()
[all …]
/dports/cad/magic/magic-8.3.245/resis/
H A DResDebug.c119 static char termtype[] = {'g','s','d','c'}; local
132 TxPrintf("%c (%d,%d) ",termtype[i],
136 fprintf(fp, "%c (%d,%d) ",termtype[i],
/dports/devel/notcurses/notcurses-3.0.1/src/media/
H A Dshim.c6 ncdirect* ncdirect_init(const char* termtype, FILE* outfp, uint64_t flags){ in ncdirect_init() argument
8 return ncdirect_core_init(termtype, outfp, flags); in ncdirect_init()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dwindows-termcap.c25 extern int tgetent (char *buffer, char *termtype);
37 tgetent (char *buffer, char *termtype) in tgetent() argument
/dports/devel/gdb/gdb-11.1/gdb/
H A Dstub-termcap.c28 extern int tgetent (char *buffer, char *termtype);
61 tgetent (char *buffer, char *termtype) in tgetent() argument
/dports/sysutils/linrename/util-linux-2.25.2/text-utils/
H A Dul.c153 char *termtype; in main() local
172 termtype = getenv("TERM"); in main()
180 if (termtype == NULL || (argv[0][0] == 'c' && !isatty(STDOUT_FILENO))) in main()
181 termtype = "lpr"; in main()
189 termtype = optarg; in main()
204 setupterm(termtype, STDOUT_FILENO, &ret); in main()
217 termtype); in main()
/dports/emulators/hercules/hercules-3.13/
H A Dcomm3705.c647 termtype = (char *)(buf + sizeof(type_is)); in negotiate()
649 termtype); in negotiate()
652 s = strchr (termtype, '@'); in negotiate()
676 if (memcmp(termtype, "IBM-", 4) != 0) in negotiate()
697 if (memcmp(termtype, "ANSI", 4) == 0) in negotiate()
716 if (memcmp(termtype+4,"DYNAMIC",7) == 0) { in negotiate()
720 if (!(memcmp(termtype+4, "3277", 4) == 0 in negotiate()
733 if (termtype[8]=='-') { in negotiate()
734 if (termtype[9] < '1' || termtype[9] > '5') in negotiate()
736 *model = termtype[9]; in negotiate()
[all …]
H A Dconsole.c704 termtype = (char *)(buf + sizeof(type_is)); in negotiate()
706 termtype); in negotiate()
709 s = strchr (termtype, '@'); in negotiate()
733 if (memcmp(termtype, "IBM-", 4) != 0) in negotiate()
754 if (memcmp(termtype, "ANSI", 4) == 0) in negotiate()
773 if (memcmp(termtype+4,"DYNAMIC",7) == 0) { in negotiate()
777 if (!(memcmp(termtype+4, "3277", 4) == 0 in negotiate()
790 if (termtype[8]=='-') { in negotiate()
791 if (termtype[9] < '1' || termtype[9] > '5') in negotiate()
793 *model = termtype[9]; in negotiate()
[all …]
/dports/devel/libtickit/libtickit-0.4.2a/t/
H A D60tickit-setup.c19 .termtype = "xterm", in main()
52 .termtype = "xterm", in main()
H A D12term-modes.c19 .termtype = "xterm", in main()
83 .termtype = "xterm", in main()
H A D10term-write.c32 .termtype = "xterm", in main()
103 .termtype = "xterm", in main()
/dports/security/secpanel/usr/local/bin/
H A Dsecpanel180 set titlepar $termtype([set usetermver]_titlepar)
181 set quotepar $termtype([set usetermver]_quotepar)
182 set execpar $termtype([set usetermver]_execpar)
184 set icontag $termtype([set usetermver]_iconpar)
919 global env widget libdir configs termtype
956 set icontag $termtype([set usetermver]_iconpar)
1217 global widget env configs libdir termtype
1387 set execpar $termtype([set usetermver]_execpar)
1705 set icontag $termtype([set usetermver]_iconpar)
2460 foreach k [array names termtype] {
[all …]
/dports/devel/kde-dev-scripts/kde-dev-scripts-21.12.3/
H A Dcolorcvs96 foreach $termtype (split(/\s+/, $value))
98 $nocolor{$termtype} = "true";
H A Dcolorsvn107 foreach $termtype (split(/\s+/, $value))
109 $nocolor{$termtype} = "true";
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/maxflow-v2.21.src/adjacency_list/
H A Dgraph.h45 } termtype; /* terminals */ typedef
85 termtype what_segment(node_id i);
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/mdocml/dist/
H A Dterm.h25 enum termtype { enum
52 enum termtype type;

12345678910