Home
last modified time | relevance | path

Searched refs:pfx (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9execute.c5060 smsg("%s%4d REDIR", pfx, current); in list_instructions()
5167 pfx, current, si->sn_name); in list_instructions()
5279 pfx, current, si->sn_name); in list_instructions()
5320 smsg("%s%4d PUSH %s", pfx, current, in list_instructions()
5449 smsg("%s%4d RETURN", pfx, current); in list_instructions()
5536 pfx, current, in list_instructions()
5541 pfx, current, in list_instructions()
5549 smsg("%s%4d CATCH", pfx, current); in list_instructions()
5568 smsg("%s%4d THROW", pfx, current); in list_instructions()
5693 pfx, current, in list_instructions()
[all …]
H A Dconfigure.ac1655 void (*pfx)(char *home) = dlsym(pylib, "Py_SetPythonHome");
1659 (*pfx)(prefix);
1701 void (*pfx)(wchar_t *home) = dlsym(pylib, "Py_SetPythonHome");
1705 (*pfx)(prefix);
/vim-8.2.3635/runtime/syntax/
H A Dterminfo.vim62 \ mccu pfkey pfloc pfx pln mc0 mc5p mc4 mc5
/vim-8.2.3635/src/auto/
H A Dconfigure6972 void (*pfx)(char *home) = dlsym(pylib, "Py_SetPythonHome");
6976 (*pfx)(prefix);
7038 void (*pfx)(wchar_t *home) = dlsym(pylib, "Py_SetPythonHome");
7042 (*pfx)(prefix);
/vim-8.2.3635/runtime/doc/
H A Deval.txt8162 func ShowMenu(name, pfx)
8164 call append(line('$'), a:pfx .. m.display)
8167 \ a:pfx .. ' ')