USG_PG3/usr/source/lexcl/input.c
Compare this file to the similar file:
36: V10/cmd/twig/lex.c
18: V9/cmd/emacs/ecomp.c
Show the results in this format:
int yylineno 1; input() { int c; c = getchar(); if (c== '\n') yylineno++; return(c); }