Home
last modified time | relevance | path

Searched refs:ttype (Results 1 – 25 of 59) sorted by relevance

123

/freebsd-12.1/usr.bin/tset/
H A Dterm.c66 const char *ttype; in get_termcap_entry() local
69 ttype = userarg; in get_termcap_entry()
84 ttype = t->ty_type; in get_termcap_entry()
90 ttype = "unknown"; in get_termcap_entry()
92 map: ttype = mapped(ttype); in get_termcap_entry()
106 if (ttype[0] == '?') { in get_termcap_entry()
107 if (ttype[1] != '\0') in get_termcap_entry()
108 ttype = askuser(ttype + 1); in get_termcap_entry()
110 ttype = askuser(NULL); in get_termcap_entry()
116 ttype = askuser(NULL); in get_termcap_entry()
[all …]
H A Dtset.c81 const char *ttype; in main() local
161 ttype = get_termcap_entry(*argv, &tcapbuf); in main()
189 (void)printf("%s\n", ttype); in main()
192 (void)fprintf(stderr, "Terminal type is %s.\n", ttype); in main()
205 (void)printf("%s ", ttype); in main()
217 printf("set noglob;\nsetenv TERM %s;\n", ttype); in main()
225 printf("TERM=%s;\n", ttype); in main()
/freebsd-12.1/contrib/gcc/config/
H A Dsol2-c.c88 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()
128 if (ttype != CPP_NAME) in solaris_pragma_align()
154 enum cpp_ttype ttype; in solaris_pragma_init() local
162 ttype = pragma_lex (&t); in solaris_pragma_init()
163 if (ttype != CPP_NAME) in solaris_pragma_init()
186 if (ttype != CPP_NAME) in solaris_pragma_init()
212 enum cpp_ttype ttype; in solaris_pragma_fini() local
221 if (ttype != CPP_NAME) in solaris_pragma_fini()
[all …]
/freebsd-12.1/tools/regression/sockets/unix_cmsg/
H A DMakefile27 .for ttype in bintime timeval timespec_real timespec_mono
28 AUTOSRCS+= t_${ttype}.h t_${ttype}.c
30 t_${ttype}.o: t_${ttype}.c t_${ttype}.h
32 t_${ttype}.c: t_xxxtime.c.in
33 sed ${REXP_${ttype}} < ${.ALLSRC} > ${.TARGET}
35 t_${ttype}.h: t_xxxtime.h.in
36 sed ${REXP_${ttype}} < ${.ALLSRC} > ${.TARGET}
/freebsd-12.1/contrib/ncurses/progs/
H A Dtset.c573 const char *ttype; in get_termcap_entry() local
582 ttype = userarg; in get_termcap_entry()
629 ttype = "unknown"; in get_termcap_entry()
631 map:ttype = mapped(ttype); in get_termcap_entry()
659 if (ttype[1] != '\0') in get_termcap_entry()
660 ttype = askuser(ttype + 1); in get_termcap_entry()
670 ttype = 0; in get_termcap_entry()
675 ttype = 0; in get_termcap_entry()
677 ttype = askuser(ttype); in get_termcap_entry()
682 return (ttype); in get_termcap_entry()
[all …]
/freebsd-12.1/contrib/nvi/cl/
H A Dcl_main.c59 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()
H A Dcl_screen.c189 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-12.1/contrib/gdb/gdb/
H A Djv-lang.c601 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()
H A Dparser-defs.h71 struct ttype struct
H A Dremote-vx.c396 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-12.1/lib/libc/resolv/
H A Dres_send.c237 int n, ttype, tclass; in res_nameinquery() local
245 ttype = ns_get16(cp); cp += INT16SZ; in res_nameinquery()
247 if (ttype == type && tclass == class && in res_nameinquery()
288 int n, ttype, tclass; in res_queriesmatch() local
296 ttype = ns_get16(cp); cp += INT16SZ; in res_queriesmatch()
298 if (!res_nameinquery(tname, ttype, tclass, buf2, eom2)) in res_queriesmatch()
/freebsd-12.1/contrib/lua/src/
H A Dldump.c104 DumpByte(ttype(o), D); in DumpConstants()
105 switch (ttype(o)) { in DumpConstants()
H A Dluac.c257 switch (ttype(o)) in PrintConstant()
280 printf("? type=%d",ttype(o)); in PrintConstant()
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)) { in mainposition()
590 switch (ttype(key)) { in luaH_get()
H A Dlapi.c394 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()
H A Dlvm.c409 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-12.1/sbin/ipfw/
H A Dtables.c345 table_parse_type(uint8_t ttype, char *p, uint8_t *tflags) in table_parse_type() argument
351 switch(ttype) { in table_parse_type()
781 char ttype[64], tvtype[64]; in table_show_info() local
783 table_print_type(ttype, sizeof(ttype), i->type, i->tflags); in table_show_info()
788 printf(" kindex: %d, type: %s, locked\n", i->kidx, ttype); in table_show_info()
790 printf(" kindex: %d, type: %s\n", i->kidx, ttype); in table_show_info()
/freebsd-12.1/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)) { in mainposition()
482 switch (ttype(key)) { in luaH_get()
H A Dlapi.c444 switch (ttype(o)) { in lua_topointer()
1189 switch (ttype(fi)) { in aux_upvalue()
1258 switch (ttype(fi)) { in lua_upvalueid()
/freebsd-12.1/contrib/gcc/
H A Dtarget.h118 bool (* ttype) (rtx); member
H A Dtree.c3372 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-12.1/sys/contrib/octeon-sdk/
H A Dcvmx-usb.c1999 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-12.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c3338 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()

123