Home
last modified time | relevance | path

Searched refs:typecmd_impl (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/bin/sh/
H A Dexec.h72 int typecmd_impl(int, char **, int, const char *);
H A Dexec.c701 typecmd_impl(int argc, char **argv, int cmd, const char *path) in typecmd_impl() function
820 return typecmd_impl(argc, argv, TYPECMD_TYPE, bltinlookup("PATH", 1)); in typecmd()
H A Deval.c1285 return typecmd_impl(2, argptr - 1, cmd, path); in commandcmd()