Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgdevpsfx.c411 #define MAX_STACK ostack_size macro
733 if (depth > MAX_STACK - 2) in psf_convert_type1_to_type2()
745 if (depth > MAX_STACK - 1 || in psf_convert_type1_to_type2()
751 if (depth > MAX_STACK - 1 || in psf_convert_type1_to_type2()
762 if ((depth & 1) || depth > MAX_STACK - 4 || in psf_convert_type1_to_type2()
770 if ((depth & 1) || depth > MAX_STACK - 4 || in psf_convert_type1_to_type2()
806 if (depth > MAX_STACK - 6) in psf_convert_type1_to_type2()