Home
last modified time | relevance | path

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

/third_party/mksh/
Dsh.h1566 #define asciibetical(c) ((unsigned int)ebcdic_map[(unsigned char)(c)]) macro
1573 #define asciibetical(c) ord(c) macro