Searched refs:current_fn (Results 1 – 5 of 5) sorted by relevance
102 if (!current_fn || !current_fn->ident) in handle_func()120 len = current_fn->ident->len; in handle_func()122 memcpy(string->data, current_fn->ident->name, len); in handle_func()
46 struct symbol *current_fn; variable3098 struct symbol *curr = current_fn; in evaluate_symbol_call()3103 current_fn = ctype->ctype.base_type; in evaluate_symbol_call()3108 current_fn = curr; in evaluate_symbol_call()3423 struct symbol *curr = current_fn; in evaluate_symbol()3428 current_fn = base_type; in evaluate_symbol()3436 current_fn = curr; in evaluate_symbol()3459 fntype = current_fn->ctype.base_type; in evaluate_return_expression()
259 extern struct symbol *current_fn;
2251 current_fn = sym; in start_function()2258 current_fn = NULL; in end_function()
10920 KtKeyFn *current_fn; /* An existing action function */ local10929 if(_kt_lookup_action(gl->bindings, name, ¤t_fn, ¤t_data) == 0) {10934 if(current_fn == action_fn) {11045 KtKeyFn *current_fn; /* An existing action function */ local11055 if(_kt_lookup_action(gl->bindings, name, ¤t_fn, ¤t_data) == 0) {11060 if(current_fn == action_fn) {