HomeSort by: relevance | last modified time | path
    Searched refs:b_child_count (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/wsmoused/
config.c 120 for (i = 0; i < b->b_child_count; i++)
154 if (b->b_child_count >= MAX_BLOCKS)
158 b->b_child[b->b_child_count] = c;
159 b->b_child_count++;
234 for (bc = 0; bc < b->b_child_count; bc++)
wsmoused.h 84 int b_child_count; member in struct:block

Completed in 116 milliseconds