Lines Matching refs:defopen
46 int Dcflags; /* [re-]initialized on each call to defopen() */
87 * defopen() - declare defopen filename
89 * defopen(fn)
94 * If 'fn' is null the defopen file is closed.
102 defopen(char *fn)
110 * defopen_r() - declare defopen filename (reentrant)
120 * the defopen file and to release the allocated memory. Caller
163 * for defopen().
165 * by defread() continues to exist after defopen(NULL) is called.
180 * defread() - read an entry from the defopen file
185 * The defopen data file must have been previously opened by
186 * defopen(). defread scans the data file looking for a line
193 * defopen files; since there is no way of indicating 'which one'
195 * recall defopen(). If you need to go back to the first file,
196 * you must call defopen() again.
207 * defread_r() - read an entry from the defopen file
308 * defp pointer to the defopen'd descriptor
345 * defclose_r() - close defopen file
349 * defclose_r closes the defopen file associated with the specified