Searched refs:ttype (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-11-stable/usr.bin/tset/
H A Dterm.c64 const char *ttype; local
67 ttype = userarg;
72 if ((ttype = getenv("TERM")))
82 ttype = t->ty_type;
88 ttype = "unknown";
90 map: ttype = mapped(ttype);
101 * ttype now contains a pointer to the type of the terminal.
104 if (ttype[0] == '?') {
105 if (ttype[
[all...]
H A Dtset.c79 const char *ttype; local
159 ttype = get_termcap_entry(*argv, &tcapbuf);
187 (void)printf("%s\n", ttype);
190 (void)fprintf(stderr, "Terminal type is %s.\n", ttype);
203 (void)printf("%s ", ttype);
215 printf("set noglob;\nsetenv TERM %s;\n", ttype);
223 printf("TERM=%s;\n", ttype);
/freebsd-11-stable/tools/regression/sockets/unix_cmsg/
H A DMakefile25 .for ttype in bintime timeval timespec_real timespec_mono
26 AUTOSRCS+= t_${ttype}.h t_${ttype}.c
28 t_${ttype}.o: t_${ttype}.c t_${ttype}.h
30 t_${ttype}.c: t_xxxtime.c.in
31 sed ${REXP_${ttype}} < ${.ALLSRC} > ${.TARGET}
33 t_${ttype}.h: t_xxxtime.h.in
34 sed ${REXP_${ttype}} <
[all...]
/freebsd-11-stable/contrib/gcc/config/
H A Dsol2-c.c88 enum cpp_ttype ttype; local
107 ttype = pragma_lex (&t);
108 if (ttype != CPP_NAME)
124 ttype = pragma_lex (&t);
125 if (ttype == CPP_COMMA)
127 ttype = pragma_lex (&t);
128 if (ttype != CPP_NAME)
134 else if (ttype == CPP_CLOSE_PAREN)
154 enum cpp_ttype ttype; local
162 ttype
212 enum cpp_ttype ttype; local
[all...]
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtset.c573 const char *ttype; local
582 ttype = userarg;
587 if ((ttype = getenv("TERM")) != 0)
599 ttype = t->ty_type;
618 ttype = strdup(t);
629 ttype = "unknown";
631 map:ttype = mapped(ttype);
655 * ttype now contains a pointer to the type of the terminal.
658 if (ttype[
1207 const char *ttype; local
[all...]
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_main.c59 char **p_av, **t_av, *ttype; local
94 if ((ttype = getenv("TERM")) == NULL)
95 ttype = "ansi";
96 term_init(gp->progname, ttype);
100 OG_STR(gp, GO_TERM) = strdup(ttype)) == NULL)
236 term_init(char *name, char *ttype) argument
241 setupterm(ttype, STDOUT_FILENO, &err);
249 "%s: %s: unknown terminal type\n", name, ttype);
H A Dcl_screen.c189 char *o_cols, *o_lines, *o_term, *ttype; local
208 ttype = O_STR(sp, O_TERM);
228 cl_putenv("TERM", ttype, 0);
245 if (newterm(ttype, stdout, stdin) == NULL) {
247 msgq(sp, M_SYSERR, "%s", ttype);
249 msgq(sp, M_ERR, "%s: unknown terminal type", ttype);
/freebsd-11-stable/contrib/gdb/gdb/
H A Djv-lang.c601 struct type *ttype = check_typedef (TYPE_TARGET_TYPE (type)); local
603 if (TYPE_CODE (ttype) != TYPE_CODE_STRUCT)
605 while (TYPE_N_BASECLASSES (ttype) > 0)
606 ttype = TYPE_BASECLASS (ttype, 0);
607 name = TYPE_TAG_NAME (ttype);
610 name = TYPE_NFIELDS (ttype) > 0 ? TYPE_FIELD_NAME (ttype, 0) : (char *) 0;
H A Dparser-defs.h71 struct ttype struct
H A Df-exp.y140 struct ttype tsym;
/freebsd-11-stable/contrib/lua/src/
H A Dldump.c104 DumpByte(ttype(o), D);
105 switch (ttype(o)) {
H A Dluac.c257 switch (ttype(o))
280 printf("? type=%d",ttype(o));
H A Dlobject.h133 #define ttype(o) (rttype(o) & 0x3F) macro
188 #define righttt(obj) (ttype(obj) == gcvalue(obj)->tt)
H A Dltable.c118 switch (ttype(key)) {
590 switch (ttype(key)) {
H A Dlapi.c394 switch (ttype(o)) {
431 switch (ttype(o)) {
1199 switch (ttype(fi)) {
1270 switch (ttype(fi)) {
H A Dlvm.c409 if (ttype(t1) != ttype(t2)) { /* not the same variant? */
418 switch (ttype(t1)) {
519 switch (ttype(rb)) {
/freebsd-11-stable/lib/libc/resolv/
H A Dres_send.c235 int n, ttype, tclass; local
243 ttype = ns_get16(cp); cp += INT16SZ;
245 if (ttype == type && tclass == class &&
286 int n, ttype, tclass; local
294 ttype = ns_get16(cp); cp += INT16SZ;
296 if (!res_nameinquery(tname, ttype, tclass, buf2, eom2))
/freebsd-11-stable/sbin/ipfw/
H A Dtables.c354 table_parse_type(uint8_t ttype, char *p, uint8_t *tflags) argument
360 switch(ttype) {
797 char ttype[64], tvtype[64]; local
799 table_print_type(ttype, sizeof(ttype), i->type, i->tflags);
804 printf(" kindex: %d, type: %s, locked\n", i->kidx, ttype);
806 printf(" kindex: %d, type: %s\n", i->kidx, ttype);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlobject.h123 #define ttype(o) (rttype(o) & 0x3F) macro
176 #define righttt(obj) (ttype(obj) == gcvalue(obj)->gch.tt)
H A Dltable.c98 switch (ttype(key)) {
482 switch (ttype(key)) {
H A Dlapi.c444 switch (ttype(o)) {
1189 switch (ttype(fi)) {
1258 switch (ttype(fi)) {
/freebsd-11-stable/contrib/gcc/
H A Dtarget.h117 /* Emit a ttype table reference to a typeinfo object. */
118 bool (* ttype) (rtx); member in struct:gcc_target::asm_out
H A Dtree.c3393 build_type_attribute_qual_variant (tree ttype, tree attribute, int quals)
3395 if (! attribute_list_equal (TYPE_ATTRIBUTES (ttype), attribute))
3399 enum tree_code code = TREE_CODE (ttype);
3401 ntype = copy_node (ttype);
3444 ttype = build_qualified_type (ntype, quals);
3447 return ttype;
3457 build_type_attribute_variant (tree ttype, tree attribute)
3459 return build_type_attribute_qual_variant (ttype, attribute,
3460 TYPE_QUALS (ttype));
3372 build_type_attribute_qual_variant(tree ttype, tree attribute, int quals) argument
3436 build_type_attribute_variant(tree ttype, tree attribute) argument
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-usb.c1999 cvmx_usb_transfer_t ttype; local
2085 for (ttype=CVMX_USB_TRANSFER_CONTROL; ttype<=CVMX_USB_TRANSFER_INTERRUPT; ttype++)
2087 pipe = usb->active_pipes[ttype].head;
/freebsd-11-stable/contrib/tnftp/src/
H A Dcmds.c252 set_type(const char *ttype) argument
258 if (strcmp(ttype, p->t_name) == 0)
261 fprintf(ttyout, "%s: unknown mode.\n", ttype);

Completed in 459 milliseconds

12