HomeSort by: relevance | last modified time | path
    Searched refs:lcreat (Results 1 - 6 of 6) sorted by relevancy

  /src/games/larn/
diag.c 40 if (lcreat(diagfile) < 0) { /* open the diagnostic file */
41 lcreat((char *) 0);
130 lcreat((char *) 0);
189 if (lcreat(fname) < 0) {
190 lcreat((char *) 0);
238 lcreat((char *) 0);
253 lcreat((char *) 0);
337 lcreat((char *) 0);
scores.c 138 lcreat((char *) 0);
155 i = lcreat(scorefile);
166 lcreat((char *) 0);
356 lcreat((char *) 0);
378 lcreat((char *) 0);
656 if (lcreat(logfile) < 0) { /* and can't create new
658 lcreat((char *) 0);
767 lcreat((char *) 0);
852 lcreat((char *) 0); /* re-open terminal channel */
extern.h 127 int lcreat(char *);
signal.c 72 lcreat((char *) 0);
io.c 36 * lcreat(filename) create a new file for write
218 lcreat((char *) 0); /* open buffering for output to terminal */
457 * lcreat(filename) Create a new file for write
460 * lcreat((char*)0); means to the terminal
464 lcreat(char *str) function
main.c 137 lcreat((char *) 0);

Completed in 21 milliseconds