Home
last modified time | relevance | path

Searched refs:opentab (Results 1 – 25 of 47) sorted by relevance

12

/dports/devel/cc65/cc65-2.19/libsrc/cbm/
H A Ddiskcmd.s47 ldy opentab-FIRST_DRIVE,x
67 ldy opentab-FIRST_DRIVE,x
70 sta opentab-FIRST_DRIVE,x
92 ldy opentab-FIRST_DRIVE,x
99 sta opentab-FIRST_DRIVE,x
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/r9c_SUITE_data/src/asn1/
H A Dasn1_db.erl33 opentab(Tab,Mod,[]) -> function
34 opentab(Tab,Mod,["."]);
35 opentab(Tab,Mod,Includes) -> function
62 opentab(Tab,Mod,Includes);
89 opentab(Tab,Mod,Includes);
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/r9c_SUITE_data/src/asn1/
H A Dasn1_db.erl33 opentab(Tab,Mod,[]) -> function
34 opentab(Tab,Mod,["."]);
35 opentab(Tab,Mod,Includes) -> function
62 opentab(Tab,Mod,Includes);
89 opentab(Tab,Mod,Includes);
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/r9c_SUITE_data/src/asn1/
H A Dasn1_db.erl33 opentab(Tab,Mod,[]) -> function
34 opentab(Tab,Mod,["."]);
35 opentab(Tab,Mod,Includes) -> function
62 opentab(Tab,Mod,Includes);
89 opentab(Tab,Mod,Includes);
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/r9c_SUITE_data/src/asn1/
H A Dasn1_db.erl33 opentab(Tab,Mod,[]) -> function
34 opentab(Tab,Mod,["."]);
35 opentab(Tab,Mod,Includes) -> function
62 opentab(Tab,Mod,Includes);
89 opentab(Tab,Mod,Includes);
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/r9c_SUITE_data/src/asn1/
H A Dasn1_db.erl33 opentab(Tab,Mod,[]) -> function
34 opentab(Tab,Mod,["."]);
35 opentab(Tab,Mod,Includes) -> function
62 opentab(Tab,Mod,Includes);
89 opentab(Tab,Mod,Includes);
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/r9c_SUITE_data/src/asn1/
H A Dasn1_db.erl33 opentab(Tab,Mod,[]) -> function
34 opentab(Tab,Mod,["."]);
35 opentab(Tab,Mod,Includes) -> function
62 opentab(Tab,Mod,Includes);
89 opentab(Tab,Mod,Includes);
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/r9c_SUITE_data/src/asn1/
H A Dasn1_db.erl33 opentab(Tab,Mod,[]) -> function
34 opentab(Tab,Mod,["."]);
35 opentab(Tab,Mod,Includes) -> function
62 opentab(Tab,Mod,Includes);
89 opentab(Tab,Mod,Includes);
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libdiskfs/
H A Dfsys.c10 static Fsys *(*opentab[])(Disk*) = variable
25 for(i=0; i<nelem(opentab); i++) in fsysopen()
26 if((fsys = (*opentab[i])(disk)) != nil) in fsysopen()
/dports/lang/gawk/gawk-5.1.1/extension/
H A Dfilefuncs.c579 } opentab[] = { in init_filefuncs() local
591 for (i = 0; opentab[i].name != NULL; i++) { in init_filefuncs()
592 (void) make_number(opentab[i].value, & value); in init_filefuncs()
593 if (! sym_update(opentab[i].name, & value)) { in init_filefuncs()
595 opentab[i].name); in init_filefuncs()
/dports/www/lagrange/lagrange-1.7.3/po/
H A Dcs.po488 msgid "menu.opentab"
491 msgid "menu.opentab.background"
H A Dzh_Hans.po325 msgid "menu.opentab"
328 msgid "menu.opentab.background"
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_base.cc6154 for (TABLE* opentab= thd->open_tables; opentab; opentab= opentab->next) in lock_tables() local
6156 if (table->table->s == opentab->s && opentab->query_id && in lock_tables()
6157 table->table->query_id != opentab->query_id) in lock_tables()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_base.cc5583 for (TABLE* opentab= thd->open_tables; opentab; opentab= opentab->next) in lock_tables() local
5585 if (table->table->s == opentab->s && opentab->query_id && in lock_tables()
5586 table->table->query_id != opentab->query_id) in lock_tables()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_base.cc5472 for (TABLE* opentab= thd->open_tables; opentab; opentab= opentab->next) in lock_tables() local
5474 if (table->table->s == opentab->s && opentab->query_id && in lock_tables()
5475 table->table->query_id != opentab->query_id) in lock_tables()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_base.cc5472 for (TABLE* opentab= thd->open_tables; opentab; opentab= opentab->next)
5474 if (table->table->s == opentab->s && opentab->query_id &&
5475 table->table->query_id != opentab->query_id)
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_base.cc6135 for (TABLE* opentab= thd->open_tables; opentab; opentab= opentab->next) in lock_tables() local
6137 if (table->table->s == opentab->s && opentab->query_id && in lock_tables()
6138 table->table->query_id != opentab->query_id) in lock_tables()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_base.cc5583 for (TABLE* opentab= thd->open_tables; opentab; opentab= opentab->next) in lock_tables() local
5585 if (table->table->s == opentab->s && opentab->query_id && in lock_tables()
5586 table->table->query_id != opentab->query_id) in lock_tables()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_base.cc5831 for (TABLE* opentab= thd->open_tables; opentab; opentab= opentab->next) in lock_tables() local
5833 if (table->table->s == opentab->s && opentab->query_id && in lock_tables()
5834 table->table->query_id != opentab->query_id) in lock_tables()
/dports/www/netsurf/netsurf-3.10/frontends/gtk/
H A Dmenu.c588 IMAGE_ITEM(link, opentab, gtkOpentab, nmenu, group); in nsgtk_link_menu_create()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_base.cc6293 for (TABLE* opentab= thd->open_tables; opentab; opentab= opentab->next) in lock_tables() local
6295 if (table->table->s == opentab->s && opentab->query_id && in lock_tables()
6296 table->table->query_id != opentab->query_id) in lock_tables()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_base.cc6293 for (TABLE* opentab= thd->open_tables; opentab; opentab= opentab->next) in lock_tables() local
6295 if (table->table->s == opentab->s && opentab->query_id && in lock_tables()
6296 table->table->query_id != opentab->query_id) in lock_tables()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_base.cc6905 for (TABLE* opentab= thd->open_tables; opentab; opentab= opentab->next) in lock_tables() local
6907 if (table->table->s == opentab->s && opentab->query_id && in lock_tables()
6908 table->table->query_id != opentab->query_id) in lock_tables()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_base.cc6726 for (TABLE *opentab = thd->open_tables; opentab; in lock_tables() local
6727 opentab = opentab->next) { in lock_tables()
6728 if (table->table->s == opentab->s && opentab->query_id && in lock_tables()
6729 table->table->query_id != opentab->query_id) { in lock_tables()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_base.cc6924 for (TABLE* opentab= thd->open_tables; opentab; opentab= opentab->next) in lock_tables() local
6926 if (table->table->s == opentab->s && opentab->query_id && in lock_tables()
6927 table->table->query_id != opentab->query_id) in lock_tables()

12