Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h6814 } numeric_constants[] = { variable
6867 for (i = 0; i < (int)(sizeof(numeric_constants) in populate_module()
6870 ADD_CHECKED_OBJECT(m, numeric_constants[i].name, in populate_module()
6871 PyInt_FromLong(numeric_constants[i].val)); in populate_module()