Home
last modified time | relevance | path

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

/dports/math/R/R-4.1.2/src/main/
H A Dtimes.c139 SEXP attribute_hidden do_systime(SEXP call, SEXP op, SEXP args, SEXP env) in do_systime() function
H A Dnames.c833 {"Sys.time", do_systime, 0, 11, 0, {PP_FUNCALL, PREC_FN, 0}},
/dports/math/libRmath/R-4.1.1/src/main/
H A Dtimes.c139 SEXP attribute_hidden do_systime(SEXP call, SEXP op, SEXP args, SEXP env) in do_systime() function
H A Dnames.c833 {"Sys.time", do_systime, 0, 11, 0, {PP_FUNCALL, PREC_FN, 0}},
/dports/math/R/R-4.1.2/src/gnuwin32/
H A DRdll.hide1011 do_systime
/dports/math/libRmath/R-4.1.1/src/gnuwin32/
H A DRdll.hide1011 do_systime
/dports/japanese/gawk/gawk-3.0.6/
H A Dawk.h785 extern NODE *do_systime P((NODE *tree));
H A Dbuiltin.c1311 do_systime(tree) in do_systime() function
H A Dawk.y983 {"systime", Node_builtin, LEX_BUILTIN, GAWKX|A(0), do_systime},
H A Dawktab.c2481 {"systime", Node_builtin, LEX_BUILTIN, GAWKX|A(0), do_systime},
/dports/math/R/R-4.1.2/src/include/
H A DInternal.h426 SEXP do_systime(SEXP, SEXP, SEXP, SEXP);
/dports/math/libRmath/R-4.1.1/src/include/
H A DInternal.h426 SEXP do_systime(SEXP, SEXP, SEXP, SEXP);
/dports/lang/gawk/gawk-5.1.1/
H A Dawk.h1482 extern NODE *do_systime(int nargs);
H A Dbuiltin.c2082 do_systime(int nargs ATTRIBUTE_UNUSED) in do_systime() function
H A Dawkgram.y2342 {"systime", Op_builtin, LEX_BUILTIN, GAWKX|A(0), do_systime, 0},
H A Dawkgram.c4850 {"systime", Op_builtin, LEX_BUILTIN, GAWKX|A(0), do_systime, 0},
H A DChangeLog.05760 * builtin.c (do_systime, do_rand): Likewise.