Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h1699 #define DICT_FLAG_POP 0x02 macro
1766 if (flags & DICT_FLAG_POP) in _DictionaryItem()
2169 return _DictionaryItem(self, args, DICT_FLAG_HAS_DEFAULT|DICT_FLAG_POP); in DictionaryPop()