Home
last modified time | relevance | path

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

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