Home
last modified time | relevance | path

Searched defs:typ (Results 1 – 25 of 30) sorted by relevance

12

/dflybsd-src/games/hack/
H A Ddef.rm.h84 #define IS_WALL(typ) ((typ) <= VWALL) argument
85 #define IS_ROCK(typ) ((typ) < POOL) /* absolutely nonaccessible */ argument
86 #define ACCESSIBLE(typ) ((typ) >= DOOR) /* good position */ argument
87 #define IS_ROOM(typ) ((typ) >= ROOM) /* ROOM or STAIRS */ argument
88 #define ZAP_POS(typ) ((typ) > DOOR) argument
109 unsigned typ:5; member
H A Dhack.trap.c88 maketrap(int x, int y, int typ) in maketrap()
H A Dhack.objnam.c448 int cnt, spe, spesgn, typ, heavy; in readobjnam() local
H A Dhack.vault.c264 int x, y, dx, dy, gx, gy, nx, ny, typ; in gd_move() local
H A Dhack.zap.c393 int typ; in bhit() local
/dflybsd-src/sbin/init/
H A Dinit.c645 struct ttyent *typ; in f_single_user() local
989 adjttyent(struct ttyent *typ) in adjttyent()
1032 new_session(session_t *sprev, int session_index, struct ttyent *typ) in new_session()
1082 setupargv(session_t *sp, struct ttyent *typ) in setupargv()
1135 struct ttyent *typ; in f_read_ttys() local
1412 struct ttyent *typ; in f_clean_ttys() local
/dflybsd-src/games/larn/
H A Dobject.c854 oscroll(int typ) in oscroll()
920 read_scroll(int typ) in read_scroll()
H A Ddisplay.c169 int typ; member
/dflybsd-src/contrib/gdb-7/gdb/
H A Djv-exp.y1217 struct type *typ = java_lookup_class (tmp); in java_type_from_name() local
1302 struct type *typ; in push_qualified_expression_name() local
1367 struct type *typ; in push_expression_name() local
/dflybsd-src/crypto/libressl/crypto/asn1/
H A Dtasn_fre.c201 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; in ASN1_primitive_free() local
H A Dtasn_new.c268 ASN1_TYPE *typ; in ASN1_primitive_new() local
H A Dtasn_enc.c593 ASN1_TYPE *typ; in asn1_ex_i2c() local
H A Dasn1_gen.c451 ASN1_TYPE *typ = ASN1_generate_v3( in asn1_multi() local
/dflybsd-src/sys/netinet/
H A Dip6.h321 #define IP6_EXTHDR_GET(val, typ, m, off, len) \ argument
340 #define IP6_EXTHDR_GET0(val, typ, m, off, len) \ argument
/dflybsd-src/crypto/libressl/apps/openssl/
H A Dasn1pars.c348 int typ; in asn1parse_main() local
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Derror.c2532 type_as_string (tree typ, int flags) in type_as_string()
2541 type_as_string_translate (tree typ, int flags) in type_as_string_translate()
2717 type_to_string (tree typ, int verbose) in type_to_string()
/dflybsd-src/crypto/openssh/
H A Daudit-bsm.c255 bsm_audit_record(int typ, char *string, au_event_t event_no) in bsm_audit_record()
/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_write_set_format_warc.c57 mode_t typ; member
/dflybsd-src/contrib/tcpdump/
H A Dprint-domain.c650 u_short typ, len; in ns_rprint() local
/dflybsd-src/sys/bus/ppbus/
H A Dppb_msq.h53 #define MS_PARAM(ins,arg,typ) \ argument
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Derror.c2912 type_as_string (tree typ, int flags) in type_as_string()
2921 type_as_string_translate (tree typ, int flags) in type_as_string_translate()
3146 type_to_string (tree typ, int verbose, bool postprocessed, bool *quote, in type_to_string()
/dflybsd-src/crypto/libressl/crypto/x509/
H A Dx509_conf.c331 ASN1_TYPE *typ; in generic_asn1() local
/dflybsd-src/sys/platform/pc64/x86_64/
H A Dmachdep.c1721 setidt_global(int idx, inthand_t *func, int typ, int dpl, int ist) in setidt_global()
1740 setidt(int idx, inthand_t *func, int typ, int dpl, int ist, int cpu) in setidt()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-ssa-uninit.c1089 is_and_or_or (enum tree_code tc, tree typ) in is_and_or_or()
/dflybsd-src/lib/libc/stdtime/
H A Dlocaltime.c456 unsigned char typ = *p++; in tzload() local

12