Home
last modified time | relevance | path

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

/dports/games/tads/tads-3.0.8/tads3/
H A Dvmtype.h470 opt_argc_ = 0; in CVmNativeCodeDesc()
479 opt_argc_ = opt_argc; in CVmNativeCodeDesc()
488 opt_argc_ = opt_argc; in CVmNativeCodeDesc()
502 && (varargs_ || argc <= min_argc_ + opt_argc_)); in args_ok()
509 int opt_argc_; variable
H A Dvmobj.cpp849 opt_args = val.val.native_desc->opt_argc_; in getp_get_prop_params()