Home | History | Annotate | Download | only in src

Lines Matching refs:ksh_isdash

301 #define ksh_isdash(s)	(((s) != NULL) && ((s)[0] == '-') && ((s)[1] == '\0'))