Searched refs:temp (Results 1 – 3 of 3) sorted by relevance
436 int i, temp; in print_button() local442 temp = strspn(label, " "); in print_button()443 label += temp; in print_button()446 for (i = 0; i < temp; i++) in print_button()457 wmove(win, y, x + temp + 1); in print_button()
154 float temp; in print_in_middle() local167 temp = (width - length) / 2; in print_in_middle()168 x = startx + (int)temp; in print_in_middle()
1085 %typemap(in, numinputs=0) uint64_t * (uint64_t temp) {1086 $1 = &temp;
Completed in 8 milliseconds