Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h515 #define LNUM_VARIABLE_RANGE_ABOVE -888 macro
H A Dvim9execute.c4369 if (lnum == LNUM_VARIABLE_RANGE_ABOVE) in exec_instructions()
5732 if (iptr->isn_arg.put.put_lnum == LNUM_VARIABLE_RANGE_ABOVE) in list_instructions()
H A Dvim9compile.c9056 lnum = above ? LNUM_VARIABLE_RANGE_ABOVE : LNUM_VARIABLE_RANGE; in compile_put()