Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c320 case ADELIM: in wdvarput()
589 case ADELIM: in wdscan()
590 if (c == ADELIM && nest == 0) in wdscan()
818 case ADELIM: in dumpwdvar_i()
Deval.c438 mid = beg + (wdscan(sp, ADELIM) - sp); in expand()
446 (wdscan(mid, ADELIM) - mid); in expand()
486 p = s + (wdscan(sp, ADELIM) - sp); in expand()
1154 if (word[slen] == ADELIM) { in varsub()
Dlex.c261 *wp++ = ADELIM; in yylex()
439 *wp++ = ADELIM; in yylex()
468 *wp++ = ADELIM; in yylex()
Dsh.h1396 #define ADELIM 12 /* arbitrary delimiter: ${foo:2:3} ${foo/bar/baz} */ macro