feisty meow concerns codebase  2.140
filepointer Struct Reference

#include <def.h>

Public Attributes

char * f_p
 
char * f_base
 
char * f_end
 
long f_len
 
long f_line
 
char * f_name
 

Detailed Description

Definition at line 117 of file def.h.

Member Data Documentation

◆ f_base

char* filepointer::f_base

Definition at line 119 of file def.h.

Referenced by freefile(), and getfile().

◆ f_end

char* filepointer::f_end

Definition at line 120 of file def.h.

Referenced by getfile(), and getline().

◆ f_len

long filepointer::f_len

Definition at line 121 of file def.h.

Referenced by getfile().

◆ f_line

long filepointer::f_line

Definition at line 122 of file def.h.

Referenced by add_include(), deftype(), find_includes(), getfile(), getline(), and gobble().

◆ f_name

char* filepointer::f_name

Definition at line 123 of file def.h.

Referenced by freefile(), and getfile().

◆ f_p

char* filepointer::f_p

Definition at line 118 of file def.h.

Referenced by getfile(), and getline().


The documentation for this struct was generated from the following file: