MAXLINE 190 scripts/unifdef.c static char tline[MAXLINE+EDITSLOP];/* input buffer plus space */ MAXLINE 649 scripts/unifdef.c if (fgets(tline, MAXLINE, input) == NULL) MAXLINE 723 scripts/unifdef.c if (fgets(tline + len, MAXLINE - len, input) == NULL) {