Searched refs:CTLQUOTEMARK (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/bin/sh/
H A Dparser.h47 #define CTLQUOTEMARK '\376' macro
H A Dexpand.c295 case CTLQUOTEMARK:
382 case CTLQUOTEMARK:
1409 * Remove any CTLESC and CTLQUOTEMARK characters from a string.
1418 while (*p != CTLESC && *p != CTLQUOTEMARK && *p != CTLQUOTEEND) {
1424 if (*p == CTLQUOTEMARK || *p == CTLQUOTEEND) {
H A Deval.c714 if (*argtext == CTLQUOTEMARK || *argtext == CTLQUOTEEND) {
H A Djobs.c1565 } else if (c == CTLQUOTEMARK || c == CTLQUOTEEND)

Completed in 113 milliseconds