Searched refs:pactive (Results 1 – 6 of 6) sorted by relevance
239 UInt fn_number, *pactive; in CLG_() local259 pactive = CLG_(get_fn_entry)(fn_number); in CLG_()260 (*pactive)--; in CLG_()262 CLG_(current_state).cxt->fn[0]->name, *pactive); in CLG_()
322 UInt *pactive; in CLG_() local325 pactive = CLG_(get_fn_entry)(fn->number); in CLG_()326 (*pactive)++; in CLG_()
83 UInt *pactive = CLG_(get_fn_entry)(cxt->fn[0]->number); in CLG_() local87 if (*pactive>0) in CLG_()88 VG_(printf)(" [active=%d]", *pactive); in CLG_()
485 int fn_number, *pactive; in handleUnderflow() local521 pactive = CLG_(get_fn_entry)(fn_number); in handleUnderflow()522 (*pactive)--; in handleUnderflow()
35 int *pactive,
309 int XiGMiscQueryResolutions(Display *dpy, int screen, int view, int *pactive, XiGMiscResolutionInfo… in XiGMiscQueryResolutions() argument344 *pactive = rep.active; in XiGMiscQueryResolutions()