terms 562 src/entry.c const char *terms) { terms 579 src/entry.c if (!strchr(terms, ch)) terms 594 src/entry.c if (len != 0 && strchr(terms, ch)) { terms 403 src/misc.c int get_string(char *string, int size, FILE * file, const char *terms) { terms 406 src/misc.c while (EOF != (ch = get_char(file)) && !strchr(terms, ch)) {