Home
last modified time | relevance | path

Searched refs:asciibetical (Results 1 – 2 of 2) sorted by relevance

/external/mksh/src/
Dmisc.c1143 asciibetical(lc) <= asciibetical(sc) && in gmatch_cclass()
1144 asciibetical(sc) <= asciibetical(c)) in gmatch_cclass()
1189 return ((int)asciibetical(*cp1) - (int)asciibetical(*cp2)); in ascstrcmp()
Dsh.h1502 #define asciibetical(c) ((unsigned int)ebcdic_map[(unsigned char)(c)]) macro
1509 #define asciibetical(c) ord(c) macro