Home
last modified time | relevance | path

Searched refs:expr_object (Results 1 – 11 of 11) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dmatch.c192 expr_list = expr_object->value.listValue; in substitute_params()
206 if (HAS_POSINFO(expr_object)) { in substitute_params()
446 if (HAS_POSINFO(expr_object)) { in match_object2()
510 if (HAS_POSINFO(expr_object)) { in match_object3()
868 matched_object = expr_object;
1063 trace1(expr_object);
1087 err_match(NO_MATCH, expr_object);
1093 trace1(expr_object);
1110 objectType expr_object)
1118 trace1(expr_object);
[all …]
H A Dexecutl.c63 objectRecord expr_object; in get_create_call_obj() local
82 expr_object.descriptor.property = NULL; in get_create_call_obj()
83 expr_object.value.listValue = expr_list; in get_create_call_obj()
113 objectRecord expr_object; in get_destroy_call_obj() local
132 expr_object.descriptor.property = NULL; in get_destroy_call_obj()
162 objectRecord expr_object; in type_create_call_obj() local
178 expr_object.descriptor.property = NULL; in type_create_call_obj()
208 objectRecord expr_object; in type_copy_call_obj() local
254 objectRecord expr_object; in type_ord_call_obj() local
295 objectRecord expr_object; in type_in_call_obj() local
[all …]
H A Dmatch.h28 void substitute_params (const_objectType expr_object);
29 void update_owner (const_objectType expr_object);
31 objectType match_expression (objectType expr_object);
33 objectType expr_object);
H A Ddoany.c70 objectRecord expr_object; in exec1() local
87 expr_object.type_of = take_type(SYS_EXPR_TYPE); in exec1()
88 expr_object.descriptor.property = NULL; in exec1()
89 expr_object.value.listValue = list; in exec1()
90 INIT_CATEGORY_OF_OBJ(&expr_object, EXPROBJECT); in exec1()
91 if ((object = match_expression(&expr_object)) != NULL) { in exec1()
H A Dprg_comp.c449 objectRecord expr_object; in prgMatch() local
455 expr_object.type_of = NULL; in prgMatch()
456 expr_object.descriptor.property = NULL; in prgMatch()
457 expr_object.value.listValue = curr_expr; in prgMatch()
458 INIT_CATEGORY_OF_OBJ(&expr_object, EXPROBJECT); in prgMatch()
460 result = match_prog_expression(aProg->declaration_root, &expr_object); in prgMatch()
464 curr_expr = expr_object.value.listValue->next; in prgMatch()
465 result = expr_object.value.listValue->obj; in prgMatch()
466 expr_object.value.listValue->next = NULL; in prgMatch()
467 free_list(expr_object.value.listValue); in prgMatch()
H A Derror.c1100 void err_expr_obj (errorType err, const_objectType expr_object, in err_expr_obj() argument
1108 if (HAS_POSINFO(expr_object)){ in err_expr_obj()
1109 write_place(err, get_file_name(GET_FILE_NUM(expr_object)), in err_expr_obj()
1110 GET_LINE_NUM(expr_object)); in err_expr_obj()
1119 prot_list(expr_object->value.listValue->next); in err_expr_obj()
1128 if (HAS_POSINFO(expr_object)){ in err_expr_obj()
1129 print_line(GET_LINE_NUM(expr_object)); in err_expr_obj()
H A Derror.h104 void err_expr_obj (errorType err, const_objectType expr_object,
/dports/devel/R-cran-clipr/clipr/R/
H A Dclipr_addin.R3 expr_object <- eval(parse(text = context$selection[[1]]$text)) functionVar
4 write_clip(expr_object)
9 expr_object <- eval(parse(text = context$selection[[1]]$text)) functionVar
10 write_clip(utils::capture.output(expr_object))
/dports/graphics/zimg/zimg-5.0.0/
H A Dcmdln.c515 if (z->expr_object) in readcmdln()
516 free(z->expr_object); in readcmdln()
517 z->expr_object = strdup(optarg); in readcmdln()
1164 if (z->expr_object) in free_z()
1165 free(z->expr_object); in free_z()
1271 z->expr_object = (char*)0; in init_z()
H A Dzimg_priv.h375 char* expr_object; member
H A Dzimg.c864 objectfile = dynaload_compile(z.expr, z.expr_source, z.expr_object); in main()
865 } else if (z.expr_object) { in main()
866 objectfile = z.expr_object; in main()
2305 if (!z.expr_object) in main()