isalnum 813 src/cmd/cc/lex.c if(!isalnum(c) && c != '_') isalnum 128 src/cmd/gc/lex.c return c >= 0 && c <= 0xFF && isalnum(c);