Lines Matching defs:method
134 char *method, *path;
138 static char func_name[] = "builtin-driver-method-hook";
148 method = pop_a_string(env, NULL);
154 if ((path = search_for_fcode_file(env, method)) != NULL) {
156 method, path);
167 fc_ptr2cell(method), &len);
171 func_name, method);
172 push_a_string(env, method);
177 func_name, method, (int)len);
181 dropin_name = STRDUP(method);
239 char *method, *path, *buf;
246 method = pop_a_string(env, NULL);
252 if ((path = search_for_fcode_file(env, method)) != NULL) {
259 fc_ptr2cell(method), &len);
263 func_name, method);
268 func_name, method, (int)len);
271 fc_ptr2cell(method), fc_ptr2cell(buf), len, &result);
280 func_name, method);
283 func_name, method, buf, (int)len);
306 FORTH(0, "builtin-driver-method-hook",