Searched refs:pe_cnt (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DXawIm.c87 #define ADD_PE(value) pe_a[pe_cnt] = (XPointer) value; pe_cnt++
88 #define USE_PE(count) (pe_cnt > count) ? pe_a[count] : NULL
89 #define END_PE() pe_a[pe_cnt] = (XPointer) NULL
778 int ic_cnt = 0, pe_cnt = 0, st_cnt = 0; local in function:CreateIC
874 if (pe_cnt > 0) {
928 int ic_cnt = 0, pe_cnt = 0, st_cnt = 0; local in function:SetICValues
1011 if (pe_cnt > 0) {

Completed in 3 milliseconds