Searched refs:patnext (Results 1 – 2 of 2) sorted by relevance
170 const u_char *patnext; in glob() local175 patnext = (u_char *) pattern; in glob()195 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()199 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()201 if ((c = *patnext++) == EOS) { in glob()203 --patnext; in glob()
103 xmlSchematronRulePtr patnext;/* the next rule in the pattern list */ member432 ret->patnext = NULL; in xmlSchematronAddRule()438 while (prev->patnext != NULL) in xmlSchematronAddRule()439 prev = prev->patnext; in xmlSchematronAddRule()440 prev->patnext = ret; in xmlSchematronAddRule()1729 rule = rule->patnext; in xmlSchematronValidateDoc()