Lines Matching refs:max_std
264 int max_std, custom_perf;
291 max_std = i;
294 names[i] = buf + (i - max_std) * (SCRIPT_NAMELEN + SCRIPT_FULLPATH_LEN);
298 num = find_scripts(names + max_std, paths + max_std, SCRIPT_MAX_NO - max_std,
302 choice = ui__popup_menu(num + max_std, (char * const *)names, NULL);
317 } else if (choice < num + max_std) {
320 *custom = choice >= max_std;
324 for (i = 0; i < max_std; i++)