Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c331 case ADELIM: in wdvarput()
614 case ADELIM: in wdscan()
615 if (c == ADELIM && nest == 0) in wdscan()
845 case ADELIM: in dumpwdvar_i()
Deval.c456 mid = beg + (wdscan(sp, ADELIM) - sp); in expand()
464 (wdscan(mid, ADELIM) - mid); in expand()
506 p = s + (wdscan(sp, ADELIM) - sp); in expand()
1226 if (word[slen] == ADELIM && in varsub()
Dlex.c272 *wp++ = ADELIM; in yylex()
444 *wp++ = ADELIM; in yylex()
473 c2 = ADELIM; in yylex()
Dsh.h1928 #define ADELIM 12 /* arbitrary delimiter: ${foo:2:3} ${foo/bar/baz} */ macro