Home | History | Annotate | Download | only in guile

Lines Matching defs:arg_pos

255 stscm_get_symtab_arg_unsafe (SCM self, int arg_pos, const char *func_name)
257 SCM_ASSERT_TYPE (stscm_is_symtab (self), self, arg_pos, func_name,
267 stscm_get_symtab_smob_arg_unsafe (SCM self, int arg_pos, const char *func_name)
269 SCM st_scm = stscm_get_symtab_arg_unsafe (self, arg_pos, func_name);
287 stscm_get_valid_symtab_smob_arg_unsafe (SCM self, int arg_pos,
291 = stscm_get_symtab_smob_arg_unsafe (self, arg_pos, func_name);
295 gdbscm_invalid_object_error (func_name, arg_pos, self,
467 stscm_get_sal_arg (SCM self, int arg_pos, const char *func_name)
469 SCM_ASSERT_TYPE (stscm_is_sal (self), self, arg_pos, func_name,
479 stscm_get_sal_smob_arg (SCM self, int arg_pos, const char *func_name)
481 SCM s_scm = stscm_get_sal_arg (self, arg_pos, func_name);
507 stscm_get_valid_sal_smob_arg (SCM self, int arg_pos, const char *func_name)
509 sal_smob *s_smob = stscm_get_sal_smob_arg (self, arg_pos, func_name);
513 gdbscm_invalid_object_error (func_name, arg_pos, self,