Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c364 case COMASUB: in wdvarput()
623 case COMASUB: in wdscan()
864 case COMASUB: in dumpwdvar_i()
Deval.c304 case COMASUB: in expand()
314 case COMASUB: in expand()
1368 case COMASUB: in comsub()
Dlex.c535 *wp++ = COMASUB; in yylex()
Dsh.h1717 #define COMASUB 16 /* `…` substitution (COMSUB but expand aliases) */ macro