Searched refs:variable_t (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/ipfilter/lib/
H A Dvar.c19 } variable_t; typedef in typeref:struct:variable
21 static variable_t *vtop = NULL;
23 static variable_t *find_var(char *);
27 static variable_t *find_var(name)
30 variable_t *v;
44 variable_t *v;
150 variable_t *v;
172 v = (variable_t *)malloc(sizeof(*v));

Completed in 60 milliseconds