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
306
#define
ksh_isdash
(s) (((s)[0] == '-') && ((s)[1] == '\0'))
macro
[
all
...]
funcs.c
394
ksh_isdash
(wp[builtin_opt.optind]))
[
all
...]
Completed in 42 milliseconds