Searched defs:alph (Results 1 – 11 of 11) sorted by relevance
/csrg-svn/usr.bin/pascal/pxp/ |
H A D | rval.c | 24 #define alph(c) ((c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z')) macro
|
/csrg-svn/games/morse/ |
H A D | morse.c | 34 *alph[] = { variable
|
/csrg-svn/old/refer/refer/ |
H A D | glue4.c | 21 int c, oldc = 0, alph = 0, nv = 0; local
|
H A D | refer2.c | 24 int stat, nf, nr, query = 0, alph, digs; local
|
H A D | refer6.c | 166 int c, alph, this; local
|
/csrg-svn/old/refer/mkey/ |
H A D | mkey2.c | 15 static int alph, used, prevc; variable
|
/csrg-svn/old/roff/common_source/ |
H A D | n8.c | 80 alph(i) in alph() function
|
/csrg-svn/local/ditroff/ditroff.okeeffe/ |
H A D | n8.c | 79 alph(i) in alph() function
|
/csrg-svn/local/ditroff/ditroff.okeeffe/troff/ |
H A D | n8.c | 79 alph(i) in alph() function
|
/csrg-svn/local/ditroff/ditroff.van/ |
H A D | n8.c | 79 alph(i) in alph() function
|
/csrg-svn/usr.bin/pascal/src/ |
H A D | yy.h | 42 #define alph(c) ((c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z')) macro
|