Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sh/
H A Dhashserv.c90 if (multrel == 0 && hashdata(h->data) > dotpath)
91 oldpath = hashdata(h->data);
206 pr_path(h->key, hashdata(h->data));
328 hashval = hashdata(h->data); in what_is_path()
364 hashval = hashdata(hash); in what_is_path()
H A Dhash.h53 #define hashdata(x) (x & 0x00FF) macro
H A Dxec.c158 pos = hashdata(cmdhash);
175 pos = hashdata(cmdhash);
179 builtin(hashdata(cmdhash),argn,com,t);