Home | History | Annotate | Download | only in src

Lines Matching refs:Position

163 // Search in type list, return position or -1 if not found
181 int Position;
186 Position = IsInSet(Type, c);
188 if (Position != -1) {
190 *index = Position;
197 Position = IsInSet(Type, c);
199 if (Position != -1) {
201 *index = Position;