Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dexpr.c114 typedef struct valinfo VALUE; typedef
127 static VALUE *eval(void);
132 static VALUE *int_value(arith_t i) in int_value()
134 VALUE *v; in int_value()
136 v = xzalloc(sizeof(VALUE)); in int_value()
145 static VALUE *str_value(const char *s) in str_value()
147 VALUE *v; in str_value()
149 v = xzalloc(sizeof(VALUE)); in str_value()
158 static void freev(VALUE *v) in freev()
167 static int null(VALUE *v) in null()
[all …]