Home
last modified time | relevance | path

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

/scripts/kconfig/
Dgconf.c1002 static gchar *row[COL_NUMBER]; in fill_row() local
1011 g_free(row[i]); in fill_row()
1012 bzero(row, sizeof(row)); in fill_row()
1016 row[COL_OPTION] = in fill_row()
1024 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()
1027 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()
1029 row[COL_COLOR] = g_strdup("Black"); in fill_row()
1033 row[COL_PIXBUF] = (gchar *) xpm_menu; in fill_row()
1035 row[COL_PIXVIS] = GINT_TO_POINTER(TRUE); in fill_row()
1036 row[COL_BTNVIS] = GINT_TO_POINTER(FALSE); in fill_row()
[all …]
/scripts/kconfig/lxdialog/
Dtextbox.c84 static void print_line(WINDOW *win, int row, int width) in print_line() argument
90 wmove(win, row, 0); /* move cursor to correct line */ in print_line()