Home
last modified time | relevance | path

Searched defs:alphanum (Results 1 – 3 of 3) sorted by relevance

/csrg-svn/usr.bin/indent/
H A Dlexi.c27 #define alphanum 1 macro
/csrg-svn/old/refer/NOTUSED/whatabout/
H A Dwhat4.c125 alphanum( c, oldc ) in alphanum() function
/csrg-svn/old/sh/
H A Dctype.h91 #define alphanum(c) (((c)&QUOTE)==0 ANDF _ctype2[c]&(_IDCH)) macro