Searched refs:no_cr_read (Results 1 – 3 of 3) sorted by relevance
/external/bison/src/ |
D | scan-gram.l | 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) in no_cr_read() function
|
D | scan-gram.c | 935 static size_t no_cr_read (FILE *, char *, size_t); 936 #define YY_INPUT(buf, result, size) ((result) = no_cr_read (gram_in, buf, size)) 3441 no_cr_read (FILE *fp, char *buf, size_t size) in no_cr_read() function
|
/external/bison/ |
D | ChangeLog | 5233 * src/scan-gram.l (no_cr_read): Use bytes_read, not s, for size 6037 * src/scan-gram.l (no_cr_read, extend_location): Move to epilogue, 6826 (no_cr_read): New function.
|