Polly 19.0.0git
Public Attributes | List of all members
cstate_t Struct Reference

Public Attributes

mp_intelts
 
mp_size alloc
 
mp_size used
 
mp_intmem
 
char ** names
 
mp_size mslots
 
mp_size mused
 
FILE * ifp
 
char * ibuf
 
int buflen
 

Detailed Description

Definition at line 49 of file imcalc.c.

Member Data Documentation

◆ alloc

mp_size cstate_t::alloc

Definition at line 52 of file imcalc.c.

Referenced by stack_push(), state_clear(), and state_init().

◆ buflen

int cstate_t::buflen

Definition at line 64 of file imcalc.c.

Referenced by cf_recall(), cf_store(), run_file(), state_clear(), and state_init().

◆ elts

mp_int* cstate_t::elts

◆ ibuf

char* cstate_t::ibuf

Definition at line 63 of file imcalc.c.

Referenced by cf_qrecall(), cf_recall(), cf_store(), run_file(), state_clear(), and state_init().

◆ ifp

FILE* cstate_t::ifp

Definition at line 62 of file imcalc.c.

Referenced by cf_recall(), cf_store(), run_file(), and state_clear().

◆ mem

mp_int* cstate_t::mem

Definition at line 56 of file imcalc.c.

Referenced by cf_pmem(), mem_clear(), mem_insert(), mem_recall(), state_clear(), and state_init().

◆ mslots

mp_size cstate_t::mslots

Definition at line 58 of file imcalc.c.

Referenced by mem_insert(), state_clear(), and state_init().

◆ mused

mp_size cstate_t::mused

Definition at line 59 of file imcalc.c.

Referenced by cf_pmem(), mem_clear(), mem_insert(), state_clear(), and state_init().

◆ names

char** cstate_t::names

Definition at line 57 of file imcalc.c.

Referenced by cf_pmem(), mem_clear(), mem_insert(), mem_recall(), state_clear(), and state_init().

◆ used

mp_size cstate_t::used

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