Lines Matching refs:eeh_opts_last
50 static int eeh_opts_last; variable
401 for (s = eeh_opts; s && (s < (eeh_opts + eeh_opts_last)); s += strlen(s)+1) { in eeh_check_opts_config()
446 eeh_opts[eeh_opts_last++] = '+'; /* default */ in eeh_parm()
447 eeh_opts[eeh_opts_last++] = '\0'; in eeh_parm()
450 eeh_opts[eeh_opts_last++] = state ? '+' : '-'; in eeh_parm()
451 eeh_opts[eeh_opts_last++] = '\0'; in eeh_parm()
465 if (eeh_opts_last + curlen > EEH_MAX_OPTS-2) { in eeh_parm()
469 eeh_opts[eeh_opts_last++] = state ? '+' : '-'; in eeh_parm()
470 strncpy(eeh_opts+eeh_opts_last, cur, curlen); in eeh_parm()
471 eeh_opts_last += curlen; in eeh_parm()
472 eeh_opts[eeh_opts_last++] = '\0'; in eeh_parm()