Hi!� Please look [this code fragment](https://github.com/openbsd/src/blob/14a309e3a4feb469e2b128b77f1f2144a55b1bbb/usr.bin/tic/dump_entry.c#L296):```
#define FNKEY(i) (((i)<= 65 && (i)>= 75) || ((i)<= 216 && (i)>= 268)) ```i can't be less than 65 and more than 75 at the same time� ```This possible defect found by [AppChecker](https://npo-echelon.ru/en/solutions/appchecker.php)
