Home
last modified time | relevance | path

Searched defs:alph (Results 1 – 11 of 11) sorted by relevance

/csrg-svn/usr.bin/pascal/pxp/
H A Drval.c24 #define alph(c) ((c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z')) macro
/csrg-svn/games/morse/
H A Dmorse.c34 *alph[] = { variable
/csrg-svn/old/refer/refer/
H A Dglue4.c21 int c, oldc = 0, alph = 0, nv = 0; local
H A Drefer2.c24 int stat, nf, nr, query = 0, alph, digs; local
H A Drefer6.c166 int c, alph, this; local
/csrg-svn/old/refer/mkey/
H A Dmkey2.c15 static int alph, used, prevc; variable
/csrg-svn/old/roff/common_source/
H A Dn8.c80 alph(i) in alph() function
/csrg-svn/local/ditroff/ditroff.okeeffe/
H A Dn8.c79 alph(i) in alph() function
/csrg-svn/local/ditroff/ditroff.okeeffe/troff/
H A Dn8.c79 alph(i) in alph() function
/csrg-svn/local/ditroff/ditroff.van/
H A Dn8.c79 alph(i) in alph() function
/csrg-svn/usr.bin/pascal/src/
H A Dyy.h42 #define alph(c) ((c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z')) macro