HomeSort by relevance Sort by last modified time
    Searched refs:ksh_eq (Results 1 - 4 of 4) sorted by null

  /external/mksh/src/
histrap.c 1039 if (ksh_eq(cs[0], 'S', 's') &&
1040 ksh_eq(cs[1], 'I', 'i') &&
1041 ksh_eq(cs[2], 'G', 'g') &&
1131 if (ksh_eq(cs[0], 'S', 's') &&
1132 ksh_eq(cs[1], 'I', 'i') &&
1133 ksh_eq(cs[2], 'G', 'g') &&
    [all...]
shf.c 1016 ksh_eq(*s, 'X', 'x')) {
sh.h 997 #define ksh_eq(c,u,l) (((c) | 0x20) == (l)) macro
    [all...]
var.c 528 if (ksh_eq(s[0], 'X', 'x')) {
    [all...]

Completed in 188 milliseconds