Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c2772 #define PPSIZE 50 macro
2774 typval_T pp_tv[PPSIZE]; // stack of ppconst constants
4287 if (ppconst->pp_used <= PPSIZE - 10) in compile_parenthesis()