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

  /external/mksh/src/
histrap.c 109 if (ksh_isdash(p))
    [all...]
misc.c     [all...]
sh.h 301 #define ksh_isdash(s) (((s) != NULL) && ((s)[0] == '-') && ((s)[1] == '\0')) macro
    [all...]
funcs.c 387 ksh_isdash(wp[builtin_opt.optind]))
    [all...]

Completed in 53 milliseconds