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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.exec.c43 void dohash(char []);
350 * be rehashed, via calling dohash. If either
351 * variable is not set with a value, then dohash
357 dohash(xhash);
358 dohash(xhash2);
365 dohash(char cachearray[]) function
378 tprintf("TRACE- dohash()\n");
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dutils.c44 static int dohash(char *);
475 hash = dohash(pos + strings);
525 dohash(char *str) function
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c37 static int dohash(wchar_t *name);
451 np = symtab[hashbuck(hash = dohash((wchar_t *)name))];
479 np->n_hash = dohash((wchar_t *)np->n_name);
537 dohash(wchar_t *name) function

Completed in 131 milliseconds