Home
last modified time | relevance | path

Searched refs:extra_type (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.bin/lex/
H A Dmain.c69 char *prefix, *yyclass, *extra_type = NULL; variable
322 if (extra_type) in check_options()
323 buf_m4_define(&m4defs_buf, "M4_EXTRA_TYPE_DEFS", extra_type); in check_options()
H A Dparse.y199 { extra_type = copy_string( nmstr ); }
H A Dflexdef.h416 extern char *prefix, *yyclass, *extra_type;
/openbsd-src/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs4833 unsigned int extra_type = 0; in retrieve_hook_common() local
4878 GETMARK(extra_type); in retrieve_hook_common()
4879 switch (extra_type) { in retrieve_hook_common()
5238 if (!extra_type) in retrieve_hook_common()
5248 switch (extra_type) { in retrieve_hook_common()
5260 CROAK(("Forgot to deal with extra type %d", extra_type)); in retrieve_hook_common()