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

/freebsd-9.3-release/contrib/libucl/include/
H A Ducl.h107 * For example, you can always convert #UCL_TIME to #UCL_FLOAT. Also you can convert #UCL_FLOAT to #UCL_INTEGER
118 UCL_TIME, /**< Time value (floating point number of seconds) */ enumerator in enum:ucl_type
618 case UCL_TIME:
659 case UCL_TIME:
/freebsd-9.3-release/contrib/libucl/src/
H A Ducl_emitter.c243 case UCL_TIME:
439 case UCL_TIME:
603 case UCL_TIME:
803 case UCL_TIME:
H A Ducl_parser.c781 obj->type = UCL_TIME;
/freebsd-9.3-release/contrib/libucl/utils/
H A Dobjdump.c81 else if (obj->type == UCL_TIME) {
82 printf ("%stype: UCL_TIME\n", pre);

Completed in 100 milliseconds