Searched defs:cmdhash (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dxec.c131 short cmdhash; local
143 cmdhash = pathlook(com[0], 1, comptr(t)->comset);
145 if (argn == 0 || (comtype = hashtype(cmdhash)) == BUILTIN) {
158 pos = hashdata(cmdhash);
175 pos = hashdata(cmdhash);
179 builtin(hashdata(cmdhash),argn,com,t);

Completed in 71 milliseconds