Searched refs:patnext (Results 1 – 2 of 2) sorted by relevance
185 const u_char *patnext; in glob() local190 patnext = (u_char *) pattern; in glob()212 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()216 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()218 if ((c = *patnext++) == EOS) { in glob()220 --patnext; in glob()
103 xmlSchematronRulePtr patnext;/* the next rule in the pattern list */ member434 ret->patnext = NULL; in xmlSchematronAddRule()440 while (prev->patnext != NULL) in xmlSchematronAddRule()441 prev = prev->patnext; in xmlSchematronAddRule()442 prev->patnext = ret; in xmlSchematronAddRule()1731 rule = rule->patnext; in xmlSchematronValidateDoc()