Home
last modified time | relevance | path

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

/dports/games/fs2open/fs2open.github.com-release_21_4_1/fred2/
H A Dsexp_tree.cpp1192 if (query_operator_return_type(j) == OPR_NULL) in right_clicked()
1198 if (query_operator_return_type(j) == OPR_BOOL) in right_clicked()
1234 z = query_operator_return_type(j); in right_clicked()
1283 z = query_operator_return_type(j); in right_clicked()
1295 z = query_operator_return_type(j); in right_clicked()
1361 return query_operator_return_type(type); in identify_arg_type()
4855 if (query_operator_return_type(i) == OPR_NULL) in get_listing_opf_null()
4891 if (query_operator_return_type(i) == OPR_BOOL) { in get_listing_opf_bool()
4907 z = query_operator_return_type(i); in get_listing_opf_positive()
4922 z = query_operator_return_type(i); in get_listing_opf_number()
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/fred2/
H A Dsexp_tree.cpp1151 if (query_operator_return_type(j) == OPR_NULL) in right_clicked()
1157 if (query_operator_return_type(j) == OPR_BOOL) in right_clicked()
1193 z = query_operator_return_type(j); in right_clicked()
1242 z = query_operator_return_type(j); in right_clicked()
1254 z = query_operator_return_type(j); in right_clicked()
1320 return query_operator_return_type(type); in identify_arg_type()
1507 opr = query_operator_return_type(op); in match_closest_operator()
4598 if (query_operator_return_type(i) == OPR_NULL) in get_listing_opf_null()
4634 if (query_operator_return_type(i) == OPR_BOOL) { in get_listing_opf_bool()
4650 z = query_operator_return_type(i); in get_listing_opf_positive()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/qtfred/src/ui/widgets/
H A Dsexp_tree.cpp694 return query_operator_return_type(type); in identify_arg_type()
3186 if (query_operator_return_type(i) == OPR_NULL) { in get_listing_opf_null()
3226 if (query_operator_return_type(i) == OPR_BOOL) { in get_listing_opf_bool()
3241 z = query_operator_return_type(i); in get_listing_opf_positive()
3256 z = query_operator_return_type(i); in get_listing_opf_number()
3742 if ((query_operator_return_type(i) == OPR_AI_GOAL) in get_listing_opf_ai_goal()
3751 if (query_operator_return_type(i) == OPR_AI_GOAL) { in get_listing_opf_ai_goal()
5411 if (query_operator_return_type(j) == replace_type) { in buildContextMenu()
5451 z = query_operator_return_type(j); in buildContextMenu()
5524 z = query_operator_return_type(j); in buildContextMenu()
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/parse/
H A Dsexp.h1123 extern int query_operator_return_type(int op);
H A Dsexp.cpp1667 z = query_operator_return_type(op); in check_sexp_syntax()
1716 type2 = query_operator_return_type(op2); in check_sexp_syntax()
1794 if ( (query_operator_return_type(z) == OPR_AI_GOAL) && (argnum == Operators[op].min - 1) ) in check_sexp_syntax()
24808 int query_operator_return_type(int op) in query_operator_return_type() function
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/
H A Dsexp.h1217 extern int query_operator_return_type(int op);
H A Dsexp.cpp1792 z = query_operator_return_type(op); in check_sexp_syntax()
1841 type2 = query_operator_return_type(op2); in check_sexp_syntax()
1924 if ( (query_operator_return_type(z) == OPR_AI_GOAL) && (argnum == Operators[op].min - 1) ) in check_sexp_syntax()
26357 int query_operator_return_type(int op) in query_operator_return_type() function
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/mission/
H A Dmissionparse.cpp5674 result = check_sexp_syntax( i, query_operator_return_type(op), 1, &bad_node); in post_process_mission()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/mission/
H A Dmissionparse.cpp6026 result = check_sexp_syntax( i, query_operator_return_type(op), 1, &bad_node); in post_process_mission()