Home
last modified time | relevance | path

Searched refs:p_rep (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/texinfo/info/
Dsession.c3847 char *prompt, *p_rep; in show_isearch_prompt() local
3856 p_rep = (char *)NULL; in show_isearch_prompt()
3870 p_rep = (char *)xrealloc (p_rep, p_rep_size += 100); in show_isearch_prompt()
3872 strcpy (p_rep + p_rep_index, rep); in show_isearch_prompt()
3881 p_rep ? p_rep : ""); in show_isearch_prompt()
3884 maybe_free (p_rep); in show_isearch_prompt()