Searched refs:ksh_isdash (Results 1 - 4 of 4) sorted by relevance

/external/mksh/src/
H A Dhistrap.c109 if (ksh_isdash(p))
H A Dmisc.c1827 if (ksh_isdash((dir = allocd))) {
H A Dsh.h306 #define ksh_isdash(s) (((s)[0] == '-') && ((s)[1] == '\0')) macro
H A Dfuncs.c394 ksh_isdash(wp[builtin_opt.optind]))

Completed in 140 milliseconds