Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dexpr.c102 INTEGER, enumerator
137 if (INTEGER) /* otherwise xzalloc did it already */ in int_value()
138 v->type = INTEGER; in int_value()
169 if (v->type == INTEGER) in null()
179 if (v->type == INTEGER) { in tostring()
200 v->type = INTEGER; in toarith()
554 if (v->type == INTEGER) in expr_main()