Lines Matching refs:goodsec
2465 const char *goodsec; in post_sh_head() local
2511 goodsec = NULL; in post_sh_head()
2516 goodsec = *testsec; in post_sh_head()
2520 if (goodsec != NULL) in post_sh_head()
2522 "Sh %s instead of %s", nch->string, goodsec); in post_sh_head()
2548 goodsec = NULL; in post_sh_head()
2556 goodsec = "2, 3, 4, 7, 9"; in post_sh_head()
2563 if (NULL == goodsec) in post_sh_head()
2564 goodsec = "2, 3, 9"; in post_sh_head()
2569 if (NULL == goodsec) in post_sh_head()
2570 goodsec = "9"; in post_sh_head()
2573 "Sh %s for %s only", secnames[sec], goodsec); in post_sh_head()