Searched defs:names_fill (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpad.c412 SSize_t names_fill = AvFILLp(PL_comppad_name); local
420 if (++PL_padix <= names_fill &&
1502 I32 names_fill = AvFILLp((AV*)svp[0]); local
1506 if (names_fill >= ix && names[ix] != &PL_sv_undef) {

Completed in 17 milliseconds