Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dtilde.c204 char *tilde_word, *expansion; in tilde_expand() local
229 tilde_word = (char *)xmalloc (1 + end); in tilde_expand()
230 strncpy (tilde_word, string, end); in tilde_expand()
231 tilde_word[end] = '\0'; in tilde_expand()
234 expansion = tilde_expand_word (tilde_word); in tilde_expand()
237 expansion = tilde_word; in tilde_expand()
239 xfree (tilde_word); in tilde_expand()
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dtilde.c131 char *tilde_word, *expansion; in tilde_expand() local
156 tilde_word = (char *)xmalloc (1 + end); in tilde_expand()
157 strncpy (tilde_word, string, end); in tilde_expand()
158 tilde_word[end] = '\0'; in tilde_expand()
161 expansion = tilde_expand_word (tilde_word); in tilde_expand()
162 free (tilde_word); in tilde_expand()