Home
last modified time | relevance | path

Searched refs:owningProg (Results 1 – 10 of 10) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dtypeutl.c51 typeType new_type (progType owningProg, typeType meta_type, typeType result_type) in new_type() argument
59 logFunction(printf("new_type(" FMT_U_MEM ", ", (memSizeType) owningProg); in new_type()
84 created_type->owningProg = owningProg; in new_type()
94 list_elem->next = owningProg->types; in new_type()
95 owningProg->types = list_elem; in new_type()
173 func_type = new_type(basic_type->owningProg, meta_type, basic_type); in get_func_type()
198 varfunc_type = new_type(basic_type->owningProg, meta_type, basic_type); in get_varfunc_type()
H A Ddoany.c140 outfileProg = outfile->type_of->owningProg; in do_flush()
163 outfileProg = outfile->type_of->owningProg; in do_wrnl()
187 outfileProg = outfile->type_of->owningProg; in do_wrstri()
H A Dinfile.c260 in_file.owningProg = in_file.curr_infile->owningProg; in openInfile()
262 in_file.owningProg = NULL; /* Is set in analyze_prog() */ in openInfile()
384 in_file.owningProg = NULL; /* Is set in analyze_prog() */ in openString()
435 if (currFile->owningProg == currentProg) { in removeProgFiles()
H A Dblnlib.c444 obj_arg->type_of->owningProg != NULL) { in bln_value()
445 if (obj_arg == TRUE_OBJECT(obj_arg->type_of->owningProg)) { in bln_value()
447 } else if (obj_arg == FALSE_OBJECT(obj_arg->type_of->owningProg)) { in bln_value()
H A Dtypeutl.h28 typeType new_type (progType owningProg, typeType meta_type, typeType result_type);
H A Ddata.h279 progType owningProg; member
445 progType owningProg; member
H A Dref_data.c1024 aReference->type_of->owningProg != NULL) { in blnValue()
1025 if (aReference == TRUE_OBJECT(aReference->type_of->owningProg)) { in blnValue()
1027 } else if (aReference == FALSE_OBJECT(aReference->type_of->owningProg)) { in blnValue()
H A Dtyplib.c245 if ((result = new_type(meta_type->owningProg, meta_type, NULL)) == NULL) { in typ_gensub()
H A Dexecutl.c80 prog = obj->type_of->owningProg; in get_create_call_obj()
130 prog = obj->type_of->owningProg; in get_destroy_call_obj()
H A Danalyze.c452 in_file.owningProg = resultProg; in analyzeProg()