mageec  0.1.0
MAchine Guided Energy Efficient Compilation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions | Variables
getnames.c File Reference
#include "defns.i"
#include "extern.i"
#include <sys/types.h>
#include <sys/stat.h>

Go to the source code of this file.

Macros

#define MAXLINEBUFFER   10000
 

Functions

Boolean ReadName (FILE *f, String s, int n, char ColonOpt)
 
void GetNames (FILE *Nf)
 
void ExplicitAtt (FILE *Nf)
 
int Which (String Val, String *List, int First, int Last)
 
void ListAttsUsed ()
 
void FreeNames ()
 
int InChar (FILE *f)
 

Variables

int Delimiter
 
char LineBuffer [MAXLINEBUFFER]
 
char * LBp =LineBuffer
 

Macro Definition Documentation

#define MAXLINEBUFFER   10000

Definition at line 41 of file getnames.c.

Function Documentation

void ExplicitAtt ( FILE *  Nf)

Definition at line 428 of file getnames.c.

void FreeNames ( )

Definition at line 660 of file getnames.c.

void GetNames ( FILE *  Nf)

Definition at line 169 of file getnames.c.

int InChar ( FILE *  f)

Definition at line 716 of file getnames.c.

void ListAttsUsed ( )

Definition at line 603 of file getnames.c.

Boolean ReadName ( FILE *  f,
String  s,
int  n,
char  ColonOpt 
)

Definition at line 63 of file getnames.c.

int Which ( String  Val,
String List,
int  First,
int  Last 
)

Definition at line 582 of file getnames.c.

Variable Documentation

int Delimiter

Definition at line 42 of file getnames.c.

char * LBp =LineBuffer

Definition at line 43 of file getnames.c.

char LineBuffer[MAXLINEBUFFER]

Definition at line 43 of file getnames.c.