Lines Matching defs:__v
621 * *@__v must point real value string. (not including spaces before value.)
623 static int __init __xbc_parse_value(char **__v, char **__n)
625 char *p, *v = *__v;
662 *__v = v;
667 static int __init xbc_parse_array(char **__v)
678 next = skip_spaces(*__v);
683 *__v = next;
684 c = __xbc_parse_value(__v, &next);
688 node = xbc_add_child(*__v, XBC_VALUE);
691 *__v = next;