next_cat
for (s = next_cat(qp->q_text); s; s = next_cat(s)) {
s = next_cat(qp->q_text);
s = next_cat(s);
const char *next_cat(const char *);