Searched refs:yptr (Results 1 – 3 of 3) sorted by relevance
102 char *yptr = NULL; in changeResolution() local104 yptr = strcasestr(property,"x"); in changeResolution()105 if(yptr) { in changeResolution()107 int yres_new = atoi(yptr + 1); in changeResolution()
92 char *yptr = NULL; in changeResolution() local94 yptr = strcasestr(property,"x"); in changeResolution()96 int yres = atoi(yptr + 1); in changeResolution()
93 char *yptr = NULL; in changeResolution() local95 yptr = strcasestr(property,"x"); in changeResolution()97 int yres_new = atoi(yptr + 1); in changeResolution()