Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.exec.c58 void dohash(char []);
372 dohash(xhash); in dorehash()
373 dohash(xhash2); in dorehash()
380 dohash(char cachearray[]) in dohash() function
H A Dsh.set.c111 dohash(xhash); in doset()
126 dohash(xhash2); in doset()
252 dohash(xhash); in dolet()
256 dohash(xhash2); in dolet()
H A Dsh.init.c39 extern int dohash();
H A Dsh.c514 dohash(xhash); in main()
536 dohash(xhash2); in main()
H A Dsh.func.c1124 dohash(xhash); in dosetenv()
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dutils.c47 static int dohash(char *);
478 hash = dohash(pos + strings); in compress()
528 dohash(char *str) in dohash() function
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c35 static int dohash(wchar_t *name);
449 np = symtab[hashbuck(hash = dohash((wchar_t *)name))]; in vlookup()
477 np->n_hash = dohash((wchar_t *)np->n_name); in addsymtab()
535 dohash(wchar_t *name) in dohash() function