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

/illumos-gate/usr/src/cmd/vi/misc/
H A Dmkstr.c219 int mesgpt = 0; local
223 hashit(buf, 0, mesgpt);
224 mesgpt += strlen(buf) + 2;
H A Dxstr.c68 off_t mesgpt; variable
271 mesgpt = tellpt;
326 hp->hpt = mesgpt;
328 mesgpt += strlen(hp->hstr) + 1;
/illumos-gate/usr/src/cmd/xstr/
H A Dxstr.c50 off_t mesgpt; variable
274 mesgpt = tellpt;
329 hp->hpt = mesgpt;
331 mesgpt += strlen(hp->hstr) + 1;
/illumos-gate/usr/src/ucbcmd/mkstr/
H A Dmkstr.c254 int mesgpt = 0; local
258 (void) hashit(buf, 0, mesgpt);
259 mesgpt += strlen(buf) + 2;

Completed in 46 milliseconds