HomeSort by: relevance | last modified time | path
    Searched defs:expstate (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/tradcpp/dist/
macro.c 672 struct expstate { struct
684 static struct expstate mainstate;
686 static void doexpand(struct expstate *es, struct place *p,
691 expstate_init(struct expstate *es, bool tobuf, bool honordefined)
706 expstate_cleanup(struct expstate *es)
717 expstate_destroyargs(struct expstate *es)
730 expand_send(struct expstate *es, struct place *p, const char *buf, size_t len)
756 expand_send_eof(struct expstate *es, struct place *p)
768 expand_newarg(struct expstate *es, const char *buf, size_t len)
778 expand_appendarg(struct expstate *es, const char *buf, size_t len
    [all...]

Completed in 121 milliseconds