Home | History | Annotate | Download | only in hdt

Lines Matching refs:aliases

54  * .aliases = {"q", "quit"} won't work since it is an array of pointers, not an
61 /* List of aliases */
66 .aliases = exit_aliases,
71 .aliases = help_aliases,
249 * expand_aliases - resolve aliases mapping
288 /* Simple aliases mapping a single command to another one */
291 if (!strncmp(*command, hdt_aliases[i].aliases[j],
292 sizeof(hdt_aliases[i].aliases[j]))) {
297 goto out; /* Don't allow chaining aliases */
629 dprintf("CLI DEBUG exec: Checking for aliases\n");