Home
last modified time | relevance | path

Searched defs:A (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/runtime/macros/maze/
H A Dmaze.c1 char*M,A,Z,E=40,J[40],T[40];main(C){for(*J=A=scanf(M="%d",&C); in main() variable
H A Dmazeansi.c1 char*M,A,Z,E=40,J[80],T[3];main(C){for(M=J+E,*J=A=scanf("%d",& in main() variable
H A Dmazeclean.c9 char *M, A, Z, E = 40, line[80], T[3]; variable
/vim-8.2.3635/runtime/ftplugin/
H A Dgitcommit.vim33 function! s:diffcomplete(A,L,P) argument
/vim-8.2.3635/runtime/macros/hanoi/
H A Dhanoi.vim16 map J /^0[^t]*$
/vim-8.2.3635/src/testdir/
H A Dtest_usercommands.vim312 func CustomComplete(A, L, P) argument
316 func CustomCompleteList(A, L, P) argument
390 func CallExecute(A, L, P) argument
/vim-8.2.3635/runtime/pack/dist/opt/dvorak/dvorak/
H A Denable.vim40 inoremap A A map
/vim-8.2.3635/src/
H A Dsha256.c63 UINT32_T A, B, C, D, E, F, G, H; in sha256_process() local