Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Didentutl.c92 free_ident(currentProg, old_ident->next1); in free_ident()
93 free_ident(currentProg, old_ident->next2); in free_ident()
94 free_entity(currentProg, old_ident->entity); in free_ident()
158 void close_idents (const_progType currentProg) in close_idents() argument
167 free_ident(currentProg, currentProg->ident.table[position]); in close_idents()
173 free_ident(currentProg, currentProg->ident.table1[character]); in close_idents()
176 free_ident(currentProg, currentProg->ident.literal); in close_idents()
177 free_ident(currentProg, currentProg->ident.end_of_file); in close_idents()
192 currentProg->ident.table[position] = NULL; in init_idents()
204 if ((currentProg->ident.literal = in init_idents()
[all …]
H A Dname.c395 currentProg->entity.inactive_list = entity; in pop_object()
487 currentProg->stack_global = created_stack_element; in init_stack()
488 currentProg->stack_data = created_stack_element; in init_stack()
489 currentProg->stack_current = created_stack_element; in init_stack()
500 static void close_current_stack (progType currentProg) in close_current_stack() argument
531 pop_object(currentProg, list_element->obj); in close_current_stack()
543 pop_object(currentProg, list_element->obj); in close_current_stack()
564 currentProg->stack_current->local_object_list = NULL; in close_current_stack()
570 void close_stack (progType currentProg) in close_stack() argument
581 if (currentProg->stack_current != NULL) { in close_stack()
[all …]
H A Dentutl.h30 void init_declaration_root (progType currentProg, errInfoType *err_info);
31 void close_declaration_root (progType currentProg);
32 void free_entity (const_progType currentProg, entityType old_entity);
37 void close_entity (progType currentProg);
H A Didentutl.h36 identType get_ident (progType currentProg, const_ustriType name);
37 void close_idents (const_progType currentProg);
38 void init_idents (progType currentProg, errInfoType *err_info);
H A Ds7.c393 progType currentProg; in wmain() local
447 currentProg = analyze(option.sourceFileArgument, option.parserOptions, in wmain()
449 if (!option.analyzeOnly && currentProg != NULL && in wmain()
450 (currentProg->error_count == 0 || option.executeAlways)) { in wmain()
455 if (currentProg->main_object == NULL || in wmain()
456 CATEGORY_OF_OBJ(currentProg->main_object) == FORWARDOBJECT) { in wmain()
459 interpret(currentProg, option.argv, option.argvStart, in wmain()
464 if (fail_value == DB_EXCEPTION(currentProg)) { in wmain()
H A Dentutl.c299 void init_declaration_root (progType currentProg, errInfoType *err_info) in init_declaration_root() argument
303 currentProg->declaration_root = new_node(NULL); in init_declaration_root()
304 if (currentProg->declaration_root == NULL) { in init_declaration_root()
312 void close_declaration_root (progType currentProg) in close_declaration_root() argument
316 free_nodes(currentProg->declaration_root); in close_declaration_root()
317 currentProg->declaration_root = NULL; in close_declaration_root()
323 void free_entity (const_progType currentProg, entityType old_entity) in free_entity() argument
744 void close_entity (progType currentProg) in close_entity() argument
752 entity = currentProg->entity.inactive_list; in close_entity()
756 free_entity(currentProg, old_entity); in close_entity()
[all …]
H A Dfindid.c192 void clean_idents (progType currentProg) in clean_idents() argument
202 clean_ident_tree(currentProg->ident.table[position]); in clean_idents()
208 actual_ident = currentProg->ident.table1[character]; in clean_idents()
248 void write_idents (progType currentProg) in write_idents() argument
261 wri_binary_ident_tree(currentProg->ident.table[position]); in write_idents()
267 actual_ident = currentProg->ident.table1[character]; in write_idents()
H A Dfindid.h43 void clean_idents (progType currentProg);
44 void write_idents (progType currentProg);
H A Dname.h29 void init_stack (progType currentProg, errInfoType *err_info);
30 void close_stack (progType currentProg);
H A Dprg_comp.c137 void interpret (const const_progType currentProg, const const_rtlArrayType argv, in interpret() argument
146 striAsUnquotedCStri(currentProg->program_path));); in interpret()
147 if (currentProg != NULL) { in interpret()
152 if (currentProg->main_object != NULL) { in interpret()
155 prog = (progType) currentProg; in interpret()
212 striAsUnquotedCStri(currentProg->program_path));); in interpret()
H A Dtypeutl.c139 void close_type (progType currentProg) in close_type() argument
147 type_elem = currentProg->types; in close_type()
153 free_list(currentProg->types); in close_type()
H A Dtypeutl.h29 void close_type (progType currentProg);
H A Dexec.h43 objectType exec_expr (const progType currentProg, objectType object,
H A Dprg_comp.h28 void interpret (const const_progType currentProg, const const_rtlArrayType argv,
H A Dinfile.h104 void removeProgFiles (progType currentProg);
H A Dexec.c1139 objectType exec_expr (const progType currentProg, objectType object, in exec_expr() argument
1149 if (currentProg != NULL) { in exec_expr()
1154 prog = currentProg; in exec_expr()
1174 incl_list(&currentProg->exec_expr_temp_results, result, err_info); in exec_expr()
H A Dinfile.c419 void removeProgFiles (progType currentProg) in removeProgFiles() argument
435 if (currFile->owningProg == currentProg) { in removeProgFiles()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dsynth.h351 void currentProg(int chan, int *prog, int *bankL, int *bankH) in currentProg() function
352 { _curOutParamNums[chan].currentProg(prog, bankL, bankH); } in currentProg()
H A Ddssihost.cpp1092 synti->currentProg(chn, NULL, &lb, &hb); in processEvent()
1128 synti->currentProg(chn, &pr, &lb, NULL); in processEvent()
1138 synti->currentProg(chn, &pr, NULL, &hb); in processEvent()
1899 synti->currentProg(chn, &pr, &lb, &hb); in guiHeartBeat()
1941 synti->currentProg(chn, &pr, &lb, &hb); in oscUpdate()
H A Dmididev.h74 void currentProg(int *prg, int *lbank, int *hbank) in currentProg() function
H A Dvst_native.cpp2287 synti->currentProg(chn, NULL, &lb, &hb); in processEvent()
2321 synti->currentProg(chn, &pr, &lb, NULL); in processEvent()
2331 synti->currentProg(chn, &pr, NULL, &hb); in processEvent()
H A Dsynth.cpp3924 synti->currentProg(chn, NULL, &lb, &hb); in processEvent()
3973 synti->currentProg(chn, &pr, &lb, NULL); in processEvent()
3994 synti->currentProg(chn, &pr, NULL, &hb); in processEvent()
H A Dlv2host.cpp4176 synti->currentProg(chn, nullptr, &lb, &hb); in processEvent()
4223 synti->currentProg(chn, &pr, &lb, nullptr); in processEvent()
4238 synti->currentProg(chn, &pr, nullptr, &hb); in processEvent()
/dports/devel/eric6/eric6-21.11/eric/eric6/Debugger/
H A DDebugUI.py1130 program = self.ui.currentProg
2395 self.ui.currentProg = fn
/dports/devel/eric6/eric6-21.11/eric/eric6/UI/
H A DUserInterface.py639 self.currentProg = None
6439 if self.currentProg is not None:
6440 del self.currentProg
6442 self.currentProg = os.path.normpath(fn)