Home
last modified time | relevance | path

Searched refs:RC_STMT (Results 1 – 4 of 4) sorted by relevance

/dports/mail/anubis/anubis-4.2/src/
H A Drcfile.h23 typedef struct rc_stmt RC_STMT; typedef
61 RC_STMT *stmt; /* List of parsed statements */
125 RC_STMT *iftrue; /* Branch to follow when the condition is true */
126 RC_STMT *iffalse; /* Branch to follow when the condition is false */
132 RC_STMT *stmt; /* Body of the rule */
156 RC_STMT *next; /* Link to the next statement */
H A Drc-gram.h102 RC_STMT *stmt;
105 RC_STMT *head;
106 RC_STMT *tail;
H A Drc-gram.y48 static void rc_stmt_destroy (RC_STMT *);
49 static void rc_stmt_list_destroy (RC_STMT *);
50 static void rc_stmt_print (RC_STMT *, int);
107 RC_STMT *stmt;
110 RC_STMT *head;
111 RC_STMT *tail;
1138 RC_STMT *
1141 RC_STMT *p = xmalloc (sizeof (*p));
1149 rc_stmt_destroy (RC_STMT *stmt)
1173 rc_stmt_list_destroy (RC_STMT *stmt)
[all …]
H A Drc-gram.c117 static void rc_stmt_destroy (RC_STMT *);
119 static void rc_stmt_print (RC_STMT *, int);
267 RC_STMT *stmt;
270 RC_STMT *head;
271 RC_STMT *tail;
3138 RC_STMT *
3141 RC_STMT *p = xmalloc (sizeof (*p)); in rc_stmt_create()
3149 rc_stmt_destroy (RC_STMT *stmt) in rc_stmt_destroy()
3173 rc_stmt_list_destroy (RC_STMT *stmt) in rc_stmt_list_destroy()
3177 RC_STMT *next = stmt->next; in rc_stmt_list_destroy()
[all …]