Lines Matching refs:exbuf
166 char exbuf[MAXLINE]; local
274 expand(&bp[1], exbuf, sizeof(exbuf), e);
275 rwp->r_lhs = prescan(exbuf, '\t', pvpbuf,
362 expand(q, exbuf, sizeof(exbuf), e);
363 rwp->r_rhs = prescan(exbuf, '\t', pvpbuf,
521 expand(&bp[1], exbuf, sizeof(exbuf), e);
522 ruleset = strtorwset(exbuf, NULL, ST_ENTER);
575 expand(ep, exbuf, sizeof(exbuf), e);
576 p = exbuf;
578 dequote_internal_chars(p, exbuf, sizeof(exbuf));
780 expand(&bp[1], exbuf, sizeof(exbuf), e);
781 (void) makemapentry(exbuf);
3221 expand(val, exbuf, sizeof(exbuf), e); \
3222 newval = sm_pstrdup_x(exbuf); \
3252 char exbuf[MAXLINE]; local