Home
last modified time | relevance | path

Searched refs:INC (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/runtime/ftplugin/
H A Dperl.vim50 let perlpath = system('perl -e "print join(q/,/,@INC)"')
52 let perlpath = system("perl -e 'print join(q/,/,@INC)'")
/vim-8.2.3635/runtime/syntax/
H A Dremind.vim29 syn keyword remindSpecial INCLUDE INC BANNER PUSH-OMIT-CONTEXT PUSH CLEAR-OMIT-CONTEXT CLEAR POP-OM…
H A Dmix.vim54 syn match mixOpcode "INC[AX1-6]\>" nextgroup=mixParam contained skipwhite
H A Dmodula3.vim27 syn keyword modula3Identifier DISPOSE FIRST FLOAT FLOOR INC ISTYPE LAST
H A Dmodsim3.vim38 syn keyword modsim3Builtin DEACTIVATE DEC DISPOSE FLOAT GETMONITOR HIGH INC
H A Dmodula2.vim30 syn keyword modula2StdFunc ABS CAP CHR DEC EXCL INC INCL ORD SIZE TSIZE VAL
H A Dtasm.vim57 syn keyword tasmInstruction IDIV IMUL IN INC INT INTO INVD INVLPG IRET JMP
H A Da65.vim61 syn match a65Opcode "\<INC\($\|\s\)" nextgroup=a65Address
H A Dmasm.vim205 syn keyword masmOpcode DIV ESC HLT IDIV IMUL IN INC INT INTO IRET
H A Dnasm.vim315 syn keyword nasmStdInstruction IDIV IMUL INC INT[O] IRET[D] IRETW IRETQ
/vim-8.2.3635/src/
H A Doption.c4513 #define INC 20 in showoptions() macro
4571 if ((len <= INC - GAP && run == 1) || in showoptions()
4572 (len > INC - GAP && run == 2)) in showoptions()
4582 cols = (Columns + GAP - 3) / INC; in showoptions()
4599 col += INC; in showoptions()