Home
last modified time | relevance | path

Searched refs:RULE_BEGIN (Results 1 – 19 of 19) sorted by relevance

/dports/chinese/enscript/enscript-1.6.6/states/
H A Dprocess.c184 if (exp == RULE_BEGIN || exp == RULE_END)
307 if (r->car == RULE_BEGIN)
H A Ddefs.h112 #define RULE_BEGIN ((void *) 0) macro
H A Dgram.y89 staterule : tBEGIN '{' stmt_list '}' { $$ = cons (RULE_BEGIN, $3); }
H A Dgram.c1746 { (yyval.cons) = cons (RULE_BEGIN, (yyvsp[(3) - (4)].lst)); }
/dports/print/enscript-letterdj/enscript-1.6.6/states/
H A Dprocess.c184 if (exp == RULE_BEGIN || exp == RULE_END)
307 if (r->car == RULE_BEGIN)
H A Ddefs.h112 #define RULE_BEGIN ((void *) 0) macro
H A Dgram.y89 staterule : tBEGIN '{' stmt_list '}' { $$ = cons (RULE_BEGIN, $3); }
H A Dgram.c1746 { (yyval.cons) = cons (RULE_BEGIN, (yyvsp[(3) - (4)].lst)); }
/dports/print/enscript-letter/enscript-1.6.6/states/
H A Dprocess.c184 if (exp == RULE_BEGIN || exp == RULE_END)
307 if (r->car == RULE_BEGIN)
H A Ddefs.h112 #define RULE_BEGIN ((void *) 0) macro
H A Dgram.y89 staterule : tBEGIN '{' stmt_list '}' { $$ = cons (RULE_BEGIN, $3); }
H A Dgram.c1746 { (yyval.cons) = cons (RULE_BEGIN, (yyvsp[(3) - (4)].lst)); }
/dports/print/enscript-a4/enscript-1.6.6/states/
H A Dprocess.c184 if (exp == RULE_BEGIN || exp == RULE_END)
307 if (r->car == RULE_BEGIN)
H A Ddefs.h112 #define RULE_BEGIN ((void *) 0) macro
H A Dgram.y89 staterule : tBEGIN '{' stmt_list '}' { $$ = cons (RULE_BEGIN, $3); }
H A Dgram.c1746 { (yyval.cons) = cons (RULE_BEGIN, (yyvsp[(3) - (4)].lst)); }
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/shared/
H A Dread-alert.c19 #define RULE_BEGIN "Rule: " macro
327 if (strncmp(RULE_BEGIN, str, RULE_BEGIN_SZ) == 0) { in GetAlertData()
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/shared/
H A Dread-alert.c19 #define RULE_BEGIN "Rule: " macro
327 if (strncmp(RULE_BEGIN, str, RULE_BEGIN_SZ) == 0) { in GetAlertData()
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/shared/
H A Dread-alert.c19 #define RULE_BEGIN "Rule: " macro
327 if (strncmp(RULE_BEGIN, str, RULE_BEGIN_SZ) == 0) { in GetAlertData()