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

/freebsd-10.1-release/contrib/texinfo/info/
H A Dsession.c4517 static int info_keyseq_index = 0;
4525 info_keyseq_index = 0;
4533 if (info_keyseq_index + 2 >= info_keyseq_size)
4536 info_keyseq[info_keyseq_index++] = character;
4537 info_keyseq[info_keyseq_index] = '\0';
4813 info_keyseq_index--;
4504 static int info_keyseq_index = 0; variable

Completed in 48 milliseconds