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

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dvar.c14 } variable_t; typedef in typeref:struct:variable
16 static variable_t *vtop = NULL;
18 static variable_t *find_var __P((char *));
22 static variable_t *find_var(name)
25 variable_t *v;
39 variable_t *v;
145 variable_t *v;
167 v = (variable_t *)malloc(sizeof(*v));
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dexpand.c37 } variable_t; typedef in typeref:struct:variable
39 static variable_t expvars[32];
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h72 typedef token_t variable_t; typedef
186 variable_t num_base; /* current base */
206 variable_t state; /* compile or run? */
217 variable_t span;
221 variable_t output_column; /* output column# (#out) */
222 variable_t output_line; /* output line# (#line) */

Completed in 61 milliseconds