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

/macosx-10.10/libdispatch-442.1.4/src/
H A Donce.c47 _dispatch_once_waiter_t volatile *vval = (_dispatch_once_waiter_t*)val; local
52 if (dispatch_atomic_cmpxchg(vval, NULL, tail, acquire)) {
108 next = dispatch_atomic_xchg(vval, DISPATCH_ONCE_DONE, relaxed);
117 next = *vval;
122 if (dispatch_atomic_cmpxchgvw(vval, next, tail, &next, release)) {
/macosx-10.10/vim-55/src/
H A Deval.c308 * Initializing a union does not work, leave tv.vval empty to get zero's.
369 #define vv_nr vv_di.di_tv.vval.v_number
370 #define vv_float vv_di.di_tv.vval.v_float
371 #define vv_str vv_di.di_tv.vval.v_string
372 #define vv_list vv_di.di_tv.vval.v_list
1079 tv.vval.v_string = (char_u *)"";
1146 tv.vval.v_string = redir_ga.ga_data;
1357 if (tv.vval.v_list != NULL)
1358 list_join(&ga, tv.vval.v_list, (char_u *)"\n", TRUE, 0);
1365 vim_snprintf((char *)numbuf, NUMBUFLEN, "%g", tv.vval
[all...]
H A Dif_py_both.h316 if ((our_tv->v_type == VAR_LIST && our_tv->vval.v_list != NULL)
317 || (our_tv->v_type == VAR_DICT && our_tv->vval.v_dict != NULL))
320 our_tv->v_type == VAR_LIST ? (long_u)our_tv->vval.v_list
321 : (long_u)our_tv->vval.v_dict);
332 result = Py_BuildValue("s", our_tv->vval.v_string);
339 sprintf(buf, "%ld", (long)our_tv->vval.v_number);
347 sprintf(buf, "%f", our_tv->vval.v_float);
353 list_T *list = our_tv->vval.v_list;
374 if (our_tv->vval.v_dict != NULL)
376 hashtab_T *ht = &our_tv->vval
[all...]
H A Dif_mzsch.c2644 result = scheme_make_string((char *)vim_value->vval.v_string);
2649 result = scheme_make_integer((long)vim_value->vval.v_number);
2655 result = scheme_make_double((double)vim_value->vval.v_float);
2661 list_T *list = vim_value->vval.v_list;
2701 if (vim_value->vval.v_dict != NULL)
2703 hashtab_T *ht = &vim_value->vval.v_dict->dv_hashtab;
2749 tv->vval.v_number = 0;
2759 tv->vval.v_number = 0;
2764 tv->vval.v_number = SCHEME_INT_VAL(obj);
2769 tv->vval
[all...]
H A Dif_ruby.c915 result = rb_str_new2(tv->vval.v_string == NULL
916 ? "" : (char *)(tv->vval.v_string));
920 result = INT2NUM(tv->vval.v_number);
925 result = rb_float_new(tv->vval.v_float);
930 list_T *list = tv->vval.v_list;
947 if (tv->vval.v_dict != NULL)
949 hashtab_T *ht = &tv->vval.v_dict->dv_hashtab;
H A Dif_lua.c342 lua_pushstring(L, (char *) tv->vval.v_string);
345 lua_pushinteger(L, (int) tv->vval.v_number);
349 lua_pushnumber(L, (lua_Number) tv->vval.v_float);
353 list_T *l = tv->vval.v_list;
380 dict_T *d = tv->vval.v_dict;
H A Dquickfix.c496 p_str = tv->vval.v_string;
498 p_li = tv->vval.v_list->lv_first;
542 len = (int)STRLEN(p_li->li_tv.vval.v_string);
546 vim_strncpy(IObuff, p_li->li_tv.vval.v_string, len);
3641 d = li->li_tv.vval.v_dict;
3804 if ((tv->v_type == VAR_STRING && tv->vval.v_string != NULL)
3805 || (tv->v_type == VAR_LIST && tv->vval.v_list != NULL))
H A Dedit.c3896 if (tv->v_type == VAR_DICT && tv->vval.v_dict != NULL)
3898 word = get_dict_string(tv->vval.v_dict, (char_u *)"word", FALSE);
3899 cptext[CPT_ABBR] = get_dict_string(tv->vval.v_dict,
3901 cptext[CPT_MENU] = get_dict_string(tv->vval.v_dict,
3903 cptext[CPT_KIND] = get_dict_string(tv->vval.v_dict,
3905 cptext[CPT_INFO] = get_dict_string(tv->vval.v_dict,
3907 if (get_dict_string(tv->vval.v_dict, (char_u *)"icase", FALSE) != NULL)
3908 icase = get_dict_number(tv->vval.v_dict, (char_u *)"icase");
3909 if (get_dict_string(tv->vval.v_dict, (char_u *)"dup", FALSE) != NULL)
3910 adup = get_dict_number(tv->vval
[all...]
H A Dstructs.h1073 } vval; member in struct:__anon14325
H A Dmessage.c3924 f = tvs[idx].vval.v_float;
3926 f = tvs[idx].vval.v_number;
H A Dex_getln.c4931 if (li->li_tv.v_type != VAR_STRING || li->li_tv.vval.v_string == NULL)
4938 vim_strsave(li->li_tv.vval.v_string);
H A Dspell.c10680 score = get_spellword(li->li_tv.vval.v_list, &p);
/macosx-10.10/Libc-1044.1.2/stdio/FreeBSD/
H A Dvfprintf.c359 union arg vval; /* Vector argument. */ local
1025 vval.vectorarg = GETARG(VECTORTYPE);
1158 vlen = asprintf_l(&vstr, loc, vfmt , ## args, vval.vuchararg[ind]); \
1161 vlen = asprintf_l(&vstr, loc, vfmt , ## args, (void *)(uintptr_t)vval.vuchararg[ind]); \
1164 vlen = asprintf_l(&vstr, loc, vfmt , ## args, vval.vushortarg[ind]); \
1167 vlen = asprintf_l(&vstr, loc, vfmt , ## args, (void *)(uintptr_t)vval.vushortarg[ind]); \
1170 vlen = asprintf_l(&vstr, loc, vfmt , ## args, vval.vuintarg[ind]); \
1173 vlen = asprintf_l(&vstr, loc, vfmt , ## args, (void *)(uintptr_t)vval.vuintarg[ind]); \
1176 vlen = asprintf_l(&vstr, loc, vfmt , ## args, vval.vulonglongarg[ind]); \
1179 vlen = asprintf_l(&vstr, loc, vfmt , ## args, (void *)(uintptr_t)vval
[all...]
H A Dvfwprintf.c433 union arg vval; /* Vector argument. */ local
1095 vval.vectorarg = GETARG(VECTORTYPE);
1228 vlen = asprintf_l(&vstr, loc, vfmt , ## args, vval.vuchararg[ind]); \
1231 vlen = asprintf_l(&vstr, loc, vfmt , ## args, (void *)(uintptr_t)vval.vuchararg[ind]); \
1234 vlen = asprintf_l(&vstr, loc, vfmt , ## args, vval.vushortarg[ind]); \
1237 vlen = asprintf_l(&vstr, loc, vfmt , ## args, (void *)(uintptr_t)vval.vushortarg[ind]); \
1240 vlen = asprintf_l(&vstr, loc, vfmt , ## args, vval.vuintarg[ind]); \
1243 vlen = asprintf_l(&vstr, loc, vfmt , ## args, (void *)(uintptr_t)vval.vuintarg[ind]); \
1246 vlen = asprintf_l(&vstr, loc, vfmt , ## args, vval.vulonglongarg[ind]); \
1249 vlen = asprintf_l(&vstr, loc, vfmt , ## args, (void *)(uintptr_t)vval
[all...]
/macosx-10.10/apache-793/httpd/modules/generators/
H A Dmod_autoindex.c2084 char fval[5], vval[5], *ppre = "", *epattern = ""; local
2085 fval[0] = '\0'; vval[0] = '\0';
2140 strcpy(vval, ";V= ");
2141 vval[3] = qstring[2];
2182 colargs = apr_pstrcat(r->pool, fval, vval, ppre, epattern, NULL);
H A Dmod_autoindex.c.orig2084 char fval[5], vval[5], *ppre = "", *epattern = "";
2085 fval[0] = '\0'; vval[0] = '\0';
2140 strcpy(vval, ";V= ");
2141 vval[3] = qstring[2];
2182 colargs = apr_pstrcat(r->pool, fval, vval, ppre, epattern, NULL);

Completed in 415 milliseconds