Lines Matching defs:max_std
91 int max_std, custom_perf;
118 max_std = i;
121 names[i] = buf + (i - max_std) * (SCRIPT_NAMELEN + SCRIPT_FULLPATH_LEN);
125 num = find_scripts(names + max_std, paths + max_std, SCRIPT_MAX_NO - max_std,
129 choice = ui__popup_menu(num + max_std, (char * const *)names, NULL);
144 } else if (choice < num + max_std) {
147 *custom = choice >= max_std;
151 for (i = 0; i < max_std; i++)