Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dscriptfile.c347 if (flags & DIP_ERR) in do_in_path()
767 DIP_ALL + DIP_DIR + (round == 2 && res == FAIL ? DIP_ERR : 0), in ex_packadd()
H A Dvim.h2609 #define DIP_ERR 0x04 // give an error message when none found. macro