Searched refs:UCL_INT (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/libucl/include/
H A Ducl.h114 UCL_INT, /**< Integer number */ enumerator in enum:ucl_type
300 obj->type = UCL_INT;
614 case UCL_INT:
655 case UCL_INT:
/freebsd-9.3-release/contrib/libucl/src/
H A Ducl_emitter.c236 case UCL_INT:
432 case UCL_INT:
596 case UCL_INT:
799 case UCL_INT:
H A Ducl_parser.c786 obj->type = UCL_INT;
/freebsd-9.3-release/contrib/libucl/utils/
H A Dobjdump.c65 else if (obj->type == UCL_INT) {
66 printf ("%stype: UCL_INT\n", pre);

Completed in 202 milliseconds