isalpha           507 gozilla/gozilla.c 	if (isalpha(*path) && *(path+1) == ':') {
isalpha          1469 gtags-parser/asm_parse.c 					if ((isalpha(c) || c == '_' || c >= 0x80)
isalpha           104 gtags-parser/asm_parse.y 					if ((isalpha(c) || c == '_' || c >= 0x80)
isalpha           251 htags/common.c 		} else if (!isalpha(c) && c != '_') {
isalpha           151 htags/defineindex.c 			} else if (isalpha(c) || c == '_') {
isalpha           209 libglibc/regex.c #define ISALPHA(c) (ISASCII (c) && isalpha (c))
isalpha           204 libutil/token.c 		} else if (c & 0x80 || isalpha(c) || c == '_') {/* symbol */