Home | History | Annotate | Download | only in src

Lines Matching refs:VALSUB

76 static char *valsub(struct op *, Area *);
314 case VALSUB:
327 case VALSUB:
329 *dp++ = c == VALSUB ? '|' : ' ';
1458 valsub(t, NULL);
1463 } else if (fn == VALSUB) {
1464 xp->str = valsub(t, ATEMP);
1945 valsub(struct op *t, Area *ap)