Home
last modified time | relevance | path

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

/NextBSD/release/picobsd/tinyware/msh/
HDsh3.c244 int i, rv, (*shcom)(); local
254 shcom = NULL;
271 shcom = inbuilt(cp);
275 if (shcom == NULL && (f & FEXEC) == 0) {
297 if (shcom == NULL)
300 if ((pin != NULL || pout != NULL) && shcom != NULL && shcom != doexec) {
314 if (shcom != NULL && shcom != doexec) {
323 if (shcom)
324 return(setstatus((*shcom)(t)));