Searched refs:expand_send (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/libexec/tradcpp/
H A Dmacro.c730 expand_send(struct expstate *es, struct place *p, const char *buf, size_t len) function
759 expand_send(es, p, "", 1);
887 expand_send(es, p, "0", 1);
894 expand_send(es, p, val, 1);
929 expand_send(es, p, "defined", 7);
932 expand_send(es, p, es->curmacro->name, strlen(es->curmacro->name));
935 expand_send(es, p, " ", 1);
946 expand_send(es, p, buf, len);
950 //expand_send(es, p, buf, len);
979 expand_send(e
[all...]

Completed in 166 milliseconds