Searched refs:fun_definition (Results 1 – 1 of 1) sorted by relevance
194 fun_definition=$(cat $led_defs_path | grep "\"$function\"" | awk '{print $2}')195 if [ ! -z "$fun_definition" ]; then196 print_msg_ok "$S_FUN" "$function" "Matching definition: $fun_definition"
Completed in 3 milliseconds