Searched refs:find1case (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/release/picobsd/tinyware/msh/
H A Dsh3.c47 _PROTOTYPE(static struct op **find1case, (struct op *t, char *w ));
452 find1case(t, w) function
463 if ((tp = find1case(t->left, w)) != NULL)
481 return((tp = find1case(t, w)) != NULL? *tp: (struct op *)NULL);

Completed in 155 milliseconds