Home | History | Annotate | Download | only in src

Lines Matching refs:ksh_isdash

1521 #define ksh_isdash(s)	tobool(ord((s)[0]) == '-' && ord((s)[1]) == '\0')