Searched refs:alias_expand (Results 1 – 3 of 3) sorted by relevance
67 extern char *alias_expand (char *tok);
1014 alias_expand (char *tok) in alias_expand() function1022 return alias_expand (xstrdup (findit->mapto)); in alias_expand()
2027 command = alias_expand (command); in read_command()