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

  /external/mksh/src/
misc.c 1016 if (flag == '-' && ksh_isdash(arg + 1)) {
    [all...]
funcs.c 399 ksh_isdash(wp[builtin_opt.optind]))
    [all...]
eval.c     [all...]
histrap.c 112 if (ksh_isdash(p))
    [all...]
exec.c     [all...]
sh.h 995 #define ksh_isdash(s) (((s)[0] == '-') && ((s)[1] == '\0')) macro
    [all...]

Completed in 243 milliseconds