Searched defs:parent (Results 1 – 10 of 10) sorted by relevance
/busybox-1.35.0/scripts/kconfig/ |
D | qconf.h | 65 ConfigView* parent(void) const in parent() function 149 ConfigItem(QListView *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() 154 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() function 159 ConfigItem(QListView *parent, ConfigItem *after, bool v) in ConfigItem() 211 ConfigLineEdit(ConfigView* parent) in ConfigLineEdit() 214 ConfigView* parent(void) const in parent() function
|
D | zconf.l | 30 struct buffer *parent; member
|
D | expr.h | 20 struct file *parent; member 129 struct menu *parent; member
|
D | menu.c | 205 void menu_finalize(struct menu *parent) in menu_finalize()
|
D | qconf.cc | 102 void ConfigList::updateMenuList(P* parent, struct menu* menu) in updateMenuList() 770 ConfigView::ConfigView(QWidget* parent, ConfigMainWindow* cview, in ConfigView()
|
D | gconf.c | 1339 GtkTreeIter *parent = parents[indent - 1]; in place_node() local 1353 GtkTreeIter *gtktree_iter_find_node(GtkTreeIter * parent, in gtktree_iter_find_node()
|
/busybox-1.35.0/procps/ |
D | pstree.c | 49 struct proc *parent; member 155 static void add_child(PROC *parent, PROC *child) in add_child() 177 PROC *this, *parent; in add_proc() local 360 pid_t parent = 0; in mread_proc() local
|
/busybox-1.35.0/coreutils/ |
D | timeout.c | 70 int parent = 0; in timeout_main() local
|
/busybox-1.35.0/archival/libarchive/bz/ |
D | huffman.c | 121 #define parent (s->BZ2_hbMakeCodeLengths__parent) in BZ2_hbMakeCodeLengths() macro
|
/busybox-1.35.0/editors/ |
D | awk.c | 127 struct var_s *parent; /* for func args, ptr to actual parameter */ member
|