Searched refs:nomore (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | idlok.c | 117 int tsy, bsy, idn, dir, nomore; local 134 nomore = TRUE; 139 nomore = FALSE; 185 if (nomore)
|
/illumos-gate/usr/src/cmd/format/ |
H A D | menu_analyze.c | 165 int i, j, lines, nomore = 0; local 175 nomore++; 203 (!nomore && (lines % (tty_lines - 1) == 0))) { 237 if (!nomore) {
|
H A D | menu_defect.c | 453 int i, nomore = 0; local 473 nomore++; 494 (!nomore && ((i + 1) % (tty_lines - 1) == 0))) { 525 if (!nomore) {
|
/illumos-gate/usr/src/cmd/sendmail/db/mp/ |
H A D | mp_region.c | 62 int nomore, restart, ret, wrote; local 67 nomore = 0; 74 if (nomore) { 193 nomore = 1;
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_cmds2.c | 444 nomore(void) function
|
H A D | ex_cmds.c | 639 if (nomore())
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | queue.c | 3931 bool nomore = false; local 4170 if (nomore) 4486 nomore = true; 4531 if (!nomore)
|
Completed in 104 milliseconds