Home
last modified time | relevance | path

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

/dragonfly/bin/sh/pregenerated/
H A Dsyntax.h31 #define ISUNDER 010 /* an underscore */ macro
46 #define is_name(c) ((is_type+SYNBASE)[(int)c] & (ISUPPER|ISLOWER|ISUNDER))
47 #define is_in_name(c) ((is_type+SYNBASE)[(int)c] & (ISUPPER|ISLOWER|ISUNDER|ISDIGIT))
H A Dsyntax.c184 [SYNBASE + '_'] = ISUNDER,