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

/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dtest.c71 #define c2_eq(a,c1,c2) (*a==c1 && *(a+1)==c2 && *(a+2)==0) macro
268 if(cp!=0 && (c_eq(cp,'=') || c2_eq(cp,'!','=')))
270 if(c2_eq(arg,'-','t'))

Completed in 433 milliseconds