Lines Matching defs:in
50 struct ppinstk* in;
80 error(2, "%s in #(...) argument", pptokchr(c));
104 error(2, "%s in #(...) argument", pptokchr(c));
126 error(2, "%s in #(...) argument", pptokchr(c));
144 error(2, "%s in #(...) argument", pptokchr(c));
169 error(2, "%s in #(...) argument", pptokchr(c));
180 for (in = pp.in; in; in = in->prev)
181 if ((in->type == IN_MACRO || in->type == IN_MULTILINE) && (in->symbol->flags & SYM_FUNCTION))
214 for (in = pp.in; in->prev; in = in->prev)
215 if (in->prev->type == IN_FILE && in->file)
216 p = in->file;