perly.h

来自「MSYS在windows下模拟了一个类unix的终端」· C头文件 代码 · 共 71 行

H
71
字号
#ifdef PERL_CORE#define WORD 257#define METHOD 258#define FUNCMETH 259#define THING 260#define PMFUNC 261#define PRIVATEREF 262#define FUNC0SUB 263#define UNIOPSUB 264#define LSTOPSUB 265#define LABEL 266#define FORMAT 267#define SUB 268#define ANONSUB 269#define PACKAGE 270#define USE 271#define WHILE 272#define UNTIL 273#define IF 274#define UNLESS 275#define ELSE 276#define ELSIF 277#define CONTINUE 278#define FOR 279#define LOOPEX 280#define DOTDOT 281#define FUNC0 282#define FUNC1 283#define FUNC 284#define UNIOP 285#define LSTOP 286#define RELOP 287#define EQOP 288#define MULOP 289#define ADDOP 290#define DOLSHARP 291#define DO 292#define HASHBRACK 293#define NOAMP 294#define LOCAL 295#define MY 296#define MYSUB 297#define COLONATTR 298#define PREC_LOW 299#define OROP 300#define ANDOP 301#define NOTOP 302#define ASSIGNOP 303#define OROR 304#define ANDAND 305#define BITOROP 306#define BITANDOP 307#define SHIFTOP 308#define MATCHOP 309#define UMINUS 310#define REFGEN 311#define POWOP 312#define PREINC 313#define PREDEC 314#define POSTINC 315#define POSTDEC 316#define ARROW 317#endif /* PERL_CORE */typedef union {    I32	ival;    char *pval;    OP *opval;    GV *gvval;} YYSTYPE;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?