Searched refs:get_src_buf (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y41 static char *get_src_buf P((void));
1199 /* get_src_buf --- read the next buffer of source program */
1202 get_src_buf()
1259 emalloc(buf, char *, len+1, "get_src_buf");
1299 emalloc(buf, char *, len + SLOP, "get_src_buf");
1395 if (!get_src_buf()) {
1435 else if (get_src_buf())
1454 else if (get_src_buf())
1464 (get_src_buf() ? ((int) (unsigned char) *lexptr++) : EOF) \
H A Dawkgram.c167 static char *get_src_buf P((void));
3038 /* get_src_buf --- read the next buffer of source program */
3041 get_src_buf()
3098 emalloc(buf, char *, len+1, "get_src_buf");
3138 emalloc(buf, char *, len + SLOP, "get_src_buf");
3234 if (!get_src_buf()) {
3274 else if (get_src_buf())
3293 else if (get_src_buf())
3303 (get_src_buf() ? ((int) (unsigned char) *lexptr++) : EOF) \
3037 get_src_buf() function

Completed in 57 milliseconds