#include <pvar.h>

Data Fields | |
| struct _tr_param * | next |
| int | type |
| union { | |
| void * data | |
| int n | |
| str s | |
| } | v |
Definition at line 230 of file pvar.h.
| void* data |
Definition at line 235 of file pvar.h.
Referenced by tr_param_free(), tr_txt_eval_re(), and tr_txt_parse_re().
| int type |
| union { ... } v |
Referenced by tr_param_free(), tr_txt_eval_re(), and tr_txt_parse_re().
1.5.6