Home
last modified time | relevance | path

Searched refs:b_child (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.sbin/wsmoused/
H A Dconfig.c121 block_free(b->b_child[i]); in block_free()
158 b->b_child[b->b_child_count] = c; in block_add_child()
235 if (strcmp(b->b_child[bc]->b_name, modename) == 0) in config_get_mode()
236 return b->b_child[bc]; in config_get_mode()
H A Dwsmoused.h86 struct block *b_child[MAX_BLOCKS]; member