Home
last modified time | relevance | path

Searched refs:bcmd (Results 1 – 2 of 2) sorted by relevance

/third_party/uapp/dash/src/
A Dexec.c309 struct builtincmd *bcmd; in find_command() local
363 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()
A Dparser.c533 struct builtincmd *bcmd; in simplecmd() local
542 (bcmd = find_builtin(name)) && in simplecmd()
543 bcmd->flags & BUILTIN_SPECIAL in simplecmd()

Completed in 7 milliseconds