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

/freebsd-12-stable/contrib/dialog/
H A Dprogressbox.c36 int is_eof; member in struct:__anon1118
51 obj->is_eof = 1;
270 if (obj->is_eof)
/freebsd-12-stable/bin/sh/
H A Dparser.c1652 if (!is_eof(c) && is_name(c)) {
1658 } while (!is_eof(c) && is_in_name(c));

Completed in 285 milliseconds