MAX_PARAM_NAME_LEN 114 core/gui_script.c char str[MAX_PARAM_NAME_LEN+1]; MAX_PARAM_NAME_LEN 178 core/gui_script.c ptr = get_name(ptr, MAX_PARAM_NAME_LEN, &p, 0); MAX_PARAM_NAME_LEN 192 core/gui_script.c ptr = get_name(ptr, MAX_PARAM_NAME_LEN, &p, 1); MAX_PARAM_NAME_LEN 197 core/gui_script.c if (l > MAX_PARAM_NAME_LEN) l = MAX_PARAM_NAME_LEN; MAX_PARAM_NAME_LEN 245 core/gui_script.c ptr = get_name(ptr, MAX_PARAM_NAME_LEN, &p, isScript); MAX_PARAM_NAME_LEN 277 core/gui_script.c ptr = get_name(ptr, MAX_PARAM_NAME_LEN, &p, 1); MAX_PARAM_NAME_LEN 331 core/gui_script.c ptr = get_name(ptr, MAX_PARAM_NAME_LEN, &p, 1); MAX_PARAM_NAME_LEN 343 core/gui_script.c ptr = get_name(ptr, MAX_PARAM_NAME_LEN, &p, 1);