Home
last modified time | relevance | path

Searched refs:OQUOTE (Results 1 – 4 of 4) sorted by relevance

/openbsd/bin/ksh/
H A Dtree.h63 #define OQUOTE 5 /* opening " or ' */ macro
H A Dtree.c304 case OQUOTE: in tputS()
509 case OQUOTE: in wdscan()
582 case OQUOTE: in wdstrip()
H A Dlex.c162 *wp++ = OQUOTE; /* enclose arguments in (double) quotes */ in yylex()
317 *wp++ = OQUOTE; in yylex()
322 *wp++ = OQUOTE; in yylex()
670 *wp++ = OQUOTE; in yylex()
674 *wp++ = OQUOTE; in yylex()
H A Deval.c222 case OQUOTE: in expand()