Searched refs:row_start (Results 1 – 1 of 1) sorted by relevance
351 center_buttons(struct curses_form *cf, struct curses_widget *row_start, int is_menu) in center_buttons() argument363 for (w = row_start; w != NULL; w = w->next) { in center_buttons()372 for (w = row_start; w != NULL; w = w->next) { in center_buttons()380 row_start = NULL; in center_buttons()383 return(row_start); in center_buttons()396 struct curses_widget *row_start = NULL; in create_buttons() local416 row_start = center_buttons(cf, row_start, is_menu); in create_buttons()439 if (row_start == NULL) in create_buttons()440 row_start = w; in create_buttons()443 center_buttons(cf, row_start, is_menu); in create_buttons()