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

  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
softp11.c 87 int next_object; member in struct:soft_token::session_state::__anon863
669 state->find.next_object = -1;
895 soft_token.state[i].find.next_object = -1;
1333 if (state->find.next_object != -1) {
1359 state->find.next_object = 0;
1364 state->find.next_object = 0;
1385 if (state->find.next_object == -1) {
1394 for (i = state->find.next_object; i < soft_token.object.num_objs; i++) {
1396 state->find.next_object = i + 1;
  /src/games/rogue/
rogue.h 218 #define next_monster next_object
240 struct obj *next_object; /* next monster */ member in struct:obj

Completed in 39 milliseconds