Public Attributes | |
| size_t | count |
| RexxStemObject | files |
| char | fNameSpec [FNAMESPEC_BUF_LEN] |
| char | foundFile [FOUNDFILE_BUF_LEN] |
| char | foundFileLine [FOUNDFILELINE_BUF_LEN] |
| char | fileTime [FILETIME_BUF_LEN] |
| char | fileAttr [FILEATTR_BUF_LEN] |
| char * | dFNameSpec |
| char * | dFoundFile |
| char * | dFoundFileLine |
| size_t | nFNameSpec |
| size_t | nFoundFile |
| size_t | nFoundFileLine |
Definition at line 406 of file unix/rexxutil.cpp.
| size_t RxTreeData::count |
Definition at line 407 of file unix/rexxutil.cpp.
Referenced by formatFile(), and RexxRoutine5().
| char * RxTreeData::dFNameSpec |
Definition at line 414 of file unix/rexxutil.cpp.
Referenced by getFileNameSegment(), increaseBuffer(), initTreeData(), recursiveFindFile(), RexxRoutine5(), and uninitTreeData().
| char* RxTreeData::dFoundFile |
Definition at line 415 of file unix/rexxutil.cpp.
Referenced by formatFile(), increaseBuffer(), initTreeData(), recursiveFindFile(), and uninitTreeData().
| char* RxTreeData::dFoundFileLine |
Definition at line 416 of file unix/rexxutil.cpp.
Referenced by formatFile(), increaseBuffer(), initTreeData(), and uninitTreeData().
| char RxTreeData::fileAttr |
Definition at line 413 of file unix/rexxutil.cpp.
Referenced by formatFile().
| RexxStemObject RxTreeData::files |
Definition at line 408 of file unix/rexxutil.cpp.
Referenced by formatFile(), initTreeData(), and RexxRoutine5().
| char RxTreeData::fileTime |
Definition at line 412 of file unix/rexxutil.cpp.
Referenced by formatFile().
| char RxTreeData::fNameSpec |
Definition at line 409 of file unix/rexxutil.cpp.
Referenced by initTreeData(), and RexxRoutine5().
| char RxTreeData::foundFile |
Definition at line 410 of file unix/rexxutil.cpp.
Referenced by formatFile(), and initTreeData().
| char RxTreeData::foundFileLine |
Definition at line 411 of file unix/rexxutil.cpp.
Referenced by formatFile(), and initTreeData().
| size_t RxTreeData::nFNameSpec |
Definition at line 417 of file unix/rexxutil.cpp.
Referenced by getFileNameSegment(), increaseBuffer(), initTreeData(), RexxRoutine5(), and uninitTreeData().
| size_t RxTreeData::nFoundFile |
Definition at line 418 of file unix/rexxutil.cpp.
Referenced by formatFile(), increaseBuffer(), initTreeData(), recursiveFindFile(), and uninitTreeData().
| size_t RxTreeData::nFoundFileLine |
Definition at line 419 of file unix/rexxutil.cpp.
Referenced by formatFile(), increaseBuffer(), initTreeData(), and uninitTreeData().