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()
624 case COMASUB: in wdscan()
865 case COMASUB: in dumpwdvar_i()
Deval.c315 case COMASUB: in expand()
325 case COMASUB: in expand()
1529 case COMASUB: in comsub()
Dlex.c548 *wp++ = COMASUB; in yylex()
Dsh.h2006 #define COMASUB 16 /* `…` substitution (COMSUB but expand aliases) */ macro