1: /* $Header: rule.h,v 1.1 85/05/02 08:01:11 nicklin Exp $ */
   2: 
   3: /*
   4:  * Rule definitions
   5:  *
   6:  * Author: Peter J. Nicklin
   7:  */
   8: 
   9: /*
  10:  * Rule table block struct
  11:  */
  12: typedef struct _ruleblk
  13:     {
  14:     char *r_rule;           /* pointer to rule string */
  15:     struct _ruleblk *r_next;    /* ptr to next rule list block */
  16:     } RULEBLK;

Defined struct's

_ruleblk defined in line 12; used 2 times
  • in line 15(2)

Defined typedef's

RULEBLK defined in line 16; used 5 times

Usage of this include

rule.h used 1 times
Last modified: 1985-07-03
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 609
Valid CSS Valid XHTML 1.0 Strict