Searched refs:expstate (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/libexec/tradcpp/ |
| D | macro.c | 672 struct expstate { struct 684 static struct expstate mainstate; argument 686 static void doexpand(struct expstate *es, struct place *p, 691 expstate_init(struct expstate *es, bool tobuf, bool honordefined) in expstate_init() 706 expstate_cleanup(struct expstate *es) in expstate_cleanup() 717 expstate_destroyargs(struct expstate *es) in expstate_destroyargs() 730 expand_send(struct expstate *es, struct place *p, const char *buf, size_t len) in expand_send() 756 expand_send_eof(struct expstate *es, struct place *p) in expand_send_eof() 768 expand_newarg(struct expstate *es, const char *buf, size_t len) in expand_newarg() 778 expand_appendarg(struct expstate *es, const char *buf, size_t len) in expand_appendarg() [all …]
|