Home
last modified time | relevance | path

Searched refs:row (Results 1 – 2 of 2) sorted by relevance

/scripts/kconfig/
Dgconf.c70 static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row);
1035 static gchar *row[COL_NUMBER]; in fill_row() local
1044 g_free(row[i]); in fill_row()
1045 bzero(row, sizeof(row)); in fill_row()
1049 row[COL_OPTION] = in fill_row()
1057 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()
1060 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()
1062 row[COL_COLOR] = g_strdup("Black"); in fill_row()
1066 row[COL_PIXBUF] = (gchar *) xpm_menu; in fill_row()
1068 row[COL_PIXVIS] = GINT_TO_POINTER(TRUE); in fill_row()
[all …]
/scripts/kconfig/lxdialog/
Dtextbox.c14 static void print_line(WINDOW *win, int row, int width);
328 static void print_line(WINDOW * win, int row, int width) in print_line() argument
334 wmove(win, row, 0); /* move cursor to correct line */ in print_line()