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

/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dsession.c3753 static char *info_keyseq = (char *)NULL;
3773 info_keyseq = (char *)xrealloc (info_keyseq, info_keyseq_size += 10);
3775 info_keyseq[info_keyseq_index++] = character;
3776 info_keyseq[info_keyseq_index] = '\0';
3798 /* Display the current value of info_keyseq. If argument EXPECTING is
3807 rep = pretty_keyseq (info_keyseq);
3875 dispatch_error (info_keyseq);
3924 dispatch_error (info_keyseq);
3941 dispatch_error (info_keyseq);
3743 static char *info_keyseq = (char *)NULL; variable
[all...]

Completed in 46 milliseconds