Searched refs:COMMENT (Results 1 – 12 of 12) sorted by relevance
25 COMMENT("This is a comment."); in main()31 COMMENT("Hexagon pt_regs definitions"); in main()63 COMMENT("Hexagon thread_info definitions"); in main()70 COMMENT("Hexagon hexagon_switch_stack definitions"); in main()83 COMMENT("Hexagon task_struct definitions"); in main()87 COMMENT("Hexagon thread_struct definitions"); in main()
78 %x COMMENT90 "/*" { BEGIN COMMENT; /* Enter comment eating state */ } variable91 <COMMENT>"/*" { fprintf(stderr, "Warning! Comment within comment."); }92 <COMMENT>\n { ++yylineno; }93 <COMMENT>[^*/\n]* ;94 <COMMENT>"*"+[^*/\n]* ;95 <COMMENT>"/"+[^*/\n]* ;96 <COMMENT>"*"+"/" { BEGIN INITIAL; }
31 #define COMMENT 0x10 macro53 if ((flags & COMMENT) != 0) in gunzip()
31 COMMENT, enumerator93 return COMMENT; in brcmf_nvram_handle_idle()97 return COMMENT; in brcmf_nvram_handle_idle()119 st = COMMENT; in brcmf_nvram_handle_key()131 st = COMMENT; in brcmf_nvram_handle_key()135 return COMMENT; in brcmf_nvram_handle_key()
13 #define COMMENT(x) \ macro
25 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
14 COMMENT(#val " / sizeof(unsigned long)"); \
57 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
48 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
236 <*>{COMMENT}+ /* eat C-style comments */
1187 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro 1253 if ((flags & COMMENT) != 0) { in gunzip()
178 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro251 if (buf[3] & COMMENT) { in decompress_exec()