Lines Matching defs:match
954 int match(int pos, const char *text);
1256 int Parser::match(int p0, const char *text)
1275 int p2 = match(p, "<!--");
1281 p2 = match(p, "-->");
1331 int p2 = match(p, ee->escaped);
1517 p2 = match(p, "<!--");
1523 p2 = match(p, "-->");
1540 p2 = match(p, "<![CDATA[");
1569 int p2 = match(p, ee->escaped);
1949 int match(int p, const char *key);
2301 int URI::match(int p0, const char *key)
2325 int p2 = match(p, entry->sval);
2346 int p2 = match(p, "//");
6107 * beginning at pos match the key, for the length of the key
6129 //# if the name is an exact match to a path name