Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dnetbeans.c3376 static pos_T mypos; in get_off_or_lnum() local
3382 mypos.lnum = (linenr_T)off; in get_off_or_lnum()
3384 mypos.col = strtol((char *)*argp, (char **)argp, 10); in get_off_or_lnum()
3385 mypos.coladd = 0; in get_off_or_lnum()
3386 return &mypos; in get_off_or_lnum()