Main Page   Interface   Data Structures   File List   Data Fields   Globals  

_CLI_File Struct Reference

Control structure for a file being read by CLI. More...

#include <CLI_prvdefs.h>


Data Fields

_CLI_File * next
char * name
char * line
FILE * fd
dev_t st_dev
ino_t st_ino
unsigned int frst
unsigned int last
unsigned short stat
unsigned short spare


Detailed Description

Control structure for a file being read by CLI.

Control structure for a file being read by CLI.


Field Documentation

FILE* _CLI_File::fd
 

File descriptor

unsigned int _CLI_File::frst
 

First physical line of "line"

unsigned int _CLI_File::last
 

Last physical line of "line"

char* _CLI_File::line
 

Last full line pulled from file

char* _CLI_File::name
 

Name of file

struct _CLI_File* _CLI_File::next
 

Next file

unsigned short _CLI_File::spare
 

Spare (pad to four byte boundary)

dev_t _CLI_File::st_dev
 

File device

ino_t _CLI_File::st_ino
 

File i-node

unsigned short _CLI_File::stat
 

File status (essentially EOF)


The documentation for this struct was generated from the following file:
Generated on Tue Nov 5 12:16:24 2002 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002