Lines Matching defs:pos
132 get_options6(size_t pos)155 pos+=2;157 if (pos > M)161 if (pos & __BIT(n))173 get_options4(size_t pos)197 if (pos < __arraycount(special))198 return special[pos];200 pos -= __arraycount(special);202 ++pos; /* Don't start with empty mask */204 if (pos > M)208 if (pos & __BIT(n))