Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c321 case ADELIM: in wdvarput()
596 case ADELIM: in wdscan()
597 if (c == ADELIM) in wdscan()
824 case ADELIM: in dumpwdvar_i()
Deval.c432 mid = beg + (wdscan(sp, ADELIM) - sp); in expand()
442 (wdscan(mid, ADELIM) - mid); in expand()
483 p = s + (wdscan(sp, ADELIM) - sp); in expand()
1158 if (word[slen] == ADELIM) { in varsub()
Dlex.c275 *wp++ = ADELIM; in yylex()
453 *wp++ = ADELIM; in yylex()
482 *wp++ = ADELIM; in yylex()
Dsh.h1337 #define ADELIM 12 /* arbitrary delimiter: ${foo:2:3} ${foo/bar/baz} */ macro