Home
last modified time | relevance | path

Searched refs:pop_or_convert_from_string (Results 1 – 16 of 16) sorted by relevance

/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Deval.h153 struct value * pop_or_convert_from_string(struct value *);
H A Deval.c505 pop_or_convert_from_string(struct value *v) in pop_or_convert_from_string() function
H A Dstandard.c438 #define pop(x) pop_or_convert_from_string(x)
H A Dspecfun.c581 #define pop(x) pop_or_convert_from_string(x)
H A Dinternal.c408 #define pop(x) pop_or_convert_from_string(x)
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Deval.h153 struct value * pop_or_convert_from_string(struct value *);
H A Deval.c505 pop_or_convert_from_string(struct value *v) in pop_or_convert_from_string() function
H A Dstandard.c438 #define pop(x) pop_or_convert_from_string(x)
H A Dspecfun.c581 #define pop(x) pop_or_convert_from_string(x)
H A Dinternal.c408 #define pop(x) pop_or_convert_from_string(x)
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Deval.h151 struct value * pop_or_convert_from_string __PROTO((struct value *));
H A Deval.c512 pop_or_convert_from_string(struct value *v) in pop_or_convert_from_string() function
H A Dstandard.c281 #define pop(x) pop_or_convert_from_string(x)
H A Dspecfun.c561 #define pop(x) pop_or_convert_from_string(x)
H A Dinternal.c371 #define pop(x) pop_or_convert_from_string(x)
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/
H A DChangeLog6166 * src/eval.c (pop_or_convert_from_string): Some of the cases of bad
7498 src/eval.c (pop_or_convert_from_string eval_link_function):