Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dmacro.h67 extern char *alias_expand (char *tok);
H A Dmacro.c1014 alias_expand (char *tok) in alias_expand() function
1022 return alias_expand (xstrdup (findit->mapto)); in alias_expand()
H A Dmakeinfo.c2027 command = alias_expand (command); in read_command()