Home
last modified time | relevance | path

Searched refs:tv_idx (Results 1 – 3 of 3) sorted by relevance

/dports/print/flpsed/flpsed-0.7.3/src/
H A Dflpsed.cxx513 int tv_idx = 0, my_argc; in main() local
540 if (tv_idx >= TV_LEN) { in main()
544 tv[tv_idx].tag = strdup(tmp); in main()
545 tv[tv_idx].value = strdup(sep+1); in main()
546 tv_idx++; in main()
601 for (int i = 0; i < tv_idx; i++) { in main()
677 for (int i = 0; i < tv_idx; i++) { in main()
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim9execute.c2459 typval_T *tv_idx = STACK_TV_BOT(-2); in exec_instructions() local
2475 && tv_idx->v_type != VAR_NUMBER) in exec_instructions()
2532 char_u *key = tv_idx->vval.v_string; in exec_instructions()
2603 clear_tv(tv_idx); in exec_instructions()
2769 typval_T *tv_idx = STACK_TV_BOT(-2); in exec_instructions() local
2779 if (tv_idx->v_type != VAR_STRING) in exec_instructions()
2784 vartype_name(tv_idx->v_type)); in exec_instructions()
2790 char_u *key = tv_idx->vval.v_string; in exec_instructions()
2815 if (check_for_number(tv_idx) == FAIL) in exec_instructions()
2822 long n = (long)tv_idx->vval.v_number; in exec_instructions()
[all …]
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dops.c6165 size_t tv_idx = 0; in get_clipboard() local
6170 reg->y_array[tv_idx++] = (char_u *)xstrdupnul((const char *)TV_LIST_ITEM_TV(li)->vval.v_string); in get_clipboard()