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

/freebsd-9.3-release/bin/sh/
H A Dparser.h39 #define CTLENDVAR '\371' macro
H A Dexpand.c222 * Processing ends at a CTLENDVAR character as well as '\0'.
246 case CTLENDVAR:
334 case CTLENDVAR:
568 if (*p != CTLENDVAR) {
826 (c > 0 && *p != CTLENDVAR) ? "..." : "");
844 } else if (c == CTLENDVAR) {
H A Dshow.c239 case CTLENDVAR:
H A Djobs.c1370 } else if (c == CTLENDVAR) {

Completed in 112 milliseconds