Lines Matching refs:fcode_env_t

36 #define	FNPROTO(x)	void x(fcode_env_t *)
42 void branch_common(fcode_env_t *, short, fstack_t, int);
174 void make_common_access(fcode_env_t *, char *, int, int, int,
175 void (*acf_i)(fcode_env_t *), void (*acf_s)(fcode_env_t *),
176 void (*set_a)(fcode_env_t *, int));
184 acf_t voc_find(fcode_env_t *env);
230 uchar_t next_bytecode(fcode_env_t *);
231 ushort_t get_short(fcode_env_t *);
232 uint_t get_int(fcode_env_t *);
236 void header(fcode_env_t *, char *, int, flag_t);
237 void do_code(fcode_env_t *, int, char *, FNPROTO((*)));
238 void push_string(fcode_env_t *, char *, int);
242 void print_stack_element(fcode_env_t *, fstack_t);
243 void dump_data_stack(fcode_env_t *, int);
244 void dump_return_stack(fcode_env_t *, int);
245 char *acf_lookup(fcode_env_t *, acf_t);
246 char *acf_to_name(fcode_env_t *, acf_t);
247 int within_dictionary(fcode_env_t *, void *);
248 char *acf_backup_search(fcode_env_t *, acf_t);
249 void dump_forth_environment(fcode_env_t *);
250 void forth_abort(fcode_env_t *, char *, ...);
251 void forth_perror(fcode_env_t *, char *, ...);
252 void return_to_interact(fcode_env_t *);
253 char *get_path(fcode_env_t *, device_t *);
254 char *search_for_fcode_file(fcode_env_t *, char *);
255 int current_debug_state(fcode_env_t *);
257 int do_exec_debug(fcode_env_t *, void *);
258 int name_is_debugged(fcode_env_t *, char *);
260 void buffer_init(fcode_env_t *env);
261 void check_for_debug_entry(fcode_env_t *);
262 void check_for_debug_exit(fcode_env_t *);
263 void check_semi_debug_exit(fcode_env_t *);
264 void check_vitals(fcode_env_t *);
265 void clear_debug_state(fcode_env_t *, int);
266 void debug_set_level(fcode_env_t *, int);
267 void define_actions(fcode_env_t *env, int n, token_t *array);
268 void do_alias(fcode_env_t *);
269 void do_bbranch(fcode_env_t *env);
270 void do_bdo(fcode_env_t *);
271 void do_bleave(fcode_env_t *env);
272 void do_bloop(fcode_env_t *env);
273 void do_bofbranch(fcode_env_t *env);
274 void do_bploop(fcode_env_t *env);
275 void do_bqbranch(fcode_env_t *env);
276 void do_bqdo(fcode_env_t *env);
277 void do_creator(fcode_env_t *env);
278 void do_default_action(fcode_env_t *env);
279 void do_emit(fcode_env_t *, uchar_t);
280 void do_literal(fcode_env_t *);
281 void dump_comma(fcode_env_t *, char *);
282 void dump_words(fcode_env_t *);
283 void fevaluate(fcode_env_t *);
284 void ibuffer_init(fcode_env_t *env);
285 void install_builtin_nodes(fcode_env_t *);
286 void install_does(fcode_env_t *);
287 void install_openprom_nodes(fcode_env_t *);
288 void install_package_nodes(fcode_env_t *);
289 void internal_env_addr(fcode_env_t *env);
290 void internal_env_fetch(fcode_env_t *env);
291 void internal_env_store(fcode_env_t *env);
292 void key(fcode_env_t *);
293 void keyquestion(fcode_env_t *);
294 void make_a_node(fcode_env_t *, char *, int);
295 void output_data_stack(fcode_env_t *, int);
296 void output_return_stack(fcode_env_t *, int, int);
297 void output_step_message(fcode_env_t *);
298 void output_vitals(fcode_env_t *);
299 void print_property(fcode_env_t *, prop_t *, char *);
300 void read_line(fcode_env_t *);
301 void run_daemon(fcode_env_t *);
302 void run_fcode_from_file(fcode_env_t *, char *, int);
303 void tick_literal(fcode_env_t *);
304 void unbug(fcode_env_t *);
305 void xbflip(fcode_env_t *);
306 void xfetch(fcode_env_t *);
307 void xlflip(fcode_env_t *);
308 void xstore(fcode_env_t *);
309 void expose_acf(fcode_env_t *, char *);
314 void do_run(fcode_env_t *, int);
366 void get_environment_property(fcode_env_t *env, int);
394 token_t *alloc_instance_data(fcode_env_t *, int, int, int *);
401 void install_actions(fcode_env_t *env, token_t *table);
402 void set_value_actions(fcode_env_t *env, int);
403 void set_internal_value_actions(fcode_env_t *env);
404 void set_buffer_actions(fcode_env_t *env, int);
406 void system_message(fcode_env_t *env, char *msg);
412 void push_a_string(fcode_env_t *, char *);
413 char *pop_a_string(fcode_env_t *, int *);
414 char *pop_a_duped_string(fcode_env_t *, int *);
415 char *parse_a_string(fcode_env_t *, int *);
416 void push_double(fcode_env_t *, dforth_t);
417 dforth_t pop_double(fcode_env_t *);
418 dforth_t peek_double(fcode_env_t *);
419 void push_xforth(fcode_env_t *, xforth_t);
420 xforth_t pop_xforth(fcode_env_t *);
421 xforth_t peek_xforth(fcode_env_t *);
422 void create_prop(fcode_env_t *, char *);
423 void create_int_prop(fcode_env_t *, char *, int);
424 void create_string_prop(fcode_env_t *, char *, char *);
425 void make_builtin_hooks(fcode_env_t *, char *);
432 void set_here(fcode_env_t *, uchar_t *, char *);
433 int call_my_parent(fcode_env_t *, char *);
434 FILE *get_dump_fd(fcode_env_t *);
436 void load_file(fcode_env_t *);
437 void token_roundup(fcode_env_t *, char *);
440 void do_fclib_trace(fcode_env_t *, void *);
441 int do_fclib_step(fcode_env_t *);