Searched refs:dohash (Results 1 - 6 of 6) 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");
H A Dsh.init.c41 extern int dohash();
H A Dsh.set.c114 dohash(xhash);
129 dohash(xhash2);
255 dohash(xhash);
259 dohash(xhash2);
H A Dsh.c510 dohash(xhash);
532 dohash(xhash2);
/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 73 milliseconds