File: xml_y.hh

package info (click to toggle)
xtide 2.6.4-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,996 kB
  • ctags: 2,617
  • sloc: cpp: 26,266; ansic: 8,105; makefile: 152; yacc: 113; sh: 54; lex: 54
file content (11 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
typedef union {
  struct xmltag *tag;
  struct xmlattribute *attribute;
  Dstr *value;
} YYSTYPE;
#define	NAME	257
#define	ATTVALUE	258
#define	XMLSTART	259


extern YYSTYPE xmllval;