Searched refs:QCHAR (Results 1 - 6 of 6) sorted by relevance

/external/mksh/src/
H A Dlex.c336 *wp++ = QCHAR;
386 *wp++ = QCHAR;
579 case QCHAR:
581 *wp++ = QCHAR;
607 *wp++ = QCHAR;
613 *wp++ = QCHAR;
619 *wp++ = QCHAR;
632 *wp++ = QCHAR;
693 * write QCHAR+c, otherwise CHAR+\+CHAR+c are
819 *wp++ = QCHAR;
[all...]
H A Dtree.c330 case QCHAR: {
601 case QCHAR:
831 case QCHAR:
832 shf_puts("QCHAR<", shf);
H A Dedit.c272 * Convert backslash-escaped string to QCHAR-escaped
273 * string useful for globbing; loses QCHAR unless it
287 if (escaping || (ch == QCHAR && (cp - dp) > 1)) {
290 * for globbing as well as QCHAR itself
293 case QCHAR:
300 *dp++ = QCHAR;
314 * it is assumed QCHAR-escaped
342 /* ... convert it from backslash-escaped via QCHAR-escaped... */
349 if (ch == QCHAR && !(ch = *cp++))
391 while (*cp == CHAR || *cp == QCHAR)
[all...]
H A Deval.c287 case QCHAR:
H A Dexec.c115 *dp++ = QCHAR;
H A Dsh.h1327 #define QCHAR 2 /* quoted character */ macro
1581 #define LQCHAR BIT(10) /* source string contains QCHAR */

Completed in 2345 milliseconds