Symbol: expstate
libexec/tradcpp/macro.c
1013
expand_got_lparen(struct expstate *es, struct place *p,
libexec/tradcpp/macro.c
1037
expand_got_rparen(struct expstate *es, struct place *p,
libexec/tradcpp/macro.c
1073
expand_got_comma(struct expstate *es, struct place *p,
libexec/tradcpp/macro.c
1102
expand_got_other(struct expstate *es, struct place *p,
libexec/tradcpp/macro.c
1127
expand_got_eof(struct expstate *es, struct place *p)
libexec/tradcpp/macro.c
1155
doexpand(struct expstate *es, struct place *p, const char *buf, size_t len)
libexec/tradcpp/macro.c
1246
struct expstate es;
libexec/tradcpp/macro.c
684
static struct expstate mainstate;
libexec/tradcpp/macro.c
686
static void doexpand(struct expstate *es, struct place *p,
libexec/tradcpp/macro.c
691
expstate_init(struct expstate *es, bool tobuf, bool honordefined)
libexec/tradcpp/macro.c
706
expstate_cleanup(struct expstate *es)
libexec/tradcpp/macro.c
717
expstate_destroyargs(struct expstate *es)
libexec/tradcpp/macro.c
730
expand_send(struct expstate *es, struct place *p, const char *buf, size_t len)
libexec/tradcpp/macro.c
756
expand_send_eof(struct expstate *es, struct place *p)
libexec/tradcpp/macro.c
768
expand_newarg(struct expstate *es, const char *buf, size_t len)
libexec/tradcpp/macro.c
778
expand_appendarg(struct expstate *es, const char *buf, size_t len)
libexec/tradcpp/macro.c
797
expand_substitute(struct place *p, struct expstate *es)
libexec/tradcpp/macro.c
876
expand_domacro(struct expstate *es, struct place *p)
libexec/tradcpp/macro.c
925
expand_missingargs(struct expstate *es, struct place *p, bool needspace)
libexec/tradcpp/macro.c
941
expand_got_ws(struct expstate *es, struct place *p,
libexec/tradcpp/macro.c
964
expand_got_word(struct expstate *es, struct place *p,