Lines Matching refs:nb_unquote
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()
2293 char *save_str = nb_unquote(args, NULL); in special_keys()