Home
last modified time | relevance | path

Searched refs:optionsp (Results 1 – 1 of 1) sorted by relevance

/external/mksh/src/
Dmisc.c929 ksh_getopt(const char **argv, Getopt *go, const char *optionsp) in ksh_getopt() argument
958 !(o = cstrchr(optionsp, c))) { in ksh_getopt()
959 if (optionsp[0] == ':') { in ksh_getopt()
986 if (optionsp[0] == ':') { in ksh_getopt()