Home
last modified time | relevance | path

Searched defs:rule (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlemon.c154 struct rule *rule; /* Linked list of rules of this (if an NT) */ member
177 struct rule { struct
178 struct symbol *lhs; /* Left-hand side of the rule */ argument
180 int ruleline; /* Line number for the rule */ argument
185 char *code; /* The code executed when this rule is reduced */ argument
186 struct symbol *precsym; /* Precedence symbol for this rule */ argument
187 int index; /* An index number for this rule */ argument
188 Boolean canReduce; /* True if this rule is ever reduced */ argument
189 struct rule *nextlhs; /* Next rule with the same LHS */ argument
190 struct rule *next; /* Next rule in the global list */ argument
[all …]
H A Dmod_rewrite.c370 rewrite_rule *rule = kvb->ptr[i]; in process_rewrite_rules() local