Home
last modified time | relevance | path

Searched refs:want_typedef (Results 1 – 8 of 8) sorted by relevance

/dports/lang/nwcc/nwcc_0.8.3/
H A Dsymlist.c369 is_valid_match(struct sym_entry *se, int is_typedef, int want_typedef, int *err) { argument
380 if (want_typedef != is_typedef) {
396 fast_lookup_symbol_se(struct scope *s, const char *name, int nested, int want_typedef) { argument
435 want_typedef,
468 want_typedef,
498 want_typedef,
H A Dsymlist.h85 int nested, int want_typedef);
/dports/devel/cproto/cproto-4.7k/
H A Dlintlibs.c434 want_typedef(void) in want_typedef() function
448 if (want_typedef()) { in begin_typedef()
487 if (!in_typedef && want_typedef()) { in imply_typedef()
H A Dcproto.h294 extern int want_typedef(void);
H A Dgrammar.y221 if (types_out && want_typedef()) {
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/test/
H A Dgrammar.y262 extern int want_typedef (void);
410 if (types_out && want_typedef()) {
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/test/yacc/
H A Dgrammar.tab.c292 extern int want_typedef (void);
1326 if (types_out && want_typedef()) { in YYPARSE_DECL()
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/test/btyacc/
H A Dgrammar.tab.c312 extern int want_typedef (void);
2034 if (types_out && want_typedef()) { in YYPARSE_DECL()