Searched refs:MAXLINE (Results 1 – 3 of 3) sorted by relevance
15 while (lineno++, fgets(line, MAXLINE, f)) {
439 #define MAXLINE 512 macro448 char line[MAXLINE]; in getwork()450 while (fgets(line, MAXLINE, stdin) != NULL) { in getwork()
147 #define MAXLINE 4096 /* maximum length of line */ macro190 static char tline[MAXLINE+EDITSLOP];/* input buffer plus space */649 if (fgets(tline, MAXLINE, input) == NULL) in parseline()723 if (fgets(tline + len, MAXLINE - len, input) == NULL) { in parseline()