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

  /external/mksh/src/
histrap.c 1077 if (ksh_eq(cs[0], 'S', 's') &&
1078 ksh_eq(cs[1], 'I', 'i') &&
1079 ksh_eq(cs[2], 'G', 'g') &&
1180 if (ksh_eq(cs[0], 'S', 's') &&
1181 ksh_eq(cs[1], 'I', 'i') &&
1182 ksh_eq(cs[2], 'G', 'g') &&
    [all...]
edit.c     [all...]
shf.c 1044 ksh_eq(*s, 'X', 'x')) {
sh.h 1503 #define ksh_eq macro
1508 #define ksh_eq macro
    [all...]
var.c 549 if (ksh_eq(s[0], 'X', 'x')) {
    [all...]

Completed in 309 milliseconds