Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/make/
Dvarmodifiers.c143 static char *do_shcmd(const char *, const struct Name *, void *);
172 shcmd_mod = {check_shcmd, do_shcmd, NULL, NULL},
899 do_shcmd(const char *s, const struct Name *n UNUSED, void *arg UNUSED) in do_shcmd() function