Home
last modified time | relevance | path

Searched defs:c2_eq (Results 1 – 2 of 2) sorted by relevance

/titanic_51/usr/src/lib/libshell/common/bltins/
H A Dtest.c70 #define c2_eq(a,c1,c2) (*a==c1 && *(a+1)==c2 && *(a+2)==0) macro
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtest.c71 #define c2_eq(a,c1,c2) (*a==c1 && *(a+1)==c2 && *(a+2)==0) macro