Searched refs:_parent (Results 1 – 23 of 23) sorted by relevance
| /openbsd/src/lib/libcurses/base/ |
| D | lib_window.c | 67 && (orig = win->_parent) != 0 in mvderwin() 104 if (win && win->_parent) { in wsyncup() 105 for (wp = win; wp->_parent; wp = wp->_parent) { in wsyncup() 107 WINDOW *pp = wp->_parent; in wsyncup() 135 if (win != NULL && win->_parent != NULL) { in wsyncdown() 136 WINDOW *pp = win->_parent; in wsyncdown() 173 for (wp = win; wp && wp->_parent; wp = wp->_parent) { in wcursyncup() 174 wmove(wp->_parent, wp->_pary + wp->_cury, wp->_parx + wp->_curx); in wcursyncup() 237 nwin->_parent = (WINDOW *) 0; in dupwin()
|
| D | lib_delwin.c | 67 && p->win._parent == win) { in cannot_delete() 88 win->_parent = NULL; in delwin() 95 touchwin(win->_parent); in delwin()
|
| D | wresize.c | 69 if (tst->_parent == cmp) { in repair_subwindows() 146 if (win->_pary + ToLines > win->_parent->_maxy in wresize() 147 || win->_parx + ToCols > win->_parent->_maxx) { in wresize() 150 pline = win->_parent->_line; in wresize()
|
| D | lib_erase.c | 76 int x = (win->_parent != 0) ? (win->_begx) : 0; in NCURSES_EXPORT()
|
| D | lib_mvwin.c | 70 WINDOW *parent = win->_parent; in NCURSES_EXPORT()
|
| D | lib_freeall.c | 101 && (p_win == q_win->_parent)) { in NCURSES_EXPORT()
|
| D | lib_newwin.c | 241 win->_parent = orig; in derwin() 327 win->_parent = 0; in NCURSES_SP_NAME()
|
| D | resizeterm.c | 187 if (tst->_parent == cmp) { in child_depth() 206 while ((tst = cmp->_parent) != 0) { in parent_depth()
|
| /openbsd/src/regress/lib/csu/callbacks/pthread_atfork/ |
| D | pthread_atfork_test.c | 40 CALLBACK(stdout, name##_parent) \ 84 REGISTER(name##_prepare, name##_parent, name##_child)
|
| /openbsd/src/lib/libc/thread/ |
| D | atfork.c | 40 int _thread_atfork(void (*_prepare)(void), void (*_parent)(void),
|
| /openbsd/src/sys/arch/sparc64/dev/ |
| D | vpci.c | 493 dt->_parent = pdt; in vpci_alloc_dma_tag() 520 if (t->_parent == NULL) \ 522 for (t = t->_parent; t->fn == NULL; t = t->_parent) \ 523 if (t->_parent == NULL) \
|
| D | viommu.c | 211 if (t->_parent == NULL) \ 213 for (t = t->_parent; t->fn == NULL; t = t->_parent) \ 214 if (t->_parent == NULL) \ 856 bus_dmamap_unload(t->_parent, map); in viommu_dvmamap_unload()
|
| D | iommu.c | 597 if (t->_parent == NULL) \ 599 for (t = t->_parent; t->fn == NULL; t = t->_parent) \ 600 if (t->_parent == NULL) \ 1332 bus_dmamap_unload(t->_parent, map); in iommu_dvmamap_unload() 1362 bus_dmamap_unload(t->_parent, map); in iommu_dvmamap_unload()
|
| D | pci_machdep.c | 91 bus_dma_tag_t pdt = dt->_parent; in pci_32bit_dmamap_create() 117 dt->_parent = pdt; in pci_probe_device_hook()
|
| D | ebus.c | 410 dt->_parent = pdt; in ebus_alloc_dma_tag()
|
| D | sbus.c | 801 sdt->_parent = psdt; in sbus_alloc_dma_tag()
|
| D | schizo.c | 628 dt->_parent = pdt; in schizo_alloc_dma_tag()
|
| D | pyro.c | 576 dt->_parent = pdt; in pyro_alloc_dma_tag()
|
| D | psycho.c | 979 dt->_parent = pdt; in psycho_alloc_dma_tag()
|
| /openbsd/src/sys/arch/sparc64/include/ |
| D | bus.h | 439 struct sparc_bus_dma_tag* _parent; member 477 t = t->_parent; \
|
| /openbsd/src/sys/kern/ |
| D | kern_fork.c | 78 struct proc *thread_new(struct proc *_parent, vaddr_t _uaddr);
|
| /openbsd/src/lib/libcurses/ |
| D | curses.h | 528 WINDOW *_parent; /* pointer to parent if a sub-window */ member 1447 #define wgetparent(win) (NCURSES_OK_ADDR(win) ? (win)->_parent : 0)
|
| /openbsd/src/lib/libform/ |
| D | frm_driver.c | 1462 (form->w->_parent == 0)) in _nc_Unset_Current_Field()
|