Searched refs:info_keyseq_index (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dsession.c3755 static int info_keyseq_index = 0;
3763 info_keyseq_index = 0;
3772 if (info_keyseq_index + 2 >= info_keyseq_size)
3775 info_keyseq[info_keyseq_index++] = character;
3776 info_keyseq[info_keyseq_index] = '\0';
4046 info_keyseq_index--;
3745 static int info_keyseq_index = 0; variable

Completed in 44 milliseconds