Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/csh/
H A Dsh.exec.c43 void dohash(char []);
357 dohash(xhash); in dorehash()
358 dohash(xhash2); in dorehash()
365 dohash(char cachearray[]) in dohash() function
H A Dsh.set.c114 dohash(xhash); in doset()
129 dohash(xhash2); in doset()
255 dohash(xhash); in dolet()
259 dohash(xhash2); in dolet()
H A Dsh.init.c41 extern int dohash();
H A Dsh.c510 dohash(xhash); in main()
532 dohash(xhash2); in main()
H A Dsh.func.c1113 dohash(xhash); in dosetenv()
/titanic_41/usr/src/cmd/sgs/mcs/common/
H A Dutils.c44 static int dohash(char *);
475 hash = dohash(pos + strings); in compress()
525 dohash(char *str) in dohash() function
/titanic_41/usr/src/cmd/awk_xpg4/
H A Dawk3.c37 static int dohash(wchar_t *name);
451 np = symtab[hashbuck(hash = dohash((wchar_t *)name))]; in vlookup()
479 np->n_hash = dohash((wchar_t *)np->n_name); in addsymtab()
537 dohash(wchar_t *name) in dohash() function