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

/macosx-10.9.5/vim-53/src/
H A Dif_python3.c735 OutputGetattro(PyObject *self, PyObject *nameobj) argument
738 if (PyUnicode_Check(nameobj))
739 name = _PyUnicode_AsString(nameobj);
744 return PyObject_GenericGetAttr(self, nameobj);
748 OutputSetattro(PyObject *self, PyObject *nameobj, PyObject *val) argument
751 if (PyUnicode_Check(nameobj))
752 name = _PyUnicode_AsString(nameobj);
896 BufferGetattro(PyObject *self, PyObject*nameobj)
901 if (PyUnicode_Check(nameobj))
902 name = _PyUnicode_AsString(nameobj);
1031 RangeGetattro(PyObject *self, PyObject *nameobj) argument
1158 WindowGetattro(PyObject *self, PyObject *nameobj) argument
1191 WindowSetattro(PyObject *self, PyObject *nameobj, PyObject *val) argument
1238 CurrentGetattro(PyObject *self UNUSED, PyObject *nameobj) argument
1262 CurrentSetattro(PyObject *self UNUSED, PyObject *nameobj, PyObject *value) argument
[all...]
/macosx-10.9.5/swig-10/Source/Swig/
H A Dnaming.c999 * Add nameobj (rename/namewarn)
1025 static void Swig_name_object_attach_keys(const char *keys[], Hash *nameobj) { argument
1026 Node *kw = nextSibling(nameobj);
1061 Setattr(nameobj, *rkey, Getattr(kw, "value"));
1070 Setattr(nameobj, "matchlist", matchlist);
1075 void Swig_name_nameobj_add(Hash *name_hash, List *name_list, String *prefix, String *name, SwigType *decl, Hash *nameobj) { argument
1078 String *target_fmt = Getattr(nameobj, "targetfmt");
1087 if (!nname || !Len(nname) || Getattr(nameobj, "fullname") || /* any of these options trigger a 'list' nameobj */
1088 Getattr(nameobj, "sourcefm
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/isccfg/
H A Daclconf.c128 convert_named_acl(const cfg_obj_t *nameobj, const cfg_obj_t *cctx, argument
137 const char *aclname = cfg_obj_asstring(nameobj);
146 cfg_obj_log(nameobj, lctx, ISC_LOG_ERROR,
157 cfg_obj_log(nameobj, lctx, ISC_LOG_WARNING,
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dserver.c412 const cfg_obj_t *nameobj; local
448 nameobj = cfg_listelt_value(element);
449 str = cfg_obj_asstring(nameobj);
462 cfg_obj_log(nameobj, ns_g_lctx, ISC_LOG_ERROR,

Completed in 142 milliseconds