/src/distrib/atari/floppies/common/ |
mtree.conf | |
/src/distrib/evbarm/instkernel/sshramdisk/ |
mtree.conf | |
/src/usr.bin/tset/ |
term.c | 63 const char *ttype; local in function:get_terminfo_entry 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 in function:main 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/games/hack/ |
hack.trap.c | 111 int ttype = trap->ttyp; local in function:dotrap 114 if (trap->tseen && !rn2(5) && ttype != PIT) 115 pline("You escape a%s.", traps[ttype]); 118 switch (ttype) {
|
/src/usr.sbin/npf/npftest/libnpftest/ |
npf_nat_test.c | 26 int ttype; member in struct:test_case
|
/src/lib/libc/resolv/ |
res_send.c | 273 int n, ttype, tclass; local in function:res_nameinquery 281 ttype = ns_get16(cp); cp += INT16SZ; 283 if (ttype == type && tclass == class && 324 int n, ttype, tclass; local in function:res_queriesmatch 332 ttype = ns_get16(cp); cp += INT16SZ; 334 if (!res_nameinquery(tname, ttype, tclass, buf2, eom2))
|
/src/sys/dev/ic/ |
isp.c | 4325 int ttype; local in function:isp_start 4327 ttype = XS_TAG_TYPE(xs); 4330 ttype = REQFLAG_HTAG; 4332 ttype = REQFLAG_STAG; 4335 if (ttype == REQFLAG_OTAG) { 4336 ttype = FCP_CMND_TASK_ATTR_ORDERED; 4337 } else if (ttype == REQFLAG_HTAG) { 4338 ttype = FCP_CMND_TASK_ATTR_HEAD; 4340 ttype = FCP_CMND_TASK_ATTR_SIMPLE; 4342 ((ispreqt7_t *)reqp)->req_task_attribute = ttype; [all...] |