Home | History | Annotate | Download | only in src

Lines Matching refs:ksh_eq

1503 #define ksh_eq(c,u,l)	(ord(c) == ord(u) || ord(c) == ord(l))
1508 #define ksh_eq(c,u,l) ((ord(c) | 0x20) == ord(l))