4.4BSD/usr/src/usr.bin/lex/lib/libyywrap.c

/* libyywrap - flex run-time support library "yywrap" function */

int yywrap()
    {
    return 1;
    }