Searched defs:makenew (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A DV2.makenew.c50 makenew(int num_lines, int num_cols, int begy, int begx) function
/illumos-gate/usr/src/ucblib/libcurses/
H A Dnewwin.c35 static WINDOW *makenew(int, int, int, int);
56 if ((win = makenew(nl, nc, by, bx)) == NULL)
119 if ((win = makenew(nl, nc, by, bx)) == NULL)
155 makenew(int num_lines, int num_cols, int begy, int begx) function
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey.c76 bool_t makenew = TRUE; /* Make new keys or reencrypt existing */ variable
1054 makenew = FALSE;
1092 if (makenew)
1138 if ((uid == 0) && (makenew == FALSE))
1150 if ((uid == 0) && (makenew == FALSE))
1214 if (makenew)
1223 if (makenew) {
/illumos-gate/usr/src/tools/pmodes/
H A Dpmodes.c102 static int makenew = 0; variable
143 case 'n': makenew = 1; break;
496 if (makenew) {

Completed in 81 milliseconds