Lines Matching defs:es

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()
797 expand_substitute(struct place *p, struct expstate *es) in expand_substitute()
876 expand_domacro(struct expstate *es, struct place *p) in expand_domacro()
925 expand_missingargs(struct expstate *es, struct place *p, bool needspace) in expand_missingargs()
941 expand_got_ws(struct expstate *es, struct place *p, in expand_got_ws()
964 expand_got_word(struct expstate *es, struct place *p, in expand_got_word()
1013 expand_got_lparen(struct expstate *es, struct place *p, in expand_got_lparen()
1037 expand_got_rparen(struct expstate *es, struct place *p, in expand_got_rparen()
1073 expand_got_comma(struct expstate *es, struct place *p, in expand_got_comma()
1102 expand_got_other(struct expstate *es, struct place *p, in expand_got_other()
1127 expand_got_eof(struct expstate *es, struct place *p) in expand_got_eof()
1155 doexpand(struct expstate *es, struct place *p, const char *buf, size_t len) in doexpand()
1246 struct expstate es; in macroexpand() local