Home
last modified time | relevance | path

Searched refs:mylineno (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/bsd/flex/dist/examples/
DtestxxLexer.l6 int mylineno = 0; variable
/netbsd/src/external/bsd/flex/dist/doc/
Dflex.texi3889 int mylineno = 0;
3915 ++mylineno;
3929 \n mylineno++;
7364 > int mylineno = 0;
7371 > Now you'd expect mylineno to be a member of each instance of class
7374 > mylineno seems to be outside any class scope.
7379 Derive your own subclass and make mylineno a member variable of it.
Dflex.info-13024 int mylineno = 0;
3050 ++mylineno;
3064 \n mylineno++;
6285 > int mylineno = 0;
6292 > Now you'd expect mylineno to be a member of each instance of class
6295 > mylineno seems to be outside any class scope.
6300 Derive your own subclass and make mylineno a member variable of it.