Home
last modified time | relevance | path

Searched refs:mesgwrit (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/xstr/
H A Dxstr.c343 FILE *mesgwrit; in flushsh() local
354 mesgwrit = fopen(strings, old ? "r+" : "w"); in flushsh()
355 if (mesgwrit == NULL) in flushsh()
361 (void) fseek(mesgwrit, hp->hpt, 0); in flushsh()
363 strlen(hp->hstr) + 1, 1, mesgwrit); in flushsh()
364 if (ferror(mesgwrit)) { in flushsh()
371 if (fclose(mesgwrit) == EOF) in flushsh()
/titanic_41/usr/src/cmd/vi/misc/
H A Dxstr.c339 register FILE *mesgwrit; in flushsh() local
350 mesgwrit = fopen(strings, old ? "r+" : "w"); in flushsh()
355 fseek(mesgwrit, hp->hpt, 0); in flushsh()
357 1, mesgwrit)); in flushsh()
358 if (ferror(mesgwrit)) { in flushsh()
365 ignore(fclose(mesgwrit)); in flushsh()