Symbol: expstate
libexec/tradcpp/macro.c
1014
expand_got_lparen(struct expstate *es, struct place *p,
libexec/tradcpp/macro.c
1038
expand_got_rparen(struct expstate *es, struct place *p,
libexec/tradcpp/macro.c
1074
expand_got_comma(struct expstate *es, struct place *p,
libexec/tradcpp/macro.c
1103
expand_got_other(struct expstate *es, struct place *p,
libexec/tradcpp/macro.c
1128
expand_got_eof(struct expstate *es, struct place *p)
libexec/tradcpp/macro.c
1156
doexpand(struct expstate *es, struct place *p, const char *buf, size_t len)
libexec/tradcpp/macro.c
1247
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
926
expand_missingargs(struct expstate *es, struct place *p, bool needspace)
libexec/tradcpp/macro.c
942
expand_got_ws(struct expstate *es, struct place *p,
libexec/tradcpp/macro.c
965
expand_got_word(struct expstate *es, struct place *p,