ARPDAS_QNX6 1.0
Classes | Functions
ll_of_str.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  llosleaf
struct  ll_of_str

Functions

void llos_enq (ll_of_str *ll, const char *str)
char * llos_deq (ll_of_str *ll)

Function Documentation

char* llos_deq ( ll_of_str ll)

Definition at line 50 of file ll_of_str.c.

References ll_of_str::first, free_memory, ll_of_str::last, llosleaf::next, and llosleaf::text.

Referenced by yywrap().

Here is the caller graph for this function:

void llos_enq ( ll_of_str ll,
const char *  str 
)

Definition at line 28 of file ll_of_str.c.

References ll_of_str::first, ll_of_str::last, new_memory(), llosleaf::next, nl_strdup, set_response(), and llosleaf::text.

Referenced by compile_init_options().

Here is the call graph for this function:

Here is the caller graph for this function:

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines