Searched defs:InputSrc (Results 1 – 1 of 1) sorted by relevance
65 typedef struct InputSrc { struct66 struct InputSrc *prev; argument67 int (*scan)(struct InputSrc *, yystypepp *); argument68 int (*getch)(struct InputSrc *, yystypepp *); argument69 void (*ungetch)(struct InputSrc *, int, yystypepp *); argument72 } InputSrc; argument