| /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;
|
| /src/external/gpl3/gcc/dist/gcc/text-art/ |
| ruler.cc | 357 int next_x = iter_label.m_text_rect.get_min_x () + text_len; 360 if (next_x >= m_labels[idx + 1].m_text_rect.get_min_x ()) 367 width_with_labels = std::max (width_with_labels, next_x);
|