Home
last modified time | relevance | path

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

/third_party/mksh/
H A Dsh.h1571 #define ksh_eq(c,u,l) (ord(c) == ord(u) || ord(c) == ord(l)) macro
1576 #define ksh_eq(c,u,l) ((ord(c) | 0x20) == ord(l)) macro

Completed in 10 milliseconds