Home
last modified time | relevance | path

Searched refs:alloc_sexp (Results 1 – 12 of 12) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/fred2/
H A Dmessageeditordlg.cpp451 node = alloc_sexp(ptr, SEXP_ATOM, SEXP_ATOM_STRING, -1, -1); in update()
453 node = alloc_sexp((char *) (LPCTSTR) buf, SEXP_ATOM, SEXP_ATOM_STRING, -1, node); in update()
455 node = alloc_sexp((char *) (LPCTSTR) buf, SEXP_ATOM, SEXP_ATOM_STRING, -1, node); in update()
456 node = alloc_sexp("send-message", SEXP_ATOM, SEXP_ATOM_OPERATOR, -1, node); in update()
457 node = alloc_sexp("", SEXP_LIST, SEXP_ATOM_LIST, node, -1); in update()
458 node = alloc_sexp("", SEXP_LIST, SEXP_ATOM_LIST, fnode, node); in update()
459 node = alloc_sexp("when", SEXP_ATOM, SEXP_ATOM_OPERATOR, -1, node); in update()
H A Dsexp_tree.cpp263 …node = alloc_sexp(tree_nodes[cur].text, SEXP_ATOM, SEXP_ATOM_OPERATOR, -1, save_branch(tree_nodes[… in save_branch()
266 node = alloc_sexp("", SEXP_LIST, SEXP_ATOM_LIST, node, -1); in save_branch()
272 node = alloc_sexp(var_name_text, (SEXP_ATOM | SEXP_FLAG_VARIABLE), SEXP_ATOM_NUMBER, -1, -1); in save_branch()
274 node = alloc_sexp(tree_nodes[cur].text, SEXP_ATOM, SEXP_ATOM_NUMBER, -1, -1); in save_branch()
280 node = alloc_sexp(var_name_text, (SEXP_ATOM | SEXP_FLAG_VARIABLE), SEXP_ATOM_STRING, -1, -1); in save_branch()
282 node = alloc_sexp(tree_nodes[cur].text, SEXP_ATOM, SEXP_ATOM_STRING, -1, -1); in save_branch()
H A Dmanagement.cpp757 Ships[n].arrival_cue = alloc_sexp("true", SEXP_ATOM, SEXP_ATOM_OPERATOR, -1, -1); in create_object()
758 Ships[n].departure_cue = alloc_sexp("false", SEXP_ATOM, SEXP_ATOM_OPERATOR, -1, -1); in create_object()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/fred2/
H A Dmessageeditordlg.cpp445 node = alloc_sexp(ptr, SEXP_ATOM, SEXP_ATOM_STRING, -1, -1); in update()
447 node = alloc_sexp((char *) (LPCTSTR) buf, SEXP_ATOM, SEXP_ATOM_STRING, -1, node); in update()
449 node = alloc_sexp((char *) (LPCTSTR) buf, SEXP_ATOM, SEXP_ATOM_STRING, -1, node); in update()
450 node = alloc_sexp("send-message", SEXP_ATOM, SEXP_ATOM_OPERATOR, -1, node); in update()
451 node = alloc_sexp("", SEXP_LIST, SEXP_ATOM_LIST, node, -1); in update()
452 node = alloc_sexp("", SEXP_LIST, SEXP_ATOM_LIST, fnode, node); in update()
453 node = alloc_sexp("when", SEXP_ATOM, SEXP_ATOM_OPERATOR, -1, node); in update()
H A Dsexp_tree.cpp268 …node = alloc_sexp(tree_nodes[cur].text, SEXP_ATOM, SEXP_ATOM_OPERATOR, -1, save_branch(tree_nodes[… in save_branch()
271 node = alloc_sexp("", SEXP_LIST, SEXP_ATOM_LIST, node, -1); in save_branch()
277 node = alloc_sexp(var_name_text, (SEXP_ATOM | SEXP_FLAG_VARIABLE), SEXP_ATOM_NUMBER, -1, -1); in save_branch()
279 node = alloc_sexp(tree_nodes[cur].text, SEXP_ATOM, SEXP_ATOM_NUMBER, -1, -1); in save_branch()
285 node = alloc_sexp(var_name_text, (SEXP_ATOM | SEXP_FLAG_VARIABLE), SEXP_ATOM_STRING, -1, -1); in save_branch()
287 node = alloc_sexp(tree_nodes[cur].text, SEXP_ATOM, SEXP_ATOM_STRING, -1, -1); in save_branch()
H A Dmanagement.cpp727 Ships[n].arrival_cue = alloc_sexp("true", SEXP_ATOM, SEXP_ATOM_OPERATOR, -1, -1); in create_object()
728 Ships[n].departure_cue = alloc_sexp("false", SEXP_ATOM, SEXP_ATOM_OPERATOR, -1, -1); in create_object()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/qtfred/src/mission/
H A DEditorViewport.cpp896 Ships[n].arrival_cue = alloc_sexp("true", SEXP_ATOM, SEXP_ATOM_OPERATOR, -1, -1); in create_object()
897 Ships[n].departure_cue = alloc_sexp("false", SEXP_ATOM, SEXP_ATOM_OPERATOR, -1, -1); in create_object()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/qtfred/src/ui/widgets/
H A Dsexp_tree.cpp386alloc_sexp(tree_nodes[cur].text, SEXP_ATOM, SEXP_ATOM_OPERATOR, -1, save_branch(tree_nodes[cur].ch… in save_branch()
389 node = alloc_sexp("", SEXP_LIST, SEXP_ATOM_LIST, node, -1); in save_branch()
395 node = alloc_sexp(var_name_text, (SEXP_ATOM | SEXP_FLAG_VARIABLE), SEXP_ATOM_NUMBER, -1, -1); in save_branch()
397 node = alloc_sexp(tree_nodes[cur].text, SEXP_ATOM, SEXP_ATOM_NUMBER, -1, -1); in save_branch()
403 node = alloc_sexp(var_name_text, (SEXP_ATOM | SEXP_FLAG_VARIABLE), SEXP_ATOM_STRING, -1, -1); in save_branch()
405 node = alloc_sexp(tree_nodes[cur].text, SEXP_ATOM, SEXP_ATOM_STRING, -1, -1); in save_branch()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/parse/
H A Dsexp.h1102 extern int alloc_sexp(char *text, int type, int subtype, int first, int rest);
H A Dsexp.cpp1093 Locked_sexp_false = alloc_sexp("false", SEXP_LIST, SEXP_ATOM_OPERATOR, -1, -1); in init_sexp()
1098 Locked_sexp_true = alloc_sexp("true", SEXP_LIST, SEXP_ATOM_OPERATOR, -1, -1); in init_sexp()
1107 int alloc_sexp(char *text, int type, int subtype, int first, int rest) in alloc_sexp() function
1374 …cur = alloc_sexp(Sexp_nodes[node].text, Sexp_nodes[node].type, Sexp_nodes[node].subtype, first, re… in dup_sexp_chain()
3224 node = alloc_sexp("", SEXP_LIST, SEXP_ATOM_LIST, get_sexp(), -1); in get_sexp()
3248 node = alloc_sexp(variable_text, (SEXP_ATOM | SEXP_FLAG_VARIABLE), SEXP_ATOM_STRING, -1, -1); in get_sexp()
3258 node = alloc_sexp(token, SEXP_ATOM, SEXP_ATOM_STRING, -1, -1); in get_sexp()
3306 node = alloc_sexp(token, SEXP_ATOM, SEXP_ATOM_OPERATOR, -1, -1); in get_sexp()
3312 node = alloc_sexp(variable_text, (SEXP_ATOM | SEXP_FLAG_VARIABLE), SEXP_ATOM_NUMBER, -1, -1); in get_sexp()
3314 node = alloc_sexp(token, SEXP_ATOM, SEXP_ATOM_NUMBER, -1, -1); in get_sexp()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/
H A Dsexp.h1193 extern int alloc_sexp(const char *text, int type, int subtype, int first, int rest);
H A Dsexp.cpp1167 Locked_sexp_false = alloc_sexp("false", SEXP_LIST, SEXP_ATOM_OPERATOR, -1, -1); in init_sexp()
1172 Locked_sexp_true = alloc_sexp("true", SEXP_LIST, SEXP_ATOM_OPERATOR, -1, -1); in init_sexp()
1192 int alloc_sexp(const char *text, int type, int subtype, int first, int rest) in alloc_sexp() function
1483 …cur = alloc_sexp(Sexp_nodes[node].text, Sexp_nodes[node].type, Sexp_nodes[node].subtype, first, re… in dup_sexp_chain()
3505 node = alloc_sexp("", SEXP_LIST, SEXP_ATOM_LIST, get_sexp(), -1); in get_sexp()
3533 node = alloc_sexp(variable_text, (SEXP_ATOM | SEXP_FLAG_VARIABLE), SEXP_ATOM_STRING, -1, -1); in get_sexp()
3543 node = alloc_sexp(token, SEXP_ATOM, SEXP_ATOM_STRING, -1, -1); in get_sexp()
3611 node = alloc_sexp(token, SEXP_ATOM, SEXP_ATOM_OPERATOR, -1, -1); in get_sexp()
3617 node = alloc_sexp(variable_text, (SEXP_ATOM | SEXP_FLAG_VARIABLE), SEXP_ATOM_NUMBER, -1, -1); in get_sexp()
3619 node = alloc_sexp(token, SEXP_ATOM, SEXP_ATOM_NUMBER, -1, -1); in get_sexp()
[all …]