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

12

/freebsd-9.3-release/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-9.3-release/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-9.3-release/contrib/nvi/cl/
H A Dcl_main.c62 char *ip_arg, **p_av, **t_av, *ttype; local
123 if ((ttype = getenv("TERM")) == NULL)
124 ttype = "unknown";
125 term_init(gp->progname, ttype);
129 OG_STR(gp, GO_TERM) = strdup(ttype)) == NULL)
168 (void)printf(XTERM_RENAME, ttype);
268 term_init(name, ttype)
269 char *name, *ttype;
274 setupterm(ttype, STDOUT_FILENO, &err);
282 "%s: %s: unknown terminal type\n", name, ttype);
[all...]
H A Dcl_bsd.c169 setupterm(ttype, fno, errp)
170 char *ttype;
176 if ((*errp = tgetent(buf, ttype)) > 0) {
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);
249 if (newterm(ttype, stdout, stdin) == NULL) {
251 msgq(sp, M_SYSERR, "%s", ttype);
253 msgq(sp, M_ERR, "%s: unknown terminal type", ttype);
H A Dcl_funcs.c514 char *ttype; local
519 ttype = OG_STR(gp, GO_TERM);
527 !strncmp(ttype, "xterm", sizeof("xterm") - 1)) {
535 (void)printf(XTERM_RENAME, ttype);
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dtset.c551 const char *ttype; local
560 ttype = userarg;
565 if ((ttype = getenv("TERM")) != 0)
577 ttype = t->ty_type;
596 ttype = strdup(t);
607 ttype = "unknown";
609 map:ttype = mapped(ttype);
632 * ttype now contains a pointer to the type of the terminal.
635 if (ttype[
1168 const char *ttype; local
[all...]
/freebsd-9.3-release/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;
H A Dc-exp.y139 struct ttype tsym;
H A Djv-exp.y140 struct ttype tsym;
H A Dobjc-exp.y139 struct ttype tsym;
H A Dp-exp.y143 struct ttype tsym;
/freebsd-9.3-release/lib/libc/resolv/
H A Dres_send.c234 int n, ttype, tclass; local
242 ttype = ns_get16(cp); cp += INT16SZ;
244 if (ttype == type && tclass == class &&
285 int n, ttype, tclass; local
293 ttype = ns_get16(cp); cp += INT16SZ;
295 if (!res_nameinquery(tname, ttype, tclass, buf2, eom2))
/freebsd-9.3-release/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.c3389 build_type_attribute_qual_variant (tree ttype, tree attribute, int quals)
3391 if (! attribute_list_equal (TYPE_ATTRIBUTES (ttype), attribute))
3395 enum tree_code code = TREE_CODE (ttype);
3397 ntype = copy_node (ttype);
3440 ttype = build_qualified_type (ntype, quals);
3443 return ttype;
3453 build_type_attribute_variant (tree ttype, tree attribute)
3455 return build_type_attribute_qual_variant (ttype, attribute,
3456 TYPE_QUALS (ttype));
3368 build_type_attribute_qual_variant(tree ttype, tree attribute, int quals) argument
3432 build_type_attribute_variant(tree ttype, tree attribute) argument
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dncache.c518 dns_rdatatype_t ttype; local
544 ttype = isc_buffer_getuint16(&source);
546 if (ttype == type && dns_name_equal(&tname, name)) {
/freebsd-9.3-release/tools/tools/tinybsd/conf/wrap/etc/
H A Dttys67 ttype none network
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-usb.c1995 cvmx_usb_transfer_t ttype; local
2081 for (ttype=CVMX_USB_TRANSFER_CONTROL; ttype<=CVMX_USB_TRANSFER_INTERRUPT; ttype++)
2083 pipe = usb->active_pipes[ttype].head;
H A Dcvmx-sriomaintx-defs.h1827 uint32_t ttype : 4; /**< Transaction Type associated with the error member in struct:cvmx_sriomaintx_erb_lt_ctrl_capt::cvmx_sriomaintx_erb_lt_ctrl_capt_s
1859 uint32_t ttype : 4;
/freebsd-9.3-release/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);
/freebsd-9.3-release/tools/tools/nanobsd/pcengines/Files/etc/
H A Dttys68 ttype none network
/freebsd-9.3-release/tools/tools/nanobsd/rescue/Files/etc/
H A Dttys68 ttype none network

Completed in 160 milliseconds

12