Searched refs:is_eof (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 86 milliseconds