Home
last modified time | relevance | path

Searched refs:T_Tag (Results 1 – 9 of 9) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/test/run-make-fulldeps/return-non-c-like-enum-from-c/
H A Dtest.c25 enum T_Tag { enum
29 typedef uint8_t T_Tag; typedef
36 T_Tag tag;
/dports/lang/rust/rustc-1.58.1-src/src/test/run-make-fulldeps/return-non-c-like-enum/
H A Dtest.c26 enum T_Tag { enum
30 typedef uint8_t T_Tag; typedef
37 T_Tag tag;
/dports/lang/rust/rustc-1.58.1-src/src/test/run-make-fulldeps/arguments-non-c-like-enum/
H A Dtest.c28 enum T_Tag { enum
32 typedef uint8_t T_Tag; typedef
39 T_Tag tag;
/dports/lang/rust/rustc-1.58.1-src/src/test/run-make-fulldeps/pass-non-c-like-enum-to-c/
H A Dtest.c25 enum T_Tag { enum
29 typedef uint8_t T_Tag; typedef
36 T_Tag tag;
/dports/deskutils/remind/remind-03.03.11/src/
H A Domit.c348 case T_Tag: in DoOmit()
381 …if (tok.type == T_Tag || tok.type == T_Duration || tok.type == T_RemType || tok.type == T_Priority… in DoOmit()
444 case T_Tag: in DoThroughOmit()
482 …if (tok.type == T_Tag || tok.type == T_Duration || tok.type == T_RemType || tok.type == T_Priority… in DoThroughOmit()
H A Dtypes.h173 T_Tag, enumerator
H A Dtoken.c97 { "tag", 3, T_Tag, 0 },
H A Ddorem.c428 case T_Tag: in ParseRem()
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_playr.c255 void T_Tag (objtype *ob);
278 statetype s_tag = {false,CASSATT_S1,20,T_Tag,0,&s_player};
4268 void T_Tag (objtype *ob) in T_Tag() function