Home
last modified time | relevance | path

Searched refs:tmp_unit (Results 1 – 25 of 66) sorted by relevance

123

/dports/science/quantum-espresso/q-e-qe-6.7.0/PW/src/
H A Dpw2casino.f9034 INTEGER :: tmp_unit local
58 tmp_unit = find_free_unit()
59 OPEN(unit=tmp_unit,file = trim(tmp_dir)//'pw2casino.dat',status='old',err=20)
60 READ(tmp_unit,inputpp,iostat=ios)
61 CLOSE(tmp_unit)
/dports/games/wesnoth/wesnoth-1.14.17/data/ai/micro_ais/cas/
H A Dca_forest_animals_new_rabbit.lua54 local tmp_unit = wesnoth.get_units { side = wesnoth.current.side }[1]
57 if tmp_unit then
58 x, y = wesnoth.find_vacant_tile(holes[i].x, holes[i].y, tmp_unit)
/dports/games/wesnoth/wesnoth-1.14.17/src/ai/default/
H A Daspect_attacks.cpp202 const unit_map::const_iterator tmp_unit = units_.find(adj[tile]); in do_attack_analysis() local
208 if (tmp_unit != units_.end() && current_team.is_enemy(tmp_unit->side())) in do_attack_analysis()
/dports/science/siesta/siesta-4.1.5/Util/Macroave/Src/
H A Ddefs_basis.f9087 integer, parameter :: tmp_unit=9,tmp_unit2=10 variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxjs/xfa/
H A Dcjx_layoutpseudomodel.cpp94 WideString tmp_unit = runtime->ToWideString(params[1]); in HWXY() local
95 if (!tmp_unit.IsEmpty()) in HWXY()
96 unit = std::move(tmp_unit); in HWXY()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxjs/xfa/
H A Dcjx_layoutpseudomodel.cpp95 WideString tmp_unit = runtime->ToWideString(params[1]); in HWXY() local
96 if (!tmp_unit.IsEmpty()) in HWXY()
97 unit = std::move(tmp_unit); in HWXY()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_lex.cc2418 for (SELECT_LEX_UNIT *tmp_unit= select_lex.first_inner_unit(); in can_be_merged() local
2419 tmp_unit; in can_be_merged()
2420 tmp_unit= tmp_unit->next_unit()) in can_be_merged()
2422 if (tmp_unit->first_select()->parent_lex == this && in can_be_merged()
2423 (tmp_unit->item == 0 || in can_be_merged()
2424 (tmp_unit->item->place() != IN_WHERE && in can_be_merged()
2425 tmp_unit->item->place() != IN_ON))) in can_be_merged()
H A Dsql_update.cc1702 SELECT_LEX_UNIT *tmp_unit; in initialize_tables() local
1704 for (tmp_unit= join->select_lex->first_inner_unit(); in initialize_tables()
1705 tmp_unit; in initialize_tables()
1706 tmp_unit= tmp_unit->next_unit()) in initialize_tables()
1708 for (sl= tmp_unit->first_select(); sl; sl= sl->next_select()) in initialize_tables()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_lex.cc3069 for (SELECT_LEX_UNIT *tmp_unit= select_lex.first_inner_unit(); in can_be_merged() local
3070 tmp_unit; in can_be_merged()
3071 tmp_unit= tmp_unit->next_unit()) in can_be_merged()
3073 if (tmp_unit->first_select()->parent_lex == this && in can_be_merged()
3074 (tmp_unit->item == 0 || in can_be_merged()
3075 (tmp_unit->item->place() != IN_WHERE && in can_be_merged()
3076 tmp_unit->item->place() != IN_ON))) in can_be_merged()
H A Dsql_update.cc1896 SELECT_LEX_UNIT *tmp_unit; in initialize_tables() local
1898 for (tmp_unit= join->select_lex->first_inner_unit(); in initialize_tables()
1899 tmp_unit; in initialize_tables()
1900 tmp_unit= tmp_unit->next_unit()) in initialize_tables()
1902 for (sl= tmp_unit->first_select(); sl; sl= sl->next_select()) in initialize_tables()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_lex.cc3069 for (SELECT_LEX_UNIT *tmp_unit= select_lex.first_inner_unit(); in can_be_merged() local
3070 tmp_unit; in can_be_merged()
3071 tmp_unit= tmp_unit->next_unit()) in can_be_merged()
3073 if (tmp_unit->first_select()->parent_lex == this && in can_be_merged()
3074 (tmp_unit->item == 0 || in can_be_merged()
3075 (tmp_unit->item->place() != IN_WHERE && in can_be_merged()
3076 tmp_unit->item->place() != IN_ON))) in can_be_merged()
H A Dsql_update.cc1896 SELECT_LEX_UNIT *tmp_unit; in initialize_tables() local
1898 for (tmp_unit= join->select_lex->first_inner_unit(); in initialize_tables()
1899 tmp_unit; in initialize_tables()
1900 tmp_unit= tmp_unit->next_unit()) in initialize_tables()
1902 for (sl= tmp_unit->first_select(); sl; sl= sl->next_select()) in initialize_tables()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_lex.cc3069 for (SELECT_LEX_UNIT *tmp_unit= select_lex.first_inner_unit(); in can_be_merged() local
3070 tmp_unit; in can_be_merged()
3071 tmp_unit= tmp_unit->next_unit()) in can_be_merged()
3073 if (tmp_unit->first_select()->parent_lex == this && in can_be_merged()
3074 (tmp_unit->item == 0 || in can_be_merged()
3075 (tmp_unit->item->place() != IN_WHERE && in can_be_merged()
3076 tmp_unit->item->place() != IN_ON))) in can_be_merged()
H A Dsql_update.cc1896 SELECT_LEX_UNIT *tmp_unit; in initialize_tables() local
1898 for (tmp_unit= join->select_lex->first_inner_unit(); in initialize_tables()
1899 tmp_unit; in initialize_tables()
1900 tmp_unit= tmp_unit->next_unit()) in initialize_tables()
1902 for (sl= tmp_unit->first_select(); sl; sl= sl->next_select()) in initialize_tables()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_lex.cc3068 for (SELECT_LEX_UNIT *tmp_unit= select_lex.first_inner_unit(); in can_be_merged() local
3069 tmp_unit; in can_be_merged()
3070 tmp_unit= tmp_unit->next_unit()) in can_be_merged()
3072 if (tmp_unit->first_select()->parent_lex == this && in can_be_merged()
3073 (tmp_unit->item == 0 || in can_be_merged()
3074 (tmp_unit->item->place() != IN_WHERE && in can_be_merged()
3075 tmp_unit->item->place() != IN_ON))) in can_be_merged()
H A Dsql_update.cc1890 SELECT_LEX_UNIT *tmp_unit; in initialize_tables() local
1892 for (tmp_unit= join->select_lex->first_inner_unit(); in initialize_tables()
1893 tmp_unit; in initialize_tables()
1894 tmp_unit= tmp_unit->next_unit()) in initialize_tables()
1896 for (sl= tmp_unit->first_select(); sl; sl= sl->next_select()) in initialize_tables()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_lex.cc3057 for (SELECT_LEX_UNIT *tmp_unit= select_lex.first_inner_unit(); in can_be_merged() local
3058 tmp_unit; in can_be_merged()
3059 tmp_unit= tmp_unit->next_unit()) in can_be_merged()
3061 if (tmp_unit->first_select()->parent_lex == this && in can_be_merged()
3062 (tmp_unit->item == 0 || in can_be_merged()
3063 (tmp_unit->item->place() != IN_WHERE && in can_be_merged()
3064 tmp_unit->item->place() != IN_ON))) in can_be_merged()
H A Dsql_update.cc1886 SELECT_LEX_UNIT *tmp_unit; in initialize_tables() local
1888 for (tmp_unit= join->select_lex->first_inner_unit(); in initialize_tables()
1889 tmp_unit; in initialize_tables()
1890 tmp_unit= tmp_unit->next_unit()) in initialize_tables()
1892 for (sl= tmp_unit->first_select(); sl; sl= sl->next_select()) in initialize_tables()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_update.cc2018 SELECT_LEX_UNIT *tmp_unit; in optimize() local
2020 for (tmp_unit = select->first_inner_unit(); tmp_unit; in optimize()
2021 tmp_unit = tmp_unit->next_unit()) { in optimize()
2022 for (sl = tmp_unit->first_select(); sl; sl = sl->next_select()) { in optimize()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_update.cc2139 SELECT_LEX_UNIT *tmp_unit; in initialize_tables() local
2141 for (tmp_unit= join->select_lex->first_inner_unit(); in initialize_tables()
2142 tmp_unit; in initialize_tables()
2143 tmp_unit= tmp_unit->next_unit()) in initialize_tables()
2145 for (sl= tmp_unit->first_select(); sl; sl= sl->next_select()) in initialize_tables()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_update.cc2131 SELECT_LEX_UNIT *tmp_unit; in initialize_tables() local
2133 for (tmp_unit= join->select_lex->first_inner_unit(); in initialize_tables()
2134 tmp_unit; in initialize_tables()
2135 tmp_unit= tmp_unit->next_unit()) in initialize_tables()
2137 for (sl= tmp_unit->first_select(); sl; sl= sl->next_select()) in initialize_tables()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_update.cc2139 SELECT_LEX_UNIT *tmp_unit; in initialize_tables() local
2141 for (tmp_unit= join->select_lex->first_inner_unit(); in initialize_tables()
2142 tmp_unit; in initialize_tables()
2143 tmp_unit= tmp_unit->next_unit()) in initialize_tables()
2145 for (sl= tmp_unit->first_select(); sl; sl= sl->next_select()) in initialize_tables()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_update.cc2139 SELECT_LEX_UNIT *tmp_unit; in initialize_tables() local
2141 for (tmp_unit= join->select_lex->first_inner_unit(); in initialize_tables()
2142 tmp_unit; in initialize_tables()
2143 tmp_unit= tmp_unit->next_unit()) in initialize_tables()
2145 for (sl= tmp_unit->first_select(); sl; sl= sl->next_select()) in initialize_tables()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_update.cc2127 SELECT_LEX_UNIT *tmp_unit; in initialize_tables() local
2129 for (tmp_unit= join->select_lex->first_inner_unit(); in initialize_tables()
2130 tmp_unit; in initialize_tables()
2131 tmp_unit= tmp_unit->next_unit()) in initialize_tables()
2133 for (sl= tmp_unit->first_select(); sl; sl= sl->next_select()) in initialize_tables()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_update.cc2127 SELECT_LEX_UNIT *tmp_unit; in initialize_tables() local
2129 for (tmp_unit= join->select_lex->first_inner_unit(); in initialize_tables()
2130 tmp_unit; in initialize_tables()
2131 tmp_unit= tmp_unit->next_unit()) in initialize_tables()
2133 for (sl= tmp_unit->first_select(); sl; sl= sl->next_select()) in initialize_tables()

123