Home | History | Annotate | Download | only in cintltst

Lines Matching refs:mates1Chars

495     static char mates1Chars[] = "<>()";
510 len = strlen(mates1Chars);
512 if ((c1 == mates1Chars[k]) && (c2 == mates2Chars[k])) {