Lines Matching refs:q
1419 char *q = buf; local
1444 memmove (q, p, mbclen);
1445 q += mbclen;
1454 case 'a': *q++ = '\a'; p++; continue;
1456 case 'a': *q++ = '\007'; p++; continue;
1459 case 'f': *q++ = '\f'; p++; continue;
1461 case 'n': *q++ = '\n'; p++; continue;
1462 case 'r': *q++ = '\r'; p++; continue;
1463 case 't': *q++ = '\t'; p++; continue;
1464 case 'v': *q++ = '\v'; p++; continue;
1467 p = convert_number(q, p+1, bufend, 10, 3, 'd');
1468 q++;
1472 p = convert_number(q, p+1, bufend, 16, 2, 'x');
1473 q++;
1483 p = convert_number(q, p, bufend, 8, 3, *p);
1484 q++;
1490 *q++ = '\\';
1498 p = convert_number(q, p+1, bufend, 8, 3, 'o');
1499 q++;
1505 *q++ = '\\';
1511 p = convert_number(q, p+1, bufend, 8, 3, 'o');
1512 q++;
1519 *q++ = toupper(*p) ^ 0x40;
1527 *q++ = '\\';
1534 *q++ = '\\';
1562 *q++ = *p++;
1564 return (size_t)(q - buf);
1713 struct output *p, *q; local
1715 for (p=file_read; p; p=q)
1719 q = p->link;
1726 for (p=file_write; p; p=q)
1730 q = p->link;