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

  /src/usr.sbin/wsmoused/
config.c 118 for (i = 0; i < b->b_prop_count; i++)
136 if (b->b_prop_count >= MAX_PROPS)
139 b->b_prop[b->b_prop_count] = p;
140 b->b_prop_count++;
176 for (pc = 0; pc < b->b_prop_count; pc++)
201 for (pc = 0; pc < b->b_prop_count; pc++)
wsmoused.h 83 int b_prop_count; member in struct:block

Completed in 13 milliseconds