Searched defs:hashit (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/vi/misc/
H A Dmkstr.c206 printf("%d", hashit(buf, 1, NULL));
223 hashit(buf, 0, mesgpt);
236 hashit(str, really, fakept) function
H A Dxstr.c60 off_t hashit();
253 return (hashit(dbuf, 1));
274 ignore(hashit(buf, 0));
311 hashit(str, new) function
/illumos-gate/usr/src/cmd/xstr/
H A Dxstr.c33 off_t hashit(char *, int);
255 return (hashit(dbuf, 1));
277 (void) hashit(buf, 0);
312 hashit(char *str, int new) function
/illumos-gate/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));
258 (void) hashit(buf, 0, mesgpt);
270 hashit(char *str, char really, unsigned int fakept) function

Completed in 49 milliseconds