Searched defs:newpad (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | newpad.c | 48 newpad(int l, int nc) function
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | newpad.c | 30 * newpad.c 40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/newpad.c 1.1 1995/06/16 20:35:07 ant Exp $"; 47 (newpad)(nlines, ncols) function 53 __m_trace("newpad(%d, %d)", nlines, ncols); 58 return __m_return_pointer("newpad", w);
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | newpad.c | 32 * newpad.c 44 "libxcurses/src/libc/xcurses/rcs/newpad.c 1.2 1998/05/12 19:24:35 " 51 #undef newpad macro 54 newpad(int nlines, int ncols) function
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | gic_opt.c | 331 krb5_gic_opt_pa_data *newpad; local 336 newpad = malloc(newsize); 338 newpad = realloc(opte->opt_private->preauth_data, newsize); 339 if (newpad == NULL) 341 opte->opt_private->preauth_data = newpad; 344 newpad[i].attr = strdup(attr); 345 if (newpad[i].attr == NULL) 347 newpad[i].value = strdup(value); 348 if (newpad[i].value == NULL) { 349 free(newpad[ [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | pad.c | 1499 AV *newpad = newAV(); local 1510 av_store(newpad, ix, SvREFCNT_inc(oldpad[ix])); 1514 av_store(newpad, ix, sv = (SV*)newAV()); 1516 av_store(newpad, ix, sv = (SV*)newHV()); 1518 av_store(newpad, ix, sv = NEWSV(0, 0)); 1523 av_store(newpad, ix, sv = SvREFCNT_inc(oldpad[ix])); 1527 av_store(newpad, ix, sv = NEWSV(0, 0)); 1534 av_store(newpad, 0, (SV*)av); 1537 av_store(padlist, depth, (SV*)newpad);
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 732 extern WINDOW *newpad(int, int); 1060 #define newpad(ny, nx) __m_newwin((WINDOW *) 0, ny, nx, -1, -1) macro
|
Completed in 43 milliseconds