Lines Matching refs:p1
1666 const char *p, *p1;
1671 p1 = strchr(p, ',');
1672 if (!p1)
1673 p1 = p + strlen(p);
1674 if(cmp1(p,p1-p,"all")) {
1680 if (cmp1(p, p1 - p, item->name))
1687 if (*p1 != ',')
1689 p = p1 + 1;
2284 PageDesc *p, *p1;
2294 p1 = page_find(page_index);
2295 if (!p1) {
2300 p = p1;
2310 if (!(p1[pindex].flags & PAGE_WRITE)) {
2313 p1[pindex].flags |= PAGE_WRITE;