Searched +defs:name +defs:pos (Results 251 - 274 of 274) sorted by relevance

<<11

/macosx-10.10.1/vim-55/src/
H A Dex_docmd.c3015 char *name; member in struct:cmdmod
3939 pos_T pos; local
4232 char_u *pos; local
5267 char *name; member in struct:__anon13984
5587 char_u *name; local
9058 pos_T pos; local
10698 char_u *name; local
[all...]
H A Dfileio.c389 pos_T pos; local
5979 char *name = NULL; local
7662 char *name; /* event name */ member in struct:event_name
9544 char_u *name; local
[all...]
H A Dsyntax.c1854 lpos_T pos; local
2870 lpos_T pos; local
3871 char *name; member in struct:name_list
4434 char *name; member in struct:flag
5364 char_u *name; local
5388 char_u *name; local
5804 char_u *name; local
6116 char *name; /* subcommand name */ member in struct:subcommand
8613 static char_u name[20]; local
8891 char_u *name; local
8915 char_u *name; local
[all...]
H A Dgui_mac.c481 CFStringRef name; local
3547 gui_mch_get_font(char_u *name, int giveErrorIfMissing) argument
3556 EMSG2(_(e_font), name); local
3572 gui_mch_get_fontname(GuiFont font, char_u *name) argument
3733 gui_mch_get_color(char_u *name) argument
3742 char *name; member in struct:guicolor_tTable
3851 int pos; local
4267 gui_mch_haskey(char_u *name) argument
4840 CFStringRef name; local
4842 char_u *name; local
4947 CFStringRef name; local
5597 char_u name[256]; local
[all...]
H A Deval.c2191 char_u *name; local
2303 char_u *name; local
2567 EMSG2(_(e_invarg2), name); local
3331 char_u *name; local
5523 char_u *name; local
7593 char_u *name; local
7950 char_u *name; local
7982 char_u *name; local
8186 char_u *name; local
8808 char_u *name = tv->vval.v_string; local
8872 char_u *name; local
9102 pos_T pos; local
9478 pos_T pos; local
9754 char_u *name; local
11071 char_u *name = NULL; local
11712 char_u *name; local
12306 char_u *name; local
13252 pos_T pos; local
15148 pos_T pos; local
15283 char_u *name; local
15436 pos_T pos; local
15719 int pos = (int)get_tv_number(&argvars[0]) - 1; local
15918 pos_T pos; local
15920 char_u *name; local
16769 char_u *pos; local
18270 char_u *name; local
18271 static pos_T pos; local
19013 EMSG2(_(e_undefvar), name); local
19738 EMSG2(_(e_illvar), name); local
19822 EMSG2(_(e_illvar), name); local
19869 EMSG2(_(e_readonlyvar), name); local
19874 EMSG2(_(e_readonlysbx), name); local
20308 char_u *name = NULL; local
20953 char_u *name = NULL; local
21610 char_u *name; local
21756 char_u *name; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Dnewsticker.el[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dkeyboard.c751 Lisp_Object name = SYMBOL_NAME (c); local
5514 Lisp_Object pos, string; local
5989 char *name = find_user_signal_name (event->code); local
6081 Lisp_Object name; local
6494 char *name = x_get_keysym_name (symbol_num); local
6601 Lisp_Object name = SYMBOL_NAME (symbol); local
7065 char *name; member in struct:user_signal_info
8222 register Lisp_Object name = Qnil; local
8322 register Lisp_Object name; local
9300 Lisp_Object map_here, start, pos; local
9363 Lisp_Object pos, map, map2; local
9391 Lisp_Object pos, map, map2; local
10940 Lisp_Object pos, window; variable
11111 char *name; member in struct:event_head
[all...]
H A Dxdisp.c740 /* The name of the property. */ member in struct:props
1456 struct text_pos pos; local
1474 struct text_pos pos; local
3237 Lisp_Object prop, pos; local
3454 struct text_pos pos; local
3626 Lisp_Object pos, prop, overlay; local
4433 Lisp_Object limit, prop, pos; local
4480 int pos, pos_byte, end; local
5117 Lisp_Object pos; local
5188 int pos; local
7088 struct position pos; local
7844 char name[30]; local
11887 int pos; local
11941 int pos; local
12172 struct text_pos pos; local
12408 struct text_pos pos, start_pos; local
17929 int pos = marker_position (w->start); local
22461 Lisp_Object pos, help; local
22783 int hpos, vpos, pos, i, dx, dy, area; local
23133 int pos = string_buffer_position (w, object, start); local
23188 int pos = string_buffer_position (w, object, start); local
[all...]
/macosx-10.10.1/libxml2-26/libxml2/
H A Dxpath.c1254 const xmlChar *name = op->value5; local
1325 const xmlChar *name = op->value4; local
1336 const xmlChar *name local
4230 xmlXPathNodeSetClearFromPos(xmlNodeSetPtr set, int pos, int hasNsNodes) argument
4840 xmlXPathRegisterFunc(xmlXPathContextPtr ctxt, const xmlChar *name, xmlXPathFunction f) argument
4857 xmlXPathRegisterFuncNS(xmlXPathContextPtr ctxt, const xmlChar *name, const xmlChar *ns_uri, xmlXPathFunction f) argument
4902 xmlXPathFunctionLookup(xmlXPathContextPtr ctxt, const xmlChar *name) argument
4930 xmlXPathFunctionLookupNS(xmlXPathContextPtr ctxt, const xmlChar *name, const xmlChar *ns_uri) argument
4988 xmlXPathRegisterVariable(xmlXPathContextPtr ctxt, const xmlChar *name, xmlXPathObjectPtr value) argument
5006 xmlXPathRegisterVariableNS(xmlXPathContextPtr ctxt, const xmlChar *name, const xmlChar *ns_uri, xmlXPathObjectPtr value) argument
5054 xmlXPathVariableLookup(xmlXPathContextPtr ctxt, const xmlChar *name) argument
5080 xmlXPathVariableLookupNS(xmlXPathContextPtr ctxt, const xmlChar *name, const xmlChar *ns_uri) argument
10367 xmlChar *name; local
10402 xmlXPathIsNodeType(const xmlChar *name) argument
10429 xmlChar *name; local
10624 xmlChar *name = NULL; /* we may have to preparse a name to find out */ local
11113 xmlXPathCompNodeTest(xmlXPathParserContextPtr ctxt, xmlXPathTestVal *test, xmlXPathTypeVal *type, const xmlChar **prefix, xmlChar *name) argument
11248 xmlXPathIsAxisName(const xmlChar *name) argument
11344 xmlChar *name = NULL; local
11850 int i, pos = 0, newContextSize = 0, contextPos = 0, res; local
12103 const xmlChar *name = op->value5; local
12127 int hasPredicateRange, hasAxisRange, pos, size, newSize; local
[all...]
H A Dxmlschemas.c544 const xmlChar *name; member in struct:_xmlSchemaAttributeUseProhib
648 const xmlChar *name; member in struct:_xmlSchemaQNameRef
704 const xmlChar *name; member in struct:_xmlSchemaModelGroupDef
741 const xmlChar *name; member in struct:_xmlSchemaIDC
2773 xmlSchemaPMissingAttrErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr ownerItem, xmlNodePtr ownerElem, const char *name, const char *message) argument
2810 xmlSchemaPResCompAttrErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr ownerItem, xmlNodePtr ownerElem, const char *name, const xmlChar *refName, const xmlChar *refURI, xmlSchemaTypeType refType, const char *refTypeStr) argument
4362 const xmlChar *name, *tns; local
4624 xmlSchemaGetPropNode(xmlNodePtr node, const char *name) argument
4651 xmlSchemaGetPropNodeNs(xmlNodePtr node, const char *uri, const char *name) argument
4699 xmlSchemaGetProp(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, const char *name) argument
4747 xmlSchemaGetElem(xmlSchemaPtr schema, const xmlChar * name, const xmlChar * nsName) argument
4781 xmlSchemaGetType(xmlSchemaPtr schema, const xmlChar * name, const xmlChar * nsName) argument
4828 xmlSchemaGetAttributeDecl(xmlSchemaPtr schema, const xmlChar * name, const xmlChar * nsName) argument
4862 xmlSchemaGetAttributeGroup(xmlSchemaPtr schema, const xmlChar * name, const xmlChar * nsName) argument
4902 xmlSchemaGetGroup(xmlSchemaPtr schema, const xmlChar * name, const xmlChar * nsName) argument
4927 xmlSchemaGetNotation(xmlSchemaPtr schema, const xmlChar *name, const xmlChar *nsName) argument
4943 xmlSchemaGetIDC(xmlSchemaPtr schema, const xmlChar *name, const xmlChar *nsName) argument
4969 xmlSchemaGetNamedComponent(xmlSchemaPtr schema, xmlSchemaTypeType itemType, const xmlChar *name, const xmlChar *targetNs) argument
5033 xmlSchemaFindRedefCompInGraph(xmlSchemaBucketPtr bucket, xmlSchemaTypeType type, const xmlChar *name, const xmlChar *nsName) argument
5125 xmlSchemaAddNotation(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, const xmlChar *name, const xmlChar *nsName, xmlNodePtr node ATTRIBUTE_UNUSED) argument
5162 xmlSchemaAddAttribute(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, const xmlChar * name, const xmlChar * nsName, xmlNodePtr node, int topLevel) argument
5273 xmlSchemaAddAttributeGroupDefinition(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *nsName, xmlNodePtr node) argument
5325 xmlSchemaAddElement(xmlSchemaParserCtxtPtr ctxt, const xmlChar * name, const xmlChar * nsName, xmlNodePtr node, int topLevel) argument
5366 xmlSchemaAddType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlSchemaTypeType type, const xmlChar * name, const xmlChar * nsName, xmlNodePtr node, int topLevel) argument
5551 xmlSchemaAddModelGroupDefinition(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, const xmlChar *name, const xmlChar *nsName, xmlNodePtr node) argument
5613 xmlSchemaAddIDC(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, const xmlChar *name, const xmlChar *nsName, int category, xmlNodePtr node) argument
5900 xmlSchemaPValAttrQName(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlSchemaBasicItemPtr ownerItem, xmlNodePtr ownerElem, const char *name, const xmlChar **uri, const xmlChar **local) argument
5990 xmlSchemaPValAttrID(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr ownerElem, const xmlChar *name) argument
6179 xmlGetBooleanProp(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, const char *name, int def) argument
6374 xmlSchemaPValAttr(xmlSchemaParserCtxtPtr ctxt, xmlSchemaBasicItemPtr ownerItem, xmlNodePtr ownerElem, const char *name, xmlSchemaTypePtr type, const xmlChar **value) argument
6985 const xmlChar *name; local
7106 const xmlChar *attrValue, *name = NULL, *ns = NULL; local
7780 const xmlChar *name; local
8313 const xmlChar *name = NULL; local
8591 const xmlChar *ns = NULL, *fixed, *name, *attrValue; local
9455 const xmlChar *name; local
12106 const xmlChar *name = NULL; local
13302 const xmlChar *name, *nsName; local
18840 const xmlChar *name = typeDecl->name; local
20707 const xmlChar *name; local
22769 int pos, idx; local
22918 int pos, i, j, nbKeys; local
28222 internalSubsetSplit(void *ctx, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID) argument
28263 externalSubsetSplit(void *ctx, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID) argument
28285 getEntitySplit(void *ctx, const xmlChar *name) argument
28295 getParameterEntitySplit(void *ctx, const xmlChar *name) argument
28306 entityDeclSplit(void *ctx, const xmlChar *name, int type, const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) argument
28317 attributeDeclSplit(void *ctx, const xmlChar * elem, const xmlChar * name, int type, int def, const xmlChar * defaultValue, xmlEnumerationPtr tree) argument
28332 elementDeclSplit(void *ctx, const xmlChar *name, int type, xmlElementContentPtr content) argument
28342 notationDeclSplit(void *ctx, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId) argument
28353 unparsedEntityDeclSplit(void *ctx, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId, const xmlChar *notationName) argument
28482 referenceSplit(void *ctx, const xmlChar *name) argument
[all...]
H A Dtestapi.c98 xmlChar name[20]; local
1427 xmlChar * name; /* The tag name */ local
1984 xmlChar * name; /* the entity name */ local
2127 xmlChar * name; /* an attribute name */ local
3107 xmlChar * name; /* the name of the attribute to check */ local
3986 xmlChar * name; /* the element name */ local
4069 xmlChar * name; /* The element name */ local
4159 xmlChar * name; /* the entity name */ local
4224 xmlChar * name; /* the root element name */ local
4308 xmlChar * name; /* The entity name */ local
4379 xmlChar * name; /* The entity name */ local
4697 xmlChar * name; /* the root element name */ local
4780 xmlChar * name; /* The name of the notation */ local
4875 xmlChar * name; /* The entity name */ local
5166 xmlChar * name; /* The name of the entity */ local
8212 xmlChar * name; /* the name of the userdata */ local
8268 xmlChar * name; /* the name of the userdata */ local
8355 xmlChar * name; /* the name */ local
8628 char * name; /* the encoding name as parsed, in UTF-8 format (ASCII actually) */ local
9053 char * name; /* the encoding name as parsed, in UTF-8 format (ASCII actually) */ local
9153 xmlChar * name; /* the entity name */ local
9220 xmlChar * name; /* the entity name */ local
9504 xmlChar * name; /* the entity name */ local
9543 xmlChar * name; /* the entity name */ local
9582 xmlChar * name; /* the entity name */ local
9619 xmlChar * name; /* the entity name */ local
9680 xmlChar * name; /* the entity name */ local
9772 xmlChar * name; /* the name of the userdata */ local
9818 xmlChar * name; /* the name of the userdata */ local
9871 xmlChar * name; /* the name of the userdata */ local
9961 xmlChar * name; /* the name of the userdata */ local
10000 xmlChar * name; /* the name of the userdata */ local
10046 xmlChar * name; /* the name of the userdata */ local
10101 xmlChar * name; /* the name of the userdata */ local
10147 xmlChar * name; /* the name of the userdata */ local
10207 xmlChar * name; /* the name of the userdata */ local
10279 xmlChar * name; /* the name of the userdata */ local
10325 xmlChar * name; /* the name of the userdata */ local
10378 xmlChar * name; /* the name of the userdata */ local
10510 xmlChar * name; /* the name of the userdata */ local
10563 xmlChar * name; /* the name of the userdata */ local
10623 xmlChar * name; /* the name of the userdata */ local
13085 char * name; /* the feature name */ local
15229 char * name; /* the feature name */ local
16412 xmlChar * name; /* an XML parser context */ local
17055 xmlChar * name; /* the current name */ local
17103 xmlChar * name; /* the current name */ local
17151 xmlChar * name; /* the current name */ local
19556 xmlChar * name; /* the DTD name */ local
20592 xmlChar * name; /* the attribute name */ local
20675 xmlChar * name; /* the attribute name */ local
20721 xmlChar * name; /* the attribute name */ local
20760 xmlChar * name; /* the attribute name */ local
20806 xmlChar * name; /* the attribute name */ local
20996 xmlChar * name; /* the char ref string, starting with # or "&# ... ;" */ local
21039 xmlChar * name; /* the name of the child */ local
21231 xmlChar * name; /* the node name */ local
21284 xmlChar * name; /* the node name */ local
21335 xmlChar * name; /* the processing instruction name */ local
21381 xmlChar * name; /* the name of the attribute */ local
21431 xmlChar * name; /* the node name */ local
21569 xmlChar * name; /* the DTD name */ local
21622 xmlChar * name; /* the node name */ local
21661 xmlChar * name; /* the node name */ local
21749 xmlChar * name; /* the name of the attribute */ local
21802 xmlChar * name; /* the name of the attribute */ local
21851 xmlChar * name; /* the processing instruction name */ local
21894 xmlChar * name; /* the name of the attribute */ local
21942 xmlChar * name; /* the reference name, or the reference string with & and ; */ local
22017 xmlChar * name; /* the name of the child */ local
22814 xmlChar * name; /* the new tag name */ local
23576 xmlChar * name; /* the attribute name */ local
23629 xmlChar * name; /* the attribute name (a QName) */ local
23674 xmlChar * name; /* the full QName */ local
23713 xmlChar * name; /* the full QName */ local
23930 xmlChar * name; /* the attribute name */ local
23976 xmlChar * name; /* the attribute name */ local
24775 xmlChar * name; /* the attribute name */ local
24861 xmlChar * name; /* the entity name */ local
25348 xmlChar * name; /* the attribute name */ local
25392 xmlChar * name; /* the element name */ local
25443 xmlChar * name; /* the attribute name */ local
25494 xmlChar * name; /* the element name */ local
25635 xmlChar * name; /* the element name */ local
25720 xmlChar * name; /* the subelement name or NULL */ local
25765 xmlChar * name; /* the subelement name or NULL */ local
26039 xmlChar * name; /* the attribute name */ local
26220 xmlChar * name; /* the attribute name */ local
29923 char * name; /* the name of the symbol */ local
31104 xmlChar * name; /* the qualified name of the attribute. */ local
31790 xmlChar * name; /* the qualified name of the attribute. */ local
35001 xmlChar * name; /* the optional name of the type */ local
35399 xmlChar * name; /* the type name */ local
36437 xmlChar * name; /* the localname of the QName */ local
37156 int pos; /* the position of the desired UTF8 char (in chars) */ local
43891 xmlChar * name; /* element name */ local
43934 xmlChar * name; /* element local name */ local
44055 xmlChar * name; /* the name of the DTD */ local
44110 xmlChar * name; /* the name of the DTD ATTLIST */ local
44151 xmlChar * name; /* the name of the DTD element */ local
44194 xmlChar * name; /* the name of the DTD ATTLIST */ local
44295 xmlChar * name; /* element name */ local
44338 xmlChar * name; /* element local name */ local
44432 xmlChar * name; /* attribute name */ local
44482 xmlChar * name; /* attribute local name */ local
44734 xmlChar * name; /* the name of the DTD */ local
44796 xmlChar * name; /* the name of the DTD ATTLIST */ local
44844 xmlChar * name; /* the name of the DTD element */ local
44894 xmlChar * name; /* the name of the DTD entity */ local
44970 xmlChar * name; /* the name of the DTD entity */ local
45094 xmlChar * name; /* the name of the DTD entity */ local
45147 xmlChar * name; /* the name of the xml notation */ local
45202 xmlChar * name; /* element name */ local
45252 xmlChar * name; /* element local name */ local
48055 xmlChar * name; /* a name string */ local
50205 xmlChar * name; /* the variable name */ local
50263 xmlChar * name; /* the variable name */ local
51016 xmlChar * name; /* the variable name */ local
51057 xmlChar * name; /* the variable name */ local
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxpath.c1173 const xmlChar *name = op->value5; local
1244 const xmlChar *name = op->value4; local
1255 const xmlChar *name local
4126 xmlXPathNodeSetClearFromPos(xmlNodeSetPtr set, int pos, int hasNsNodes) argument
4726 xmlXPathRegisterFunc(xmlXPathContextPtr ctxt, const xmlChar *name, xmlXPathFunction f) argument
4743 xmlXPathRegisterFuncNS(xmlXPathContextPtr ctxt, const xmlChar *name, const xmlChar *ns_uri, xmlXPathFunction f) argument
4788 xmlXPathFunctionLookup(xmlXPathContextPtr ctxt, const xmlChar *name) argument
4816 xmlXPathFunctionLookupNS(xmlXPathContextPtr ctxt, const xmlChar *name, const xmlChar *ns_uri) argument
4874 xmlXPathRegisterVariable(xmlXPathContextPtr ctxt, const xmlChar *name, xmlXPathObjectPtr value) argument
4892 xmlXPathRegisterVariableNS(xmlXPathContextPtr ctxt, const xmlChar *name, const xmlChar *ns_uri, xmlXPathObjectPtr value) argument
4940 xmlXPathVariableLookup(xmlXPathContextPtr ctxt, const xmlChar *name) argument
4966 xmlXPathVariableLookupNS(xmlXPathContextPtr ctxt, const xmlChar *name, const xmlChar *ns_uri) argument
10210 xmlChar *name; local
10245 xmlXPathIsNodeType(const xmlChar *name) argument
10272 xmlChar *name; local
10467 xmlChar *name = NULL; /* we may have to preparse a name to find out */ local
10956 xmlXPathCompNodeTest(xmlXPathParserContextPtr ctxt, xmlXPathTestVal *test, xmlXPathTypeVal *type, const xmlChar **prefix, xmlChar *name) argument
11091 xmlXPathIsAxisName(const xmlChar *name) argument
11187 xmlChar *name = NULL; local
11686 int i, pos = 0, newContextSize = 0, contextPos = 0, res; local
11922 const xmlChar *name = op->value5; local
11948 int hasPredicateRange, hasAxisRange, pos, size, newSize; local
[all...]
H A Dxmlschemas.c544 const xmlChar *name; member in struct:_xmlSchemaAttributeUseProhib
648 const xmlChar *name; member in struct:_xmlSchemaQNameRef
704 const xmlChar *name; member in struct:_xmlSchemaModelGroupDef
741 const xmlChar *name; member in struct:_xmlSchemaIDC
2754 xmlSchemaPMissingAttrErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr ownerItem, xmlNodePtr ownerElem, const char *name, const char *message) argument
2791 xmlSchemaPResCompAttrErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr ownerItem, xmlNodePtr ownerElem, const char *name, const xmlChar *refName, const xmlChar *refURI, xmlSchemaTypeType refType, const char *refTypeStr) argument
4343 const xmlChar *name, *tns; local
4605 xmlSchemaGetPropNode(xmlNodePtr node, const char *name) argument
4632 xmlSchemaGetPropNodeNs(xmlNodePtr node, const char *uri, const char *name) argument
4680 xmlSchemaGetProp(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, const char *name) argument
4728 xmlSchemaGetElem(xmlSchemaPtr schema, const xmlChar * name, const xmlChar * nsName) argument
4762 xmlSchemaGetType(xmlSchemaPtr schema, const xmlChar * name, const xmlChar * nsName) argument
4809 xmlSchemaGetAttributeDecl(xmlSchemaPtr schema, const xmlChar * name, const xmlChar * nsName) argument
4843 xmlSchemaGetAttributeGroup(xmlSchemaPtr schema, const xmlChar * name, const xmlChar * nsName) argument
4883 xmlSchemaGetGroup(xmlSchemaPtr schema, const xmlChar * name, const xmlChar * nsName) argument
4908 xmlSchemaGetNotation(xmlSchemaPtr schema, const xmlChar *name, const xmlChar *nsName) argument
4924 xmlSchemaGetIDC(xmlSchemaPtr schema, const xmlChar *name, const xmlChar *nsName) argument
4950 xmlSchemaGetNamedComponent(xmlSchemaPtr schema, xmlSchemaTypeType itemType, const xmlChar *name, const xmlChar *targetNs) argument
5014 xmlSchemaFindRedefCompInGraph(xmlSchemaBucketPtr bucket, xmlSchemaTypeType type, const xmlChar *name, const xmlChar *nsName) argument
5106 xmlSchemaAddNotation(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, const xmlChar *name, const xmlChar *nsName, xmlNodePtr node ATTRIBUTE_UNUSED) argument
5143 xmlSchemaAddAttribute(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, const xmlChar * name, const xmlChar * nsName, xmlNodePtr node, int topLevel) argument
5254 xmlSchemaAddAttributeGroupDefinition(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *nsName, xmlNodePtr node) argument
5306 xmlSchemaAddElement(xmlSchemaParserCtxtPtr ctxt, const xmlChar * name, const xmlChar * nsName, xmlNodePtr node, int topLevel) argument
5347 xmlSchemaAddType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlSchemaTypeType type, const xmlChar * name, const xmlChar * nsName, xmlNodePtr node, int topLevel) argument
5532 xmlSchemaAddModelGroupDefinition(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, const xmlChar *name, const xmlChar *nsName, xmlNodePtr node) argument
5594 xmlSchemaAddIDC(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, const xmlChar *name, const xmlChar *nsName, int category, xmlNodePtr node) argument
5881 xmlSchemaPValAttrQName(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlSchemaBasicItemPtr ownerItem, xmlNodePtr ownerElem, const char *name, const xmlChar **uri, const xmlChar **local) argument
5971 xmlSchemaPValAttrID(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr ownerElem, const xmlChar *name) argument
6160 xmlGetBooleanProp(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, const char *name, int def) argument
6355 xmlSchemaPValAttr(xmlSchemaParserCtxtPtr ctxt, xmlSchemaBasicItemPtr ownerItem, xmlNodePtr ownerElem, const char *name, xmlSchemaTypePtr type, const xmlChar **value) argument
6966 const xmlChar *name; local
7087 const xmlChar *attrValue, *name = NULL, *ns = NULL; local
7761 const xmlChar *name; local
8294 const xmlChar *name = NULL; local
8572 const xmlChar *ns = NULL, *fixed, *name, *attrValue; local
9436 const xmlChar *name; local
12087 const xmlChar *name = NULL; local
13274 const xmlChar *name, *nsName; local
18811 const xmlChar *name = typeDecl->name; local
20678 const xmlChar *name; local
22740 int pos, idx; local
22889 int pos, i, j, nbKeys; local
28141 internalSubsetSplit(void *ctx, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID) argument
28182 externalSubsetSplit(void *ctx, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID) argument
28204 getEntitySplit(void *ctx, const xmlChar *name) argument
28214 getParameterEntitySplit(void *ctx, const xmlChar *name) argument
28225 entityDeclSplit(void *ctx, const xmlChar *name, int type, const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) argument
28236 attributeDeclSplit(void *ctx, const xmlChar * elem, const xmlChar * name, int type, int def, const xmlChar * defaultValue, xmlEnumerationPtr tree) argument
28251 elementDeclSplit(void *ctx, const xmlChar *name, int type, xmlElementContentPtr content) argument
28261 notationDeclSplit(void *ctx, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId) argument
28272 unparsedEntityDeclSplit(void *ctx, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId, const xmlChar *notationName) argument
28401 referenceSplit(void *ctx, const xmlChar *name) argument
[all...]
H A Dtestapi.c104 xmlChar name[20]; local
1431 xmlChar * name; /* The tag name */ local
1988 xmlChar * name; /* the entity name */ local
2131 xmlChar * name; /* an attribute name */ local
3111 xmlChar * name; /* the name of the attribute to check */ local
3990 xmlChar * name; /* the element name */ local
4073 xmlChar * name; /* The element name */ local
4163 xmlChar * name; /* the entity name */ local
4228 xmlChar * name; /* the root element name */ local
4312 xmlChar * name; /* The entity name */ local
4383 xmlChar * name; /* The entity name */ local
4701 xmlChar * name; /* the root element name */ local
4784 xmlChar * name; /* The name of the notation */ local
4879 xmlChar * name; /* The entity name */ local
5170 xmlChar * name; /* The name of the entity */ local
8216 xmlChar * name; /* the name of the userdata */ local
8262 xmlChar * name; /* the name of the userdata */ local
8349 xmlChar * name; /* the name */ local
8584 char * name; /* the encoding name as parsed, in UTF-8 format (ASCII actually) */ local
9009 char * name; /* the encoding name as parsed, in UTF-8 format (ASCII actually) */ local
9109 xmlChar * name; /* the entity name */ local
9176 xmlChar * name; /* the entity name */ local
9460 xmlChar * name; /* the entity name */ local
9499 xmlChar * name; /* the entity name */ local
9538 xmlChar * name; /* the entity name */ local
9575 xmlChar * name; /* the entity name */ local
9636 xmlChar * name; /* the entity name */ local
9728 xmlChar * name; /* the name of the userdata */ local
9774 xmlChar * name; /* the name of the userdata */ local
9827 xmlChar * name; /* the name of the userdata */ local
9917 xmlChar * name; /* the name of the userdata */ local
9956 xmlChar * name; /* the name of the userdata */ local
10002 xmlChar * name; /* the name of the userdata */ local
10057 xmlChar * name; /* the name of the userdata */ local
10103 xmlChar * name; /* the name of the userdata */ local
10163 xmlChar * name; /* the name of the userdata */ local
10235 xmlChar * name; /* the name of the userdata */ local
10281 xmlChar * name; /* the name of the userdata */ local
10334 xmlChar * name; /* the name of the userdata */ local
10466 xmlChar * name; /* the name of the userdata */ local
10519 xmlChar * name; /* the name of the userdata */ local
10579 xmlChar * name; /* the name of the userdata */ local
13096 char * name; /* the feature name */ local
15240 char * name; /* the feature name */ local
16423 xmlChar * name; /* an XML parser context */ local
17066 xmlChar * name; /* the current name */ local
17114 xmlChar * name; /* the current name */ local
17162 xmlChar * name; /* the current name */ local
19388 xmlChar * name; /* the DTD name */ local
20424 xmlChar * name; /* the attribute name */ local
20507 xmlChar * name; /* the attribute name */ local
20553 xmlChar * name; /* the attribute name */ local
20592 xmlChar * name; /* the attribute name */ local
20638 xmlChar * name; /* the attribute name */ local
20828 xmlChar * name; /* the char ref string, starting with # or "&# ... ;" */ local
20871 xmlChar * name; /* the name of the child */ local
21063 xmlChar * name; /* the node name */ local
21116 xmlChar * name; /* the node name */ local
21167 xmlChar * name; /* the processing instruction name */ local
21213 xmlChar * name; /* the name of the attribute */ local
21263 xmlChar * name; /* the node name */ local
21401 xmlChar * name; /* the DTD name */ local
21454 xmlChar * name; /* the node name */ local
21493 xmlChar * name; /* the node name */ local
21581 xmlChar * name; /* the name of the attribute */ local
21634 xmlChar * name; /* the name of the attribute */ local
21683 xmlChar * name; /* the processing instruction name */ local
21726 xmlChar * name; /* the name of the attribute */ local
21774 xmlChar * name; /* the reference name, or the reference string with & and ; */ local
21849 xmlChar * name; /* the name of the child */ local
22646 xmlChar * name; /* the new tag name */ local
23408 xmlChar * name; /* the attribute name */ local
23461 xmlChar * name; /* the attribute name (a QName) */ local
23506 xmlChar * name; /* the full QName */ local
23545 xmlChar * name; /* the full QName */ local
23762 xmlChar * name; /* the attribute name */ local
23808 xmlChar * name; /* the attribute name */ local
24600 xmlChar * name; /* the attribute name */ local
24686 xmlChar * name; /* the entity name */ local
25173 xmlChar * name; /* the attribute name */ local
25217 xmlChar * name; /* the element name */ local
25268 xmlChar * name; /* the attribute name */ local
25319 xmlChar * name; /* the element name */ local
25460 xmlChar * name; /* the element name */ local
25545 xmlChar * name; /* the subelement name or NULL */ local
25590 xmlChar * name; /* the subelement name or NULL */ local
25864 xmlChar * name; /* the attribute name */ local
26045 xmlChar * name; /* the attribute name */ local
29702 char * name; /* the name of the symbol */ local
30883 xmlChar * name; /* the qualified name of the attribute. */ local
31569 xmlChar * name; /* the qualified name of the attribute. */ local
34680 xmlChar * name; /* the optional name of the type */ local
35078 xmlChar * name; /* the type name */ local
36116 xmlChar * name; /* the localname of the QName */ local
36835 int pos; /* the position of the desired UTF8 char (in chars) */ local
43529 xmlChar * name; /* element name */ local
43572 xmlChar * name; /* element local name */ local
43693 xmlChar * name; /* the name of the DTD */ local
43748 xmlChar * name; /* the name of the DTD ATTLIST */ local
43789 xmlChar * name; /* the name of the DTD element */ local
43832 xmlChar * name; /* the name of the DTD ATTLIST */ local
43933 xmlChar * name; /* element name */ local
43976 xmlChar * name; /* element local name */ local
44070 xmlChar * name; /* attribute name */ local
44120 xmlChar * name; /* attribute local name */ local
44372 xmlChar * name; /* the name of the DTD */ local
44434 xmlChar * name; /* the name of the DTD ATTLIST */ local
44482 xmlChar * name; /* the name of the DTD element */ local
44532 xmlChar * name; /* the name of the DTD entity */ local
44608 xmlChar * name; /* the name of the DTD entity */ local
44732 xmlChar * name; /* the name of the DTD entity */ local
44785 xmlChar * name; /* the name of the xml notation */ local
44840 xmlChar * name; /* element name */ local
44890 xmlChar * name; /* element local name */ local
47601 xmlChar * name; /* a name string */ local
49745 xmlChar * name; /* the variable name */ local
49803 xmlChar * name; /* the variable name */ local
50556 xmlChar * name; /* the variable name */ local
50597 xmlChar * name; /* the variable name */ local
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dio.c454 off_t r, pos; local
1514 off_t pos; local
1527 off_t pos; local
1588 off_t pos; local
2071 off_t pos; local
2281 long pos; local
2894 long pos = 0; local
4465 off_t pos; local
4715 io_encname_bom_p(const char *name, long len) argument
4910 unsupported_encoding(const char *name) argument
6424 off_t pos = 0; local
6617 off_t pos; local
9748 off_t pos = offset ? *offset : lseek(in_fd, 0, SEEK_CUR); local
[all...]
H A Dparse.c185 int pos; member in struct:vtable
13021 parser_encode_length(struct parser_params *parser, const char *name, long len) argument
13041 parser_set_encode(struct parser_params *parser, const char *name) argument
13089 magic_comment_encoding(struct parser_params *parser, const char *name, const char *val) argument
13098 parser_set_token_info(struct parser_params *parser, const char *name, const char *val) argument
13120 const char *name; member in struct:magic_comment
13168 VALUE name = 0, val = 0; local
15122 is_private_local_id(ID name) argument
15135 shadowing_lvar_gen(struct parser_params *parser, ID name) argument
15159 new_bv_gen(struct parser_params *parser, ID name) argument
16282 reg_named_capture_assign_iter(const OnigUChar *name, const OnigUChar *name_end, int back_num, int *back_refs, OnigRegex regex, void *arg0) argument
16457 const char *name; member in struct:__anon12242
16593 rb_symname_p(const char *name) argument
16599 rb_enc_symname_p(const char *name, rb_encoding *enc) argument
16608 rb_enc_symname_type(const char *name, long len, rb_encoding *enc, unsigned int allowed_atttset) argument
16705 rb_enc_symname2_p(const char *name, long len, rb_encoding *enc) argument
16711 rb_str_symname_type(VALUE name, unsigned int allowed_atttset) argument
16721 register_symid(ID id, const char *name, long len, rb_encoding *enc) argument
16757 rb_intern3(const char *name, long len, rb_encoding *enc) argument
16781 const char *name, *m, *e; local
16892 rb_intern2(const char *name, long len) argument
16899 rb_intern(const char *name) argument
16925 char name[2]; local
17079 VALUE name = *namep; local
17126 const VALUE name = (VALUE)&fake_str; local
17150 rb_is_const_name(VALUE name) argument
17156 rb_is_class_name(VALUE name) argument
17162 rb_is_global_name(VALUE name) argument
17168 rb_is_instance_name(VALUE name) argument
17174 rb_is_attrset_name(VALUE name) argument
17180 rb_is_local_name(VALUE name) argument
17186 rb_is_method_name(VALUE name) argument
17196 rb_is_junk_name(VALUE name) argument
17586 const char *name; member in struct:kw_assoc
17655 const char *name; local
[all...]
/macosx-10.10.1/ruby-106/ruby/win32/
H A Dwin32.c480 struct {WCHAR name[6], eq, val[_MAX_PATH];} wk; member in struct:__anon12347
3246 SOCKADDR *name; member in struct:__anon12351
3523 rb_w32_gethostbyname(const char *name) argument
3541 rb_w32_gethostname(char *name, int len) argument
3559 rb_w32_getprotobyname(const char *name) argument
3595 rb_w32_getservbyname(const char *name, const char *proto) argument
3758 getnetbyname(const char *name) argument
4266 rb_w32_ugetenv(const char *name) argument
4304 rb_w32_getenv(const char *name) argument
4863 off_t pos; local
4886 off_t pos; local
5437 char name[] = "\\\\\\\\.\\\\pipe\\\\ruby0000000000000000-0000000000000000"; local
5667 COORD pos; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c1022 NewXOTclObjectObjName(register XOTclObject *obj, char *name, unsigned l) argument
1194 NameInNamespaceObj(Tcl_Interp *interp, char *name, Tcl_Namespace *ns) argument
1692 varResolver(Tcl_Interp *interp, CONST char *name, Tcl_Namespace *ns, int flags, Tcl_Var *varPtr) argument
1801 NSDeleteCmd(Tcl_Interp *interp, Tcl_Namespace *ns, char *name) argument
1851 Tcl_DString name; local
1895 NSRequireVariableOnObj(Tcl_Interp *interp, XOTclObject *obj, char *name, int flgs) argument
1998 NSGetFreshNamespace(Tcl_Interp *interp, ClientData cd, char *name) argument
2021 NSCheckColons(char *name, unsigned l) argument
2039 NSCheckForParent(Tcl_Interp *interp, char *name, unsigned l) argument
2099 NSFindCommand(Tcl_Interp *interp, char *name, Tcl_Namespace *ns) argument
2117 XOTclGetObject(Tcl_Interp *interp, char *name) argument
2125 XOTclpGetObject(Tcl_Interp *interp, char *name) argument
2146 XOTclGetClass(Tcl_Interp *interp, char *name) argument
2151 XOTclpGetClass(Tcl_Interp *interp, char *name) argument
2208 AutonameIncr(Tcl_Interp *interp, Tcl_Obj *name, XOTclObject *obj, int instanceOpt, int resetOpt) argument
2781 CmdListFindNameInList(Tcl_Interp *interp, char *name, XOTclCmdList *l) argument
2853 AssertionFindProcs(XOTclAssertionStore *aStore, char *name) argument
2862 AssertionRemoveProc(XOTclAssertionStore *aStore, char *name) argument
2878 AssertionAddProc(Tcl_Interp *interp, char *name, XOTclAssertionStore *aStore, Tcl_Obj *pre, Tcl_Obj *post) argument
3261 MixinAdd(Tcl_Interp *interp, XOTclCmdList **mixinList, Tcl_Obj *name) argument
3296 AppendMatchingElement(Tcl_Interp *interp, Tcl_Obj *name, char *pattern) argument
3951 MixinSearchMethodByName(Tcl_Interp *interp, XOTclCmdList *mixinList, char *name, XOTclClass **cl) argument
3980 FilterSearch(Tcl_Interp *interp, char *name, XOTclObject *startingObj, XOTclClass *startingCl, XOTclClass **cl) argument
4277 FilterAdd(Tcl_Interp *interp, XOTclCmdList **filterList, Tcl_Obj *name, XOTclObject *startingObj, XOTclClass *startingCl) argument
6526 FindProc(Tcl_Interp *interp, Tcl_HashTable *table, char *name) argument
6542 ListProcArgs(Tcl_Interp *interp, Tcl_HashTable *table, char *name) argument
6589 GetProcDefault(Tcl_Interp *interp, Tcl_HashTable *table, char *name, char *arg, Tcl_Obj **resultObj) argument
6639 ListProcDefault(Tcl_Interp *interp, Tcl_HashTable *table, char *name, char *arg, Tcl_Obj *var) argument
6696 ListProcBody(Tcl_Interp *interp, Tcl_HashTable *table, char *name) argument
7304 unsetInAllNamespaces(Tcl_Interp *interp, Namespace *nsPtr, CONST char *name) argument
7386 XOTclUnsetTrace(ClientData cd, Tcl_Interp *interp, CONST84 char *name, CONST84 char *name2, int flags) argument
7646 PrimitiveOInit(void *mem, Tcl_Interp *interp, char *name, XOTclClass *cl) argument
7678 PrimitiveOCreate(Tcl_Interp *interp, char *name, XOTclClass *cl) argument
7972 PrimitiveCInit(XOTclClass *cl, Tcl_Interp *interp, char *name) argument
7995 PrimitiveCCreate(Tcl_Interp *interp, char *name, XOTclClass *class) argument
8177 XOTclResolveCmd(Tcl_Interp *interp, char *name, Tcl_Namespace *contextNsPtr, int flags, Tcl_Command *rPtr) argument
8255 XOTclResolveVar(Tcl_Interp *interp, char *name, Tcl_Namespace *context, Tcl_ResolvedVarInfo *rPtr) argument
8835 char *argStr, *bdyStr, *name; local
8890 XOTclOSetInstVar(XOTcl_Object *obj, Tcl_Interp *interp, Tcl_Obj *name, Tcl_Obj *value, int flgs) argument
8896 XOTclOGetInstVar(XOTcl_Object *obj, Tcl_Interp *interp, Tcl_Obj *name, int flgs) argument
8901 XOTclUnsetInstVar(XOTcl_Object *obj, Tcl_Interp *interp, char *name, int flgs) argument
8906 XOTclCreateObject(Tcl_Interp *interp, Tcl_Obj *name, XOTcl_Class *cli) argument
8917 XOTclCreateClass(Tcl_Interp *interp, Tcl_Obj *name, XOTcl_Class *cli) argument
9126 XOTclInstVar(XOTcl_Object *obji, Tcl_Interp *interp, char *name, char *destName) argument
9192 setInstVar(Tcl_Interp *interp, XOTclObject *obj, Tcl_Obj *name, Tcl_Obj *value) argument
9355 long pos; local
9588 int pos = objvmap[j], i; local
11567 char *name = ObjStr(tcd->cmdName); local
11695 char *argStr, *bdyStr, *name; local
11850 char *newName, *oldName, *name; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c3798 int64_t pos = (int64_t)tupregs[2].dttk_value; local
7309 dtrace_register(const char *name, const dtrace_pattr_t *pap, uint32_t priv, cred_t *cr, const dtrace_pops_t *pops, void *arg, dtrace_provider_id_t *idp) argument
7694 dtrace_probe_create(dtrace_provider_id_t prov, const char *mod, const char *func, const char *name, int aframes, void *arg) argument
7796 dtrace_probe_lookup(dtrace_provider_id_t prid, const char *mod, const char *func, const char *name) argument
8183 dtrace_meta_register(const char *name, const dtrace_mops_t *mops, void *arg, dtrace_meta_provider_id_t *idp) argument
11649 dtrace_dof_property(const char *name) argument
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Didlwave.el7750 (defvar name) function
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dorg.el[all...]
/macosx-10.10.1/ruby-106/ruby/ext/ripper/
H A Dripper.c185 int pos; member in struct:vtable
13111 parser_encode_length(struct parser_params *parser, const char *name, long len) argument
13131 parser_set_encode(struct parser_params *parser, const char *name) argument
13179 magic_comment_encoding(struct parser_params *parser, const char *name, const char *val) argument
13188 parser_set_token_info(struct parser_params *parser, const char *name, const char *val) argument
13210 const char *name; member in struct:magic_comment
13258 VALUE name = 0, val = 0; local
15212 is_private_local_id(ID name) argument
15225 shadowing_lvar_gen(struct parser_params *parser, ID name) argument
15249 new_bv_gen(struct parser_params *parser, ID name) argument
16372 reg_named_capture_assign_iter(const OnigUChar *name, const OnigUChar *name_end, int back_num, int *back_refs, OnigRegex regex, void *arg0) argument
16547 const char *name; member in struct:__anon12153
16683 rb_symname_p(const char *name) argument
16689 rb_enc_symname_p(const char *name, rb_encoding *enc) argument
16698 rb_enc_symname_type(const char *name, long len, rb_encoding *enc, unsigned int allowed_atttset) argument
16795 rb_enc_symname2_p(const char *name, long len, rb_encoding *enc) argument
16801 rb_str_symname_type(VALUE name, unsigned int allowed_atttset) argument
16811 register_symid(ID id, const char *name, long len, rb_encoding *enc) argument
16847 rb_intern3(const char *name, long len, rb_encoding *enc) argument
16871 const char *name, *m, *e; local
16982 rb_intern2(const char *name, long len) argument
16989 rb_intern(const char *name) argument
17015 char name[2]; local
17169 VALUE name = *namep; local
17216 const VALUE name = (VALUE)&fake_str; local
17240 rb_is_const_name(VALUE name) argument
17246 rb_is_class_name(VALUE name) argument
17252 rb_is_global_name(VALUE name) argument
17258 rb_is_instance_name(VALUE name) argument
17264 rb_is_attrset_name(VALUE name) argument
17270 rb_is_local_name(VALUE name) argument
17276 rb_is_method_name(VALUE name) argument
17286 rb_is_junk_name(VALUE name) argument
17676 const char *name; member in struct:kw_assoc
17745 const char *name; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-sum.el[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dbfd-in2.h300 char *name; member in struct:carsym
309 char **name; /* Symbol name. */ member in struct:orl
312 file_ptr pos; member in union:orl::__anon7185
376 const char *name; /* Symbol name. */ member in struct:_symbol_info
664 const char *name; member in struct:bfd_link_needed_list
959 const char *name; member in struct:coff_comdat_info
1146 const char *name; member in struct:bfd_section
2222 char *name; member in struct:reloc_howto_struct
4367 const char *name; member in struct:bfd_symbol
4971 char *name; member in struct:bfd_target
[all...]

Completed in 1012 milliseconds

<<11