Searched refs:truestrings (Results 1 – 1 of 1) sorted by relevance
443 const char *truestrings[] = { "yes", "YES", "y", "Y", in eval_func() local475 for (j = 0; truestrings[j] != NULL; j++) { in eval_func()476 if (s == stable(truestrings[j])) { in eval_func()