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

/freebsd-13-stable/bin/sh/
H A Dparser.h41 #define CTLENDVAR '\371' macro
H A Dexpand.c265 * Processing ends at a CTLENDVAR or CTLENDARI character as well as '\0'.
292 case CTLENDVAR:
390 case CTLENDVAR:
642 if (*p != CTLENDVAR) {
804 (c > 0 && *p != CTLENDVAR) ? "..." : "");
820 } else if (c == CTLENDVAR) {
H A Dshow.c241 case CTLENDVAR:
H A Djobs.c1540 } else if (c == CTLENDVAR) {

Completed in 119 milliseconds