Lines Matching refs:__v
560 * *@__v must point real value string. (not including spaces before value.)
562 static int __init __xbc_parse_value(char **__v, char **__n)
564 char *p, *v = *__v;
601 *__v = v;
606 static int __init xbc_parse_array(char **__v)
617 next = skip_spaces(*__v);
622 *__v = next;
623 c = __xbc_parse_value(__v, &next);
627 node = xbc_add_child(*__v, XBC_VALUE);
630 *__v = next;