Lines Matching refs:c2
1149 // Check that the next character in |buffer| is one of |c1| or |c2|. |c2| is1156 char c2) {1159 return (c == c1 || (c == c2 && c2 != 0));