Searched refs:LVAL (Results 1 – 3 of 3) sorted by relevance
137 if (LVAL (*p)) in goom_set_list_param_value()138 LVAL (*p) = (char *) realloc (LVAL (*p), len + 1); in goom_set_list_param_value()140 LVAL (*p) = (char *) malloc (len + 1); in goom_set_list_param_value()141 memcpy (LVAL (*p), str, len + 1); in goom_set_list_param_value()
90 #define LVAL(p) ((p).param.slist.value) macro
70 #define LVAL 100 macro180 } while (maxsemvals[i] < LVAL); in dotest()