| /src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/ |
| Parser.py | 63 (ttype, val, curline) = tokens.get() 64 if ttype == T_STRING: 74 (ttype, val, curline) = tokens.get() 75 if ttype != T_SEMI: 76 bail('? need a semicolon to end the "include" (%d: %s)' % (ttype, val)) 80 (ttype, val, curline) = tokens.get() 81 if ttype == T_STRING: 84 (ttype, val, curline) = tokens.get() 85 if ttype != T_LBRACE: 86 bail('? need opening brace for "key" defn (%d: %s)' % (ttype, val) [all...] |
| /src/usr.bin/tset/ |
| term.c | 63 const char *ttype; local 66 ttype = userarg; 71 if ((ttype = getenv("TERM")) != NULL) 81 ttype = t->ty_type; 87 ttype = "unknown"; 89 map: ttype = mapped(ttype); 94 * ttype now contains a pointer to the type of the terminal. 97 if (ttype[0] == '?') { 98 if (ttype[1] != '\0' [all...] |
| tset.c | 70 const char *ttype; local 153 ttype = get_terminfo_entry(*argv); 184 (void)printf("%s\n", ttype); 187 (void)fprintf(stderr, "Terminal type is %s.\n", ttype); 212 (void)printf("%s%s%s", k1, ttype, k2);
|
| /src/external/gpl3/gcc/dist/gcc/config/ |
| sol2-c.cc | 85 enum cpp_ttype ttype; local 104 ttype = pragma_lex (&t); 105 if (ttype != CPP_NAME) 121 ttype = pragma_lex (&t); 122 if (ttype == CPP_COMMA) 124 ttype = pragma_lex (&t); 125 if (ttype != CPP_NAME) 131 else if (ttype == CPP_CLOSE_PAREN) 151 enum cpp_ttype ttype; local 159 ttype = pragma_lex (&t) 210 enum cpp_ttype ttype; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/ |
| sol2-c.cc | 85 enum cpp_ttype ttype; local 104 ttype = pragma_lex (&t); 105 if (ttype != CPP_NAME) 121 ttype = pragma_lex (&t); 122 if (ttype == CPP_COMMA) 124 ttype = pragma_lex (&t); 125 if (ttype != CPP_NAME) 131 else if (ttype == CPP_CLOSE_PAREN) 151 enum cpp_ttype ttype; local 159 ttype = pragma_lex (&t) 210 enum cpp_ttype ttype; local [all...] |
| /src/external/mpl/dhcp/dist/common/ |
| ctrace.c | 37 void trace_interface_register (trace_type_t *ttype, struct interface_info *ip) 51 trace_write_packet (ttype, sizeof tipkt, (char *)&tipkt, MDL); 55 void trace_interface_input (trace_type_t *ttype, unsigned len, char *buf) 144 void trace_interface_stop (trace_type_t *ttype) { 179 void trace_inpacket_input (trace_type_t *ttype, unsigned len, char *buf) 215 void trace_inpacket_stop (trace_type_t *ttype) { } 256 void trace_outpacket_input (trace_type_t *ttype, unsigned len, char *buf) 279 void trace_outpacket_stop (trace_type_t *ttype) { } 281 void trace_seed_stash (trace_type_t *ttype, unsigned seed) 287 trace_write_packet (ttype, sizeof outseed, (char *)&outseed, MDL) [all...] |
| icmp.c | 274 void trace_icmp_input_input (trace_type_t *ttype, unsigned length, char *buf) 286 void trace_icmp_input_stop (trace_type_t *ttype) { } 288 void trace_icmp_output_input (trace_type_t *ttype, unsigned length, char *buf) 303 void trace_icmp_output_stop (trace_type_t *ttype) { }
|
| /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/ |
| styling.py | 49 for ttype, value in stream: 50 if ttype is Error and value == "#": 53 if ttype is Text and value == "\n": 56 ttype = Comment.Single 57 yield ttype, value
|
| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/ |
| styling.py | 53 for ttype, value in stream: 54 if ttype is Error and value == "#": 57 if ttype is Text and value == "\n": 60 ttype = Comment.Single 61 yield ttype, value
|
| /src/external/mpl/dhcp/dist/omapip/ |
| trace.c | 196 isc_result_t trace_write_packet (trace_type_t *ttype, unsigned length, 203 return trace_write_packet_iov (ttype, 1, &iov, file, line); 206 isc_result_t trace_write_packet_iov (trace_type_t *ttype, 220 if (!ttype) { 239 tmp.type_index = htonl (ttype -> index); 387 void trace_index_map_input (trace_type_t *ttype, unsigned length, char *buf) 417 void trace_index_stop_tracing (trace_type_t *ttype) { } 431 trace_type_t *ttype = NULL; local 496 while ((result = trace_get_next_packet(&ttype, tpkt, &buf, &buflen, 498 (*ttype->have_packet)(ttype, tpkt->length, buf) 518 trace_type_t *ttype; local [all...] |
| buffer.c | 65 static void trace_connection_input_input (trace_type_t *ttype, 120 static void trace_connection_input_stop (trace_type_t *ttype) { } 122 static void trace_connection_output_input (trace_type_t *ttype, 129 static void trace_connection_output_stop (trace_type_t *ttype) { }
|
| /src/external/bsd/nvi/dist/cl/ |
| cl_main.c | 66 const char *ttype; local 104 if ((ttype = getenv("TERM")) == NULL) { 108 ttype = "unknown"; 110 term_init(gp->progname, ttype); 115 OG_STR(gp, GO_TERM) = strdup(ttype)) == NULL) 245 term_init(const char *name, const char *ttype) 250 setupterm(__UNCONST(ttype), STDOUT_FILENO, &error); 258 "%s: %s: unknown terminal type\n", name, ttype);
|
| cl_screen.c | 217 const char *ttype; local 235 ttype = O_STR(sp, O_TERM); 255 cl_putenv(sp, "TERM", ttype, 0); 280 if ((clp->screen = newterm(__UNCONST(ttype), stdout, stdin)) == NULL) { 282 msgq(sp, M_SYSERR, "%s", ttype); 284 msgq(sp, M_ERR, "%s: unknown terminal type", ttype); 467 const char *ttype; local 489 ttype = O_STR(sp, O_TERM); 490 (void)setupterm(ttype, STDOUT_FILENO, &error);
|
| cl_bsd.c | 177 setupterm(ttype, fno, errp) 178 char *ttype; 184 if ((*errp = tgetent(buf, ttype)) > 0) {
|
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| loongarch-hw-point.c | 39 unsigned int ctrl, ttype, llen; local 47 ttype = 2; 50 ttype = 1; 53 ttype = 3; 56 ttype = 0; 84 ctrl |= ttype << 8;
|
| aarch64-hw-point.c | 107 unsigned int ctrl, ttype; local 116 ttype = 2; 119 ttype = 1; 122 ttype = 3; 125 ttype = 0; 131 ctrl = ttype << 3;
|
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| loongarch-hw-point.c | 39 unsigned int ctrl, ttype, llen; local 47 ttype = 2; 50 ttype = 1; 53 ttype = 3; 56 ttype = 0; 84 ctrl |= ttype << 8;
|
| aarch64-hw-point.c | 107 unsigned int ctrl, ttype; local 116 ttype = 2; 119 ttype = 1; 122 ttype = 3; 125 ttype = 0; 131 ctrl = ttype << 3;
|
| /src/external/bsd/pcc/dist/pcc/mip/ |
| match.c | 193 ttype(TWORD t, int tword) function 200 printf("ttype(0x%x, 0x%x)\n", t, tword); 213 return (ttype(t, tword&(~TPTRTO))); 553 if (ttype(l->n_type, q->ltype) == 0 || 554 ttype(r->n_type, q->rtype) == 0) 667 if (ttype(l->n_type, q->ltype) == 0 || 668 ttype(r->n_type, q->rtype) == 0) 757 if (ttype(l->n_type, q->ltype) == 0 || 758 ttype(r->n_type, q->rtype) == 0) 877 if (ttype(p->n_type, q->rtype) == 0 [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| attribs.cc | 1239 /* Return a type like TTYPE except that its TYPE_ATTRIBUTE 1247 tree ttype = otype; 1248 if (! attribute_list_equal (TYPE_ATTRIBUTES (ttype), attribute)) 1258 if (TREE_CODE (ttype) == RECORD_TYPE 1259 || TREE_CODE (ttype) == UNION_TYPE 1260 || TREE_CODE (ttype) == QUAL_UNION_TYPE 1261 || TREE_CODE (ttype) == ENUMERAL_TYPE) 1265 TYPE_MAIN_VARIANT (ttype)); 1266 return build_qualified_type (ttype, quals); 1269 ttype = build_qualified_type (ttype, TYPE_UNQUALIFIED) [all...] |
| value-range.cc | 73 tree ttype = type (); local 74 unsigned int precision = TYPE_PRECISION (ttype); 75 signop sign = TYPE_SIGN (ttype); 690 tree ttype = type (); 702 set_varying (ttype); 710 set (vrp_val_min (ttype), max ()); 714 set (min (), vrp_val_max (ttype)); 723 tree n = wide_int_to_tree (ttype, wi::to_wide (max ()) + 1); 724 set (n, vrp_val_max (ttype)); 727 set_varying (ttype); 1854 tree ttype = type (); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| attribs.cc | 1303 /* Return a type like TTYPE except that its TYPE_ATTRIBUTE 1311 tree ttype = otype; 1312 if (! attribute_list_equal (TYPE_ATTRIBUTES (ttype), attribute)) 1322 if (RECORD_OR_UNION_TYPE_P (ttype) 1323 || TREE_CODE (ttype) == ENUMERAL_TYPE) 1327 TYPE_MAIN_VARIANT (ttype)); 1328 return build_qualified_type (ttype, quals); 1331 ttype = build_qualified_type (ttype, TYPE_UNQUALIFIED); 1334 ttype = (lang_hooks.types.copy_lang_qualifier [all...] |
| /src/games/hack/ |
| hack.trap.c | 111 int ttype = trap->ttyp; local 114 if (trap->tseen && !rn2(5) && ttype != PIT) 115 pline("You escape a%s.", traps[ttype]); 118 switch (ttype) {
|
| /src/external/mit/lua/dist/src/ |
| ltm.c | 82 switch (ttype(o)) { 90 mt = G(L)->mt[ttype(o)]; 108 return ttypename(ttype(o)); /* else use standard type name */
|
| /src/external/bsd/tcpdump/dist/ |
| print-ptp.c | 293 static void ptp_print_timestamp_identity(netdissect_options *ndo, const u_char *bp, u_int *len, const char *ttype); 509 const u_char *bp, u_int *len, const char *ttype) 516 ND_PRINT(", %s:", ttype);
|