Searched refs:hashit (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/ucbcmd/mkstr/ |
H A D | mkstr.c | 75 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 D | mkstr.c | 206 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 D | xstr.c | 60 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 D | xstr.c | 33 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
|