Home
last modified time | relevance | path

Searched refs:Place_incLineno (Results 1 – 4 of 4) sorted by relevance

/dports/cad/tkgate/tkgate-2.1/src/verga/
H A Dluthor.l190 <LC>\n { Place_incLineno(&curPlace,1); BeginLast(); }
266 <PV>"\n" { Place_incLineno(&curPlace,1); }
268 <PV>"//:"{white}*"beginscript".*"\n" { Place_incLineno(&curPlace,1); yylval.S = yc_getescriptname(y…
269 <PV>"//:"{white}*"endscript".*"\n" { Place_incLineno(&curPlace,1); return ENDSCRIPT; }
H A Derror.h176 void Place_incLineno(Place *p, int delta);
H A Dpaux.c333 Place_incLineno(&curPlace,1); in ycDirectiveText()
H A Derror.c356 void Place_incLineno(Place *p, int delta) in Place_incLineno() function