isalpha           802 global/global.c 	if (prefix && isalpha(*prefix) && iflag) {
isalpha          1194 global/global.c 			if (!(isalpha(*p) || isdigit(*p) || isblank(*p) || *p == '_')) {
isalpha           523 gozilla/gozilla.c 	if (isalpha(*path) && *(path+1) == ':') {
isalpha           790 gtags-cscope/command.c 		if (caseless == YES && isalpha((unsigned char)*s)) {
isalpha           118 htags/cflowindex.c 			} else if (isalpha(*p) || *p == '_')
isalpha           122 htags/cflowindex.c 		if (!*p || !isalpha(*p))
isalpha           264 htags/common.c 		} else if (!isalpha(c) && c != '_') {
isalpha           153 htags/defineindex.c 			} else if (isalpha(c) || c == '_') {
isalpha           209 libglibc/regex.c #define ISALPHA(c) (ISASCII (c) && isalpha (c))
isalpha          1519 libparser/asm_parse.c 				if (isalpha(c) || c == '_' || c >= 0x80)
isalpha           100 libparser/asm_parse.y 				if (isalpha(c) || c == '_' || c >= 0x80)
isalpha           206 libutil/token.c 		} else if (c & 0x80 || isalpha(c) || c == '_') {/* symbol */