Home
last modified time | relevance | path

Searched refs:table2 (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/gtk/
Dinterface.c47 GtkWidget *table2; in create_password_dialog() local
77 table2 = gtk_table_new (3, 3, FALSE); in create_password_dialog()
78 gtk_widget_show (table2); in create_password_dialog()
79 gtk_container_add (GTK_CONTAINER (alignment1), table2); in create_password_dialog()
84 gtk_table_attach (GTK_TABLE (table2), label1, 1, 2, 1, 2, in create_password_dialog()
153 GLADE_HOOKUP_OBJECT (dialog1, table2, "table2"); in create_password_dialog()
172 GtkWidget *table2; in create_new_password_dialog() local
195 table2 = gtk_table_new (3, 3, FALSE); in create_new_password_dialog()
196 gtk_widget_show (table2); in create_new_password_dialog()
197 gtk_box_pack_start (GTK_BOX (vbox1), table2, TRUE, TRUE, 0); in create_new_password_dialog()
[all …]
/netbsd/src/share/doc/papers/px/
DMakefile9 fig3.3.n table2.1.n table2.2.n table2.3.n table3.1.n tmac.p
/netbsd/src/sys/external/bsd/drm2/dist/drm/via/
Dvia_verifier.c240 static hazard_t table2[256]; variable
658 hz_table = table2; in via_check_header2()
662 hz_table = table2; in via_check_header2()
1112 setup_hazard_table(init_table2, table2, ARRAY_SIZE(init_table2)); in via_init_command_verifier()
/netbsd/src/external/lgpl3/gmp/dist/tune/
Dmany.pl768 if (defined $ENV{table2}) {
769 my @newtable = @{$ENV{table2}};
/netbsd/src/external/bsd/tmux/dist/
Dkey-bindings.c79 key_table_cmp(struct key_table *table1, struct key_table *table2) in key_table_cmp() argument
81 return (strcmp(table1->name, table2->name)); in key_table_cmp()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcfgcleanup.cc1734 rtx_jump_table_data *table1, *table2; in outgoing_edges_match() local
1737 && tablejump_p (BB_END (bb2), &label2, &table2) in outgoing_edges_match()
1738 && GET_CODE (PATTERN (table1)) == GET_CODE (PATTERN (table2))) in outgoing_edges_match()
1754 p2 = PATTERN (table2); in outgoing_edges_match()
2027 rtx_jump_table_data *table1, *table2; in try_crossjump_to_edge() local
2030 && tablejump_p (BB_END (osrc2), &label2, &table2) in try_crossjump_to_edge()
DChangeLog-201428057 (outgoing_edges_match): Likewise for locals "table1" and "table2".
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-201312658 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
/netbsd/src/external/lgpl3/gmp/dist/
DChangeLog26290 * mpz/fib_ui.c (table1, table2): Add data for 4,8,16 bits per limb.