Home
last modified time | relevance | path

Searched refs:hashit (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/ucbcmd/mkstr/
H A Dmkstr.c75 static int hashit(char *str, char really, unsigned int fakept);
240 (void) printf("%d", hashit(buf, 1, NULL)); in copystr()
258 (void) hashit(buf, 0, mesgpt); in inithash()
270 hashit(char *str, char really, unsigned int fakept) in hashit() function
/titanic_41/usr/src/cmd/vi/misc/
H A Dmkstr.c206 printf("%d", hashit(buf, 1, NULL)); in copystr()
223 hashit(buf, 0, mesgpt); in inithash()
236 hashit(str, really, fakept) in hashit() function
H A Dxstr.c60 off_t hashit();
253 return (hashit(dbuf, 1));
274 ignore(hashit(buf, 0)); in inithash()
311 hashit(str, new) in hashit() function
/titanic_41/usr/src/cmd/xstr/
H A Dxstr.c33 off_t hashit(char *, int);
255 return (hashit(dbuf, 1)); in yankstr()
277 (void) hashit(buf, 0); in inithash()
312 hashit(char *str, int new) in hashit() function