Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Dtree.h61 #define COMSUB 3 /* $() substitution (0 terminated) */ macro
H A Dtree.c286 case COMSUB: in tputS()
504 case COMSUB: in wdscan()
566 case COMSUB: in wdstrip()
H A Dlex.c373 *wp++ = COMSUB; in yylex()
426 *wp++ = COMSUB; in yylex()
553 *s++ = COMSUB; in yylex()
H A Deval.c240 case COMSUB: in expand()