Home
last modified time | relevance | path

Searched defs:is_alpha (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/bin/sh/pregenerated/
H A Dsyntax.h45 #define is_alpha(c) ((is_type+SYNBASE)[(int)c] & (ISUPPER|ISLOWER)) macro
/dflybsd-src/games/larn/
H A Ddata.c593 char is_alpha[] = /* isalpha[character] = TRUE || FALSE */ variable