Home
last modified time | relevance | path

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

/external/mksh/src/
Dsh.h1507 #define ksh_eq(c,u,l) (ord(c) == ord(u) || ord(c) == ord(l)) macro
1512 #define ksh_eq(c,u,l) ((ord(c) | 0x20) == ord(l)) macro