Lines Matching defs:ppos
461 const char *ppos = pub, *spos = sub;463 if (!ppos || !spos) {468 if (*ppos == '#' || *ppos == '+') {477 while (*ppos != '\0' && *ppos != '/') {478 ppos++;483 if (*ppos == '\0') {489 } else if (*ppos != *spos) {492 ppos++;497 if (*spos == '\0' && *ppos == '\0')