Searched refs:nb_unquote (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | netbeans.c | 867 nb_unquote(char_u *p, char_u **endp) in nb_unquote() function 1312 args = to_free = (char_u *)nb_unquote(args, NULL); in nb_do_cmd() 1573 buf->displayname = nb_unquote(args, NULL); in nb_do_cmd() 1605 path = (char_u *)nb_unquote(args, NULL); in nb_do_cmd() 1642 buf->displayname = nb_unquote(args, NULL); in nb_do_cmd() 1666 buf->displayname = nb_unquote(args, NULL); in nb_do_cmd() 1797 text = nb_unquote(args, NULL); in nb_do_cmd() 1928 typeName = (char_u *)nb_unquote(args, &args); in nb_do_cmd() 1930 tooltip = (char_u *)nb_unquote(args, &args); in nb_do_cmd() 1933 p = (char_u *)nb_unquote(args, &args); in nb_do_cmd() [all …]
|