Searched refs:text_chars (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/file/src/
H A Dencoding.c201 private char text_chars[256] = { variable
232 int t = text_chars[buf[i]];
251 int t = text_chars[buf[i]];
271 int t = text_chars[buf[i]];
311 if (text_chars[buf[i]] != T)
404 text_chars[(size_t)ubuf[*ulen - 1]] != T)
/freebsd-10.1-release/contrib/nvi/common/
H A Dencoding.c24 static char text_chars[256] = { variable
74 if (text_chars[buf[i]] != T)
149 if (c < 128 && text_chars[c] != T)

Completed in 45 milliseconds