Searched refs:had_eof (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/usr.bin/indent/
H A Dindent_globs.h151 int had_eof; /* set to true when input is exhausted */ variable
H A Dlexi.c366 code = (had_eof ? 0 : newline);
H A Dpr_comment.c214 if (had_eof) { /* check for unexpected eof */
H A Dio.c371 had_eof = true;
H A Dindent.c140 had_eof = ps.in_decl = ps.decl_on_line = break_comma = false;
1056 while (*buf_ptr != '\n' || (in_comment && !had_eof)) {

Completed in 97 milliseconds