Searched defs:patnext (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dschematron.c103 xmlSchematronRulePtr patnext;/* the next rule in the pattern list */ member in struct:_xmlSchematronRule
432 ret->patnext = NULL;
438 while (prev->patnext != NULL)
439 prev = prev->patnext;
440 prev->patnext = ret;
1729 rule = rule->patnext;
/external/openssh/openbsd-compat/
H A Dglob.c170 const u_char *patnext; local
175 patnext = (u_char *) pattern;
195 while (bufnext < bufend && (c = *patnext++) != EOS)
199 while (bufnext < bufend && (c = *patnext++) != EOS)
201 if ((c = *patnext++) == EOS) {
203 --patnext;

Completed in 66 milliseconds