#include <rpmspec.h>
Data Fields | |
const char * | fileName |
FD_t | fd |
int | lineNum |
char | readBuf [BUFSIZ] |
char * | readPtr |
struct OpenFileInfo * | next |
Definition at line 52 of file rpmspec.h.
const char* OpenFileInfo::fileName |
Definition at line 53 of file rpmspec.h.
Referenced by closeSpec(), forceIncludeFile(), freeSpec(), newOpenFileInfo(), parseSpec(), and readLine().
Definition at line 54 of file rpmspec.h.
Referenced by closeSpec(), newOpenFileInfo(), and readLine().
char OpenFileInfo::readBuf[BUFSIZ] |
char* OpenFileInfo::readPtr |
Definition at line 58 of file rpmspec.h.
Referenced by copyNextLine(), newOpenFileInfo(), and readLine().
struct OpenFileInfo* OpenFileInfo::next [read] |
Definition at line 60 of file rpmspec.h.
Referenced by closeSpec(), forceIncludeFile(), freeSpec(), newOpenFileInfo(), and readLine().