OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
388
ksh_isdash
(wp[builtin_opt.optind]))
[
all
...]
Completed in 28 milliseconds