ArchWizard

DGD/

source navigation ]
diff markup ]
identifier search ]
file search ]
Version: [ 1.0.a0 ] [ 1.1 ] [ 1.2 ] [ 1.2p1 ] [ 1.2p2 ] [ 1.2p3 ] [ 1.2p4 ] [ 1.2.151 ]

  1 extern void              tk_init        P((void));
  2 extern void              tk_clear       P((void));
  3 extern bool              tk_include     P((char*));
  4 extern void              tk_endinclude  P((void));
  5 extern unsigned short    tk_line        P((void));
  6 extern char             *tk_filename    P((void));
  7 extern void              tk_setline     P((unsigned int));
  8 extern void              tk_setfilename P((char*));
  9 extern void              tk_header      P((int));
 10 extern void              tk_setpp       P((int));
 11 extern int               tk_gettok      P((void));
 12 extern void              tk_skiptonl    P((int));
 13 extern int               tk_expand      P((macro*));
 14 
 15 extern char *yytext;
 16 extern int yyleng;
 17 extern long yynumber;
 18 extern xfloat yyfloat;
 19 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.