Searched refs:bcmd (Results 1 – 2 of 2) sorted by relevance
309 struct builtincmd *bcmd; in find_command() local363 bcmd = find_builtin(name); in find_command()364 if (bcmd && !(bcmd->flags & BUILTIN_WEAK) && in find_command()365 (bcmd->flags & BUILTIN_REGULAR || ( in find_command()387 if (bcmd) in find_command()455 if (bcmd && (bcmd->flags & BUILTIN_WEAK)) in find_command()469 entry->u.cmd = bcmd; in find_command()475 cmdp->param.cmd = bcmd; in find_command()
533 struct builtincmd *bcmd; in simplecmd() local542 (bcmd = find_builtin(name)) && in simplecmd()543 bcmd->flags & BUILTIN_SPECIAL in simplecmd()
Completed in 7 milliseconds