Searched refs:KEY_method (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dkeywords.h151 #define KEY_method 135 macro
H A Dkeywords.c1698 return (all_keywords || FEATURE_CLASS_IS_ENABLED ? -KEY_method : 0);
H A Dgv.c621 case KEY_map : case KEY_method : case KEY_my :
H A Dtoke.c5390 bool is_method = (key == KEY_method);
5472 assert(key == KEY_sub || key == KEY_method ||
8588 case KEY_method:
8592 return yyl_sub(aTHX_ s, KEY_method);

Completed in 211 milliseconds