Home
last modified time | relevance | path

Searched refs:notempty (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/games/canfield/canfield/
Dcanfield.c207 bool notempty(const struct cardtype *);
800 notempty(const struct cardtype *cp) in notempty() function
1162 if (notempty(*cp)) { in simpletableau()
1220 if (notempty(tableau[sour])) { in tabtotab()
1275 if (notempty(*cp)) { in movetofound()
/openbsd/src/usr.bin/vi/ex/
Dex.c207 int newscreen, notempty, tmp, vi_address; in ex_cmd() local
256 for (notempty = 0; ecp->clen > 0; ++ecp->cp, --ecp->clen) in ex_cmd()
261 notempty = 1; in ex_cmd()
273 notempty = 1; in ex_cmd()
319 (!notempty || F_ISSET(sp, SC_VI) || F_ISSET(ecp, E_BLIGNORE))) { in ex_cmd()