| /freebsd-11-stable/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 …]
|
| /freebsd-11-stable/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()
|
| /freebsd-11-stable/tools/regression/sockets/unix_cmsg/ |
| HD | Makefile | 25 .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}} < ${.ALLSRC} > ${.TARGET}
|
| /freebsd-11-stable/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 …]
|
| /freebsd-11-stable/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()
|
| /freebsd-11-stable/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()
|
| /freebsd-11-stable/lib/libc/resolv/ |
| HD | res_send.c | 235 int n, ttype, tclass; in res_nameinquery() local 243 ttype = ns_get16(cp); cp += INT16SZ; in res_nameinquery() 245 if (ttype == type && tclass == class && in res_nameinquery() 286 int n, ttype, tclass; in res_queriesmatch() local 294 ttype = ns_get16(cp); cp += INT16SZ; in res_queriesmatch() 296 if (!res_nameinquery(tname, ttype, tclass, buf2, eom2)) in res_queriesmatch()
|
| /freebsd-11-stable/contrib/lua/src/ |
| HD | ldump.c | 104 DumpByte(ttype(o), D); in DumpConstants() 105 switch (ttype(o)) { in DumpConstants()
|
| HD | luac.c | 257 switch (ttype(o)) in PrintConstant() 280 printf("? type=%d",ttype(o)); in PrintConstant()
|
| HD | lobject.h | 133 #define ttype(o) (rttype(o) & 0x3F) macro 188 #define righttt(obj) (ttype(obj) == gcvalue(obj)->tt)
|
| HD | ltable.c | 118 switch (ttype(key)) { in mainposition() 590 switch (ttype(key)) { in luaH_get()
|
| HD | lapi.c | 394 switch (ttype(o)) { in lua_rawlen() 431 switch (ttype(o)) { in lua_topointer() 1199 switch (ttype(fi)) { in aux_upvalue() 1270 switch (ttype(fi)) { in lua_upvalueid()
|
| HD | lvm.c | 409 if (ttype(t1) != ttype(t2)) { /* not the same variant? */ in luaV_equalobj() 418 switch (ttype(t1)) { in luaV_equalobj() 519 switch (ttype(rb)) { in luaV_objlen()
|
| /freebsd-11-stable/sbin/ipfw/ |
| HD | tables.c | 354 table_parse_type(uint8_t ttype, char *p, uint8_t *tflags) in table_parse_type() argument 360 switch(ttype) { in table_parse_type() 797 char ttype[64], tvtype[64]; in table_show_info() local 799 table_print_type(ttype, sizeof(ttype), i->type, i->tflags); in table_show_info() 804 printf(" kindex: %d, type: %s, locked\n", i->kidx, ttype); in table_show_info() 806 printf(" kindex: %d, type: %s\n", i->kidx, ttype); in table_show_info()
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| HD | ltable.c | 98 switch (ttype(key)) { in mainposition() 482 switch (ttype(key)) { in luaH_get()
|
| HD | lobject.h | 123 #define ttype(o) (rttype(o) & 0x3F) macro 176 #define righttt(obj) (ttype(obj) == gcvalue(obj)->gch.tt)
|
| HD | lapi.c | 444 switch (ttype(o)) { in lua_topointer() 1189 switch (ttype(fi)) { in aux_upvalue() 1258 switch (ttype(fi)) { in lua_upvalueid()
|
| /freebsd-11-stable/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()
|
| /freebsd-11-stable/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()
|
| /freebsd-11-stable/contrib/sqlite3/tea/generic/ |
| HD | tclsqlite3.c | 3338 int ttype; in DbObjCmd() local 3343 0, &ttype)!=TCL_OK ){ in DbObjCmd() 3356 switch( (enum TTYPE_enum)ttype ){ in DbObjCmd() 3415 int ttype; in DbObjCmd() local 3417 0, &ttype) ){ in DbObjCmd() 3420 switch( (enum TTYPE_enum)ttype ){ in DbObjCmd()
|