node Struct Reference

#include <awk.h>

Collaboration diagram for node:

Collaboration graph
[legend]

Data Fields

int n_type
noden_next
noden_arg [1]
union {
   char *   n_str
   struct {
      long   n_val
      int   n_sign
   }   n_int
   exec *   n_exec
   struct {
      node *   n_left
      node *   n_right
   }   n_opnd
n_info
char name [NAMELEN]
int isdir
int pathtablerecord
nodefirstchild
nodenextchild
u_int32_t startsector
u_int32_t bytesize

Detailed Description

Definition at line 141 of file awk.h.


Field Documentation

u_int32_t node::bytesize
 

Definition at line 159 of file writeisofs.c.

struct node* node::firstchild
 

Definition at line 156 of file writeisofs.c.

Referenced by maketree().

int node::isdir
 

Definition at line 154 of file writeisofs.c.

Referenced by maketree().

struct node* node::n_arg[1]
 

Definition at line 144 of file awk.h.

struct exec* node::n_exec
 

Definition at line 88 of file find.c.

union { ... } node::n_info
 

struct { ... } node::n_int
 

struct node* node::n_left
 

Definition at line 90 of file find.c.

struct node* node::n_next
 

Definition at line 143 of file awk.h.

Referenced by doprint(), doreturn(), and parse().

struct { ... } node::n_opnd
 

struct node * node::n_right
 

Definition at line 90 of file find.c.

int node::n_sign
 

Definition at line 86 of file find.c.

char* node::n_str
 

Definition at line 83 of file find.c.

int node::n_type
 

Definition at line 142 of file awk.h.

long node::n_val
 

Definition at line 85 of file find.c.

char node::name[NAMELEN]
 

Definition at line 153 of file writeisofs.c.

Referenced by cmpf().

struct node * node::nextchild
 

Definition at line 156 of file writeisofs.c.

int node::pathtablerecord
 

Definition at line 155 of file writeisofs.c.

u_int32_t node::startsector
 

Definition at line 159 of file writeisofs.c.

Referenced by maketree().


The documentation for this struct was generated from the following files:
Generated on Fri Apr 14 23:23:48 2006 for minix by  doxygen 1.4.6