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

  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-iterator.c 68 This is used by next_x to track progress. */
73 How to signal "end of iteration" is up to next_x. */
74 SCM next_x; member in struct:iterator_smob
124 scm_write (i_smob->next_x, port);
146 i_smob->next_x = next;
221 return gdbscm_safe_call_1 (i_smob->next_x, iter, ok_excps);
297 return gdbscm_safe_call_1 (i_smob->next_x, self, NULL);
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-iterator.c 68 This is used by next_x to track progress. */
73 How to signal "end of iteration" is up to next_x. */
74 SCM next_x; member in struct:iterator_smob
124 scm_write (i_smob->next_x, port);
146 i_smob->next_x = next;
221 return gdbscm_safe_call_1 (i_smob->next_x, iter, ok_excps);
297 return gdbscm_safe_call_1 (i_smob->next_x, self, NULL);
  /src/external/bsd/tmux/dist/
image-sixel.c 57 u_int next_x; member in struct:sixel_chunk
546 if (chunk->next_x == x + 1)
554 dx = x - chunk->next_x;
566 chunk->next_x = x + 1;
634 chunk->used = chunk->next_x = chunk->count = 0;

Completed in 60 milliseconds