Lines Matching full:third
9275 * Third case : a comment
10271 * @third: the next char to lookup or zero
10273 * Try to find if a sequence (first, next, third) or just (first next) or
10284 xmlChar next, xmlChar third) {
10303 if (third) len -= 2;
10307 if (third != 0) {
10309 (buf[base + 2] != third)) continue;
10319 else if (third == 0)
10326 first, next, third, base);
10336 else if (third == 0)
10341 "PP: lookup '%c%c%c' failed\n", first, next, third);