Searched refs:key_start (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/libxml2-26/libxml2/
H A Drngparser.c116 const xmlChar *key_start; member in struct:_xmlCRelaxNGParserCtxt
231 (str == ctxt->key_start) ||
1100 if (token->token == ctxt->key_start) {
1103 start = xmlNewNodeEatName(NULL, (xmlChar *) ctxt->key_start);
1214 if ((token->token == ctxt->key_start) ||
1476 ctxt.key_start = xmlDictLookup(ctxt.dict, BAD_CAST "start", -1);
/macosx-10.10.1/vim-55/src/
H A Dsyntax.c6796 char_u *key_start; local
7044 key_start = linep;
7047 EMSG2(_("E415: unexpected equal sign: %s"), key_start);
7059 key = vim_strnsave_up(key_start, (int)(linep - key_start));
7083 EMSG2(_("E416: missing equal sign: %s"), key_start);
7099 EMSG2(_(e_invarg2), key_start); local
7111 EMSG2(_("E417: missing argument: %s"), key_start);
7339 EMSG2(_("E421: Color name or number not recognized: %s"), key_start);
7633 EMSG2(_("E423: Illegal argument: %s"), key_start);
[all...]

Completed in 175 milliseconds