Home
last modified time | relevance | path

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

/dports/lang/fth/fth-1.4.1/src/
H A Dhook.c180 return ((FTH)simple_array_ref(FTH_HOOK_DATA(self), FIX_TO_INT32(idx))); in hk_ref()
315 req = FIX_TO_INT32(fth_array_fast_ref(arity, 0L)); in ficl_create_hook()
316 opt = FIX_TO_INT32(fth_array_fast_ref(arity, 1L)); in ficl_create_hook()
319 req = FIX_TO_INT32(arity); in ficl_create_hook()
349 req = FIX_TO_INT32(fth_array_fast_ref(arity, 0L)); in ficl_make_hook()
350 opt = FIX_TO_INT32(fth_array_fast_ref(arity, 1L)); in ficl_make_hook()
353 req = FIX_TO_INT32(arity); in ficl_make_hook()
H A Dmisc.c2354 tm.tm_sec = FIX_TO_INT32(el); in ficl_mktime()
2360 tm.tm_min = FIX_TO_INT32(el); in ficl_mktime()
2366 tm.tm_hour = FIX_TO_INT32(el); in ficl_mktime()
2372 tm.tm_mday = FIX_TO_INT32(el); in ficl_mktime()
2378 tm.tm_mon = FIX_TO_INT32(el); in ficl_mktime()
2384 tm.tm_year = FIX_TO_INT32(el); in ficl_mktime()
2390 tm.tm_wday = FIX_TO_INT32(el); in ficl_mktime()
2396 tm.tm_yday = FIX_TO_INT32(el); in ficl_mktime()
3165 optind = FIX_TO_INT32(fth_variable_ref("optind")); in ficl_getopt()
3245 FIX_TO_INT32(fth_array_fast_ref(opt, 1L)); in ficl_getopt_long()
[all …]
H A Dproc.c373 req = FIX_TO_INT32(fth_array_ref(arity, 0L)); in ficl_make_proc()
374 opt = FIX_TO_INT32(fth_array_ref(arity, 1L)); in ficl_make_proc()
377 req = FIX_TO_INT32(arity); in ficl_make_proc()
1697 return (FIX_TO_INT32(res)); in fth_get_optkey_fix()
H A Dobject.c1600 req = FIX_TO_INT32(fth_array_ref(arity, 0L)); in ficl_set_apply()
1601 opt = FIX_TO_INT32(fth_array_ref(arity, 1L)); in ficl_set_apply()
1604 req = FIX_TO_INT32(arity) + 1; in ficl_set_apply()
H A Dregexp.c208 flags = FIX_TO_INT32(fth_variable_ref("*re-syntax-options*")); in fth_make_regexp()
H A Dfth.h156 #define FIX_TO_INT32(Obj) (int)FIX_TO_INT(Obj) macro
H A Darray.c1560 return (FIX_TO_INT32(r)); in cmpit()
H A Dio.c1433 fam = FIX_TO_INT32(ffam); in ficl_io_reopen()