Home | History | Annotate | Download | only in stage2

Lines Matching defs:builtin

1322       /* Print the completions of builtin commands.  */
1323 struct builtin **builtin;
1328 for (builtin = builtin_table; (*builtin); builtin++)
1330 /* If *BUILTIN cannot be run in the command-line, skip it. */
1331 if (! ((*builtin)->flags & BUILTIN_CMDLINE))
1334 if (substring (buf, (*builtin)->name) <= 0)
1335 print_a_completion ((*builtin)->name);