Lines Matching defs:ps
156 char * ps = *pps + 1;
159 while (IS_WHITESPACE_CHAR(*ps))
160 if (*(ps++) == NL)
167 switch (*ps) {
170 *pq = *(ps++); /* assign new quote character and return */
171 *pps = ps;
178 switch (ps[1]) {
186 ps = strchr(ps, NL);
187 if (ps == NULL)
192 ps = nl_count(ps + 2, strstr(ps + 2, "*/"), lnct_p);
193 if (ps == NULL)
195 ps += 2;
204 *pps = ps;