Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c313 case ADELIM: in wdvarput()
581 case ADELIM: in wdscan()
582 if (c == ADELIM) in wdscan()
807 case ADELIM: in dumpwdvar_i()
Deval.c433 mid = beg + (wdscan(sp, ADELIM) - sp); in expand()
443 (wdscan(mid, ADELIM) - mid); in expand()
484 p = s + (wdscan(sp, ADELIM) - sp); in expand()
1143 if (word[slen] == ADELIM) { in varsub()
Dlex.c275 *wp++ = ADELIM; in yylex()
446 *wp++ = ADELIM; in yylex()
475 *wp++ = ADELIM; in yylex()
Dsh.h1327 #define ADELIM 12 /* arbitrary delimiter: ${foo:2:3} ${foo/bar/baz} */ macro