Home
last modified time | relevance | path

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

/titanic_41/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
265 if(cp!=0 && (c_eq(cp,'=') || c2_eq(cp,'!','='))) in e3()
267 if(c2_eq(arg,'-','t')) in e3()