Home
last modified time | relevance | path

Searched refs:OBRACE (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/bin/ksh/
H A Deval.c662 case OBRACE: in expand()
665 if ((f & DOBRACE_) && (c == OBRACE || in expand()
1270 for (p = exp_start; (p = strchr(p, MAGIC)) && p[1] != OBRACE; p += 2) in alt_expand()
1280 if (*++p == OBRACE) in alt_expand()
1312 if (*++p == OBRACE) in alt_expand()
H A Dsh.h357 #define OBRACE '{' macro