Searched defs:expand (Results 1 - 1 of 1) sorted by relevance

/sendmail/sendmail/
H A Dmacro.c161 ** EXPAND/DOEXPAND -- macro expand a string using $x escapes.
168 ** s -- the string to expand.
203 sm_dprintf("expand(");
316 sm_dprintf("expand(%d) ==> ", explevel);
329 syserr("expand: recursion too deep (%d max)",
348 sm_dprintf("expand ==> ");
355 expand(s, buf, bufsize, e) function

Completed in 9 milliseconds