Searched refs:hashtype (Results 1 – 4 of 4) sorted by relevance
190 if (hashtype(h->data) == NOTFOUND)330 switch (hashtype(h->data)) in what_is_path()357 if (hashtype(hash) == NOTFOUND) in what_is_path()
52 #define hashtype(x) (x & 0x1F00) macro
385 if (hashtype(hash_cmd(*argv)) == NOTFOUND) in builtin()
145 if (argn == 0 || (comtype = hashtype(cmdhash)) == BUILTIN) {