ARPDAS_QNX6 1.0
Functions | Variables
ll_of_str.c File Reference
#include "nortlib.h"
#include "ll_of_str.h"
Include dependency graph for ll_of_str.c:

Go to the source code of this file.

Functions

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

Variables

char rcsid_ll_of_str_c [] = "$Header: /cvsroot/arp-das/nortlib2/src/ll_of_str.c,v 1.2 1998/01/06 18:28:50 nort Doc $"

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:


Variable Documentation

char rcsid_ll_of_str_c[] = "$Header: /cvsroot/arp-das/nortlib2/src/ll_of_str.c,v 1.2 1998/01/06 18:28:50 nort Doc $"

Definition at line 4 of file ll_of_str.c.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines