| /NextBSD/usr.bin/tset/ |
| HD | term.c | 64 const char *ttype; in get_termcap_entry() local 67 ttype = userarg; in get_termcap_entry() 72 if ((ttype = getenv("TERM"))) in get_termcap_entry() 82 ttype = t->ty_type; in get_termcap_entry() 88 ttype = "unknown"; in get_termcap_entry() 90 map: ttype = mapped(ttype); in get_termcap_entry() 104 if (ttype[0] == '?') { in get_termcap_entry() 105 if (ttype[1] != '\0') in get_termcap_entry() 106 ttype = askuser(ttype + 1); in get_termcap_entry() 108 ttype = askuser(NULL); in get_termcap_entry() [all …]
|
| HD | tset.c | 79 const char *ttype; in main() local 159 ttype = get_termcap_entry(*argv, &tcapbuf); in main() 187 (void)printf("%s\n", ttype); in main() 190 (void)fprintf(stderr, "Terminal type is %s.\n", ttype); in main() 203 (void)printf("%s ", ttype); in main() 215 printf("set noglob;\nsetenv TERM %s;\n", ttype); in main() 223 printf("TERM=%s;\n", ttype); in main()
|
| /NextBSD/contrib/gcc/config/ |
| HD | sol2-c.c | 88 enum cpp_ttype ttype; in solaris_pragma_align() local 107 ttype = pragma_lex (&t); in solaris_pragma_align() 108 if (ttype != CPP_NAME) in solaris_pragma_align() 124 ttype = pragma_lex (&t); in solaris_pragma_align() 125 if (ttype == CPP_COMMA) in solaris_pragma_align() 127 ttype = pragma_lex (&t); in solaris_pragma_align() 128 if (ttype != CPP_NAME) in solaris_pragma_align() 134 else if (ttype == CPP_CLOSE_PAREN) in solaris_pragma_align() 154 enum cpp_ttype ttype; in solaris_pragma_init() local 162 ttype = pragma_lex (&t); in solaris_pragma_init() [all …]
|
| /NextBSD/contrib/ncurses/progs/ |
| HD | tset.c | 573 const char *ttype; in get_termcap_entry() local 582 ttype = userarg; in get_termcap_entry() 587 if ((ttype = getenv("TERM")) != 0) in get_termcap_entry() 599 ttype = t->ty_type; in get_termcap_entry() 618 ttype = strdup(t); in get_termcap_entry() 629 ttype = "unknown"; in get_termcap_entry() 631 map:ttype = mapped(ttype); in get_termcap_entry() 658 if (ttype[0] == '?') { in get_termcap_entry() 659 if (ttype[1] != '\0') in get_termcap_entry() 660 ttype = askuser(ttype + 1); in get_termcap_entry() [all …]
|
| /NextBSD/contrib/nvi/cl/ |
| HD | cl_main.c | 59 char **p_av, **t_av, *ttype; in main() local 94 if ((ttype = getenv("TERM")) == NULL) in main() 95 ttype = "ansi"; in main() 96 term_init(gp->progname, ttype); in main() 100 OG_STR(gp, GO_TERM) = strdup(ttype)) == NULL) in main() 236 term_init(char *name, char *ttype) in term_init() argument 241 setupterm(ttype, STDOUT_FILENO, &err); in term_init() 249 "%s: %s: unknown terminal type\n", name, ttype); in term_init()
|
| HD | cl_screen.c | 189 char *o_cols, *o_lines, *o_term, *ttype; in cl_vi_init() local 208 ttype = O_STR(sp, O_TERM); in cl_vi_init() 228 cl_putenv("TERM", ttype, 0); in cl_vi_init() 245 if (newterm(ttype, stdout, stdin) == NULL) { in cl_vi_init() 247 msgq(sp, M_SYSERR, "%s", ttype); in cl_vi_init() 249 msgq(sp, M_ERR, "%s: unknown terminal type", ttype); in cl_vi_init()
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | jv-lang.c | 601 struct type *ttype = check_typedef (TYPE_TARGET_TYPE (type)); in is_object_type() local 603 if (TYPE_CODE (ttype) != TYPE_CODE_STRUCT) in is_object_type() 605 while (TYPE_N_BASECLASSES (ttype) > 0) in is_object_type() 606 ttype = TYPE_BASECLASS (ttype, 0); in is_object_type() 607 name = TYPE_TAG_NAME (ttype); in is_object_type() 610 name = TYPE_NFIELDS (ttype) > 0 ? TYPE_FIELD_NAME (ttype, 0) : (char *) 0; in is_object_type()
|
| HD | parser-defs.h | 71 struct ttype struct
|
| HD | remote-vx.c | 396 ptrace_in.info.ttype = NOINFO; in net_read_registers() 444 ptrace_in.info.ttype = DATA; in net_write_registers() 500 ptrace_in.info.ttype = DATA; in vx_xfer_memory()
|
| HD | f-exp.y | 140 struct ttype tsym;
|
| HD | jv-exp.y | 140 struct ttype tsym;
|
| HD | p-exp.y | 143 struct ttype tsym;
|
| /NextBSD/lib/libc/resolv/ |
| HD | res_send.c | 236 int n, ttype, tclass; in res_nameinquery() local 244 ttype = ns_get16(cp); cp += INT16SZ; in res_nameinquery() 246 if (ttype == type && tclass == class && in res_nameinquery() 287 int n, ttype, tclass; in res_queriesmatch() local 295 ttype = ns_get16(cp); cp += INT16SZ; in res_queriesmatch() 297 if (!res_nameinquery(tname, ttype, tclass, buf2, eom2)) in res_queriesmatch()
|
| /NextBSD/sbin/ipfw/ |
| HD | tables.c | 333 table_parse_type(uint8_t ttype, char *p, uint8_t *tflags) in table_parse_type() argument 339 switch(ttype) { in table_parse_type() 727 char ttype[64], tvtype[64]; in table_show_info() local 729 table_print_type(ttype, sizeof(ttype), i->type, i->tflags); in table_show_info() 734 printf(" kindex: %d, type: %s, locked\n", i->kidx, ttype); in table_show_info() 736 printf(" kindex: %d, type: %s\n", i->kidx, ttype); in table_show_info()
|
| HD | ipfw2.c | 2326 int ttype; in foreach_state() local 2333 ttype = 0; in foreach_state() 2341 ttype = IPFW_TLV_DYN_ENT; in foreach_state() 2351 if (tlv->type != ttype) in foreach_state()
|
| /NextBSD/contrib/gcc/ |
| HD | target.h | 118 bool (* ttype) (rtx); member
|
| HD | tree.c | 3372 build_type_attribute_qual_variant (tree ttype, tree attribute, int quals) in build_type_attribute_qual_variant() argument 3374 if (! attribute_list_equal (TYPE_ATTRIBUTES (ttype), attribute)) in build_type_attribute_qual_variant() 3378 enum tree_code code = TREE_CODE (ttype); in build_type_attribute_qual_variant() 3380 ntype = copy_node (ttype); in build_type_attribute_qual_variant() 3423 ttype = build_qualified_type (ntype, quals); in build_type_attribute_qual_variant() 3426 return ttype; in build_type_attribute_qual_variant() 3436 build_type_attribute_variant (tree ttype, tree attribute) in build_type_attribute_variant() argument 3438 return build_type_attribute_qual_variant (ttype, attribute, in build_type_attribute_variant() 3439 TYPE_QUALS (ttype)); in build_type_attribute_variant()
|
| /NextBSD/sys/contrib/octeon-sdk/ |
| HD | cvmx-usb.c | 1999 cvmx_usb_transfer_t ttype; in __cvmx_usb_schedule() local 2085 for (ttype=CVMX_USB_TRANSFER_CONTROL; ttype<=CVMX_USB_TRANSFER_INTERRUPT; ttype++) in __cvmx_usb_schedule() 2087 pipe = usb->active_pipes[ttype].head; in __cvmx_usb_schedule()
|
| HD | cvmx-sriomaintx-defs.h | 1872 uint32_t ttype : 4; /**< Transaction Type associated with the error member 1904 uint32_t ttype : 4;
|
| /NextBSD/contrib/tnftp/src/ |
| HD | cmds.c | 252 set_type(const char *ttype) in set_type() argument 258 if (strcmp(ttype, p->t_name) == 0) in set_type() 261 fprintf(ttyout, "%s: unknown mode.\n", ttype); in set_type()
|
| /NextBSD/tools/tools/tinybsd/conf/wrap/etc/ |
| HD | ttys | 67 ttype none network
|
| /NextBSD/usr.bin/vgrind/ |
| HD | vgrindefs.src | 95 stjoin sub1 t times tnull tokno ttype:
|
| /NextBSD/sys/dev/isp/ |
| HD | isp.c | 4391 int ttype; in isp_start() local 4393 ttype = XS_TAG_TYPE(xs); in isp_start() 4396 ttype = REQFLAG_HTAG; in isp_start() 4398 ttype = REQFLAG_STAG; in isp_start() 4401 if (ttype == REQFLAG_OTAG) { in isp_start() 4402 ttype = FCP_CMND_TASK_ATTR_ORDERED; in isp_start() 4403 } else if (ttype == REQFLAG_HTAG) { in isp_start() 4404 ttype = FCP_CMND_TASK_ATTR_HEAD; in isp_start() 4406 ttype = FCP_CMND_TASK_ATTR_SIMPLE; in isp_start() 4408 ((ispreqt7_t *)reqp)->req_task_attribute = ttype; in isp_start()
|
| /NextBSD/tools/tools/nanobsd/pcengines/Files/etc/ |
| HD | ttys | 68 ttype none network
|
| /NextBSD/tools/tools/nanobsd/rescue/Files/etc/ |
| HD | ttys | 68 ttype none network
|