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

/xsrc/external/mit/libXaw/dist/src/
H A DXawIm.c91 #define ADD_ST(value) st_a[st_cnt] = (XPointer) value; st_cnt++
92 #define USE_ST(count) (st_cnt > count) ? st_a[count] : NULL
93 #define END_ST() st_a[st_cnt] = (XPointer) NULL
778 int ic_cnt = 0, pe_cnt = 0, st_cnt = 0; local in function:CreateIC
886 if (st_cnt > 0) {
928 int ic_cnt = 0, pe_cnt = 0, st_cnt = 0; local in function:SetICValues
1021 if (st_cnt > 0) {

Completed in 3 milliseconds