Lines Matching refs:FORTH
459 FORTH(0, "get-fcode-from-device", get_fcode_from_device); in _init()
460 FORTH(0, "save-fcode-to-file", save_fcode_to_file); in _init()
461 FORTH(0, "get-my-args", get_my_args); in _init()
462 FORTH(0, "set-my-args", set_my_args); in _init()
463 FORTH(0, ".my-args", dot_my_args); in _init()
464 FORTH(0, ".request", dot_request); in _init()
465 FORTH(0, "get-request", get_request); in _init()
466 FORTH(0, "process-request", process_request); in _init()
467 FORTH(0, "finish-request", finish_request); in _init()
468 FORTH(0, "do-request", do_request); in _init()
469 FORTH(0, "find-fcode", find_fcode); in _init()
470 FORTH(0, "exec-fcode-builtin-method", exec_fcode_builtin_method); in _init()
471 FORTH(0, "run-one-efdaemon-request", run_one_efdaemon_request); in _init()
472 FORTH(0, "get-efdaemon-request", get_efdaemon_request); in _init()
473 FORTH(0, "probe-space", probe_space); in _init()