Home | History | Annotate | Download | only in src

Lines Matching refs:no_cr_read

74 static size_t no_cr_read (FILE *, char *, size_t);
75 #define YY_INPUT(buf, result, size) ((result) = no_cr_read (yyin, buf, size))
787 no_cr_read (FILE *fp, char *buf, size_t size)