Searched refs:INC (Results 1 – 11 of 11) sorted by relevance
50 let perlpath = system('perl -e "print join(q/,/,@INC)"')52 let perlpath = system("perl -e 'print join(q/,/,@INC)'")
29 syn keyword remindSpecial INCLUDE INC BANNER PUSH-OMIT-CONTEXT PUSH CLEAR-OMIT-CONTEXT CLEAR POP-OM…
54 syn match mixOpcode "INC[AX1-6]\>" nextgroup=mixParam contained skipwhite
27 syn keyword modula3Identifier DISPOSE FIRST FLOAT FLOOR INC ISTYPE LAST
38 syn keyword modsim3Builtin DEACTIVATE DEC DISPOSE FLOAT GETMONITOR HIGH INC
30 syn keyword modula2StdFunc ABS CAP CHR DEC EXCL INC INCL ORD SIZE TSIZE VAL
57 syn keyword tasmInstruction IDIV IMUL IN INC INT INTO INVD INVLPG IRET JMP
61 syn match a65Opcode "\<INC\($\|\s\)" nextgroup=a65Address
205 syn keyword masmOpcode DIV ESC HLT IDIV IMUL IN INC INT INTO IRET
315 syn keyword nasmStdInstruction IDIV IMUL INC INT[O] IRET[D] IRETW IRETQ
4513 #define INC 20 in showoptions() macro4571 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()