Lines Matching defs:method
191 char *method;
195 method = (char *)DS[-1];
200 method, (char *)DS[-1]);
206 method);
215 char *method, *fc_name, *path;
219 method = (char *)DS[-1];
225 method, fc_name);
237 debug_msg(DEBUG_FIND_FCODE, "%s: method '%s' not found\n",
238 fname, method);
245 * executes them to get "builtin drivers" file name or method name, then
246 * executes the builtin-driver method. If both those fail, try getting the
470 FORTH(0, "exec-fcode-builtin-method", exec_fcode_builtin_method);