Home
last modified time | relevance | path

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

/vim-8.2.3635/runtime/tools/
H A Dccfilter.c119 int dec_col = 0; /* Decrement column value by 1 */ in main() local
136 dec_col = 1; in main()
205 Col = (dec_col ? 1 : 0 ); in main()
216 Col = (dec_col ? 1 : 0 ); in main()
230 Col = (dec_col ? 1 : 0 ); in main()
247 Col = (dec_col ? 1 : 0 ); in main()
301 if (dec_col) Col--; in main()