Searched refs:SEP (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/misc/
H A Doptget.c86 #define SEP(c) ((c)=='-'||(c)=='_') macro
749 else if (SEP(*x))
751 else if (SEP(*w) && w != s)
764 while (*x && !SEP(*x) && !isupper(*x))
768 if (SEP(*x))
4827 else if (*s == *w || SEP(*s) && SEP(*w))
4831 else if (!SEP(*s))
4833 if (SEP(*w))
4841 else if (w == y || SEP(*(
[all...]
/ast/src/lib/libast/port/
H A Dmnt.c521 #define SEP ':'
738 #ifdef SEP
739 case SEP:
/ast/src/cmd/INIT/
H A Diffe.sh1997 SEP=
2065 x="$x$SEP$lin"
2066 SEP=$sep
2091 x="$x$SEP$1"
2092 SEP=$sep

Completed in 232 milliseconds