Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/Storable/
DStorable.xs364 ntag_t where_is_undef; /* index in aseen of PL_sv_undef */ member
1788 cxt->where_is_undef = UNSET_NTAG_T; /* Special case for PL_sv_undef */ in init_retrieve_context()
1825 cxt->where_is_undef = UNSET_NTAG_T; in clean_retrieve_context()
5083 if (tag == cxt->where_is_undef) { in retrieve_hook_common()
6159 if (cxt->where_is_undef == UNSET_NTAG_T) { in retrieve_sv_undef()
6160 cxt->where_is_undef = cxt->tagnum; in retrieve_sv_undef()