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

/macosx-10.9.5/vim-53/src/
H A Dnetbeans.c1271 nb_unquote(char_u *p, char_u **endp) function
1284 nbdebug(("nb_unquote called with string that doesn't start with a quote!: %s\n",
1717 args = to_free = (char_u *)nb_unquote(args, NULL);
1978 buf->displayname = nb_unquote(args, NULL);
2012 path = (char_u *)nb_unquote(args, NULL);
2049 buf->displayname = nb_unquote(args, NULL);
2073 buf->displayname = nb_unquote(args, NULL);
2203 text = nb_unquote(args, NULL);
2341 typeName = (char_u *)nb_unquote(args, &args);
2343 tooltip = (char_u *)nb_unquote(arg
[all...]

Completed in 107 milliseconds