Searched refs:ISUNDER (Results 1 – 2 of 2) sorted by relevance
65 #define ISUNDER 010 /* an underscore */ macro85 #define is_name(c) (sh_ctype(c) & (ISUPPER|ISLOWER|ISUNDER))86 #define is_in_name(c) (sh_ctype(c) & (ISUPPER|ISLOWER|ISUNDER|ISDIGIT))
102 set('_', ISUNDER)