Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dnbdebug.c102 nbdbg(char *fmt, ...) in nbdbg() function
140 nbdbg("\n\nNBDEBUG Vim: X Error of failed request: %s\n", msg); in errorHandler()
145 nbdbg("\tMajor opcode of failed request: %d (%s)\n", in errorHandler()
148 nbdbg("\tMinor opcode of failed request: %d\n", in errorHandler()
H A Dnbdebug.h26 # define nbdebug(a) nbdbg a
45 void nbdbg(char *, ...) ATTRIBUTE_FORMAT_PRINTF(1, 2);
65 nbdbg( in nbdbg() function