Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtag.c3326 int getfile_result = GETFILE_UNUSED; in jumpto_tag() local
3464 getfile_result = GETFILE_SAME_FILE; in jumpto_tag()
3467 if (getfile_result == GETFILE_UNUSED in jumpto_tag()
3492 if (getfile_result == GETFILE_UNUSED) in jumpto_tag()
3495 getfile_result = getfile(0, fname, NULL, TRUE, (linenr_T)0, forceit); in jumpto_tag()
3498 if (GETFILE_SUCCESS(getfile_result)) // got to the right file in jumpto_tag()
3648 if (getfile_result == GETFILE_OPEN_OTHER) in jumpto_tag()