Home
last modified time | relevance | path

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

/titanic_50/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);