Searched refs:COMMENT (Results 1 – 13 of 13) 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()
28 COMMENT("MIPS pt_regs offsets."); in output_ptreg_defines()80 COMMENT("MIPS task_struct offsets."); in output_task_defines()94 COMMENT("MIPS thread_info offsets."); in output_thread_info_defines()181 COMMENT("Size of struct page"); in output_mm_defines()184 COMMENT("Linux mm_struct offsets."); in output_mm_defines()220 COMMENT("Linux sigcontext offsets."); in output_sc_defines()242 COMMENT("Linux sigcontext offsets."); in output_sc_defines()255 COMMENT("Linux signal numbers."); in output_signal_defined()322 COMMENT(" Linux struct pbe offsets. "); in output_pbe_defines()334 COMMENT(" PM offsets. "); in output_pm_defines()[all …]
75 %x COMMENT87 "/*" { BEGIN COMMENT; /* Enter comment eating state */ } variable88 <COMMENT>"/*" { fprintf(stderr, "Warning! Comment within comment."); }89 <COMMENT>\n { ++yylineno; }90 <COMMENT>[^*/\n]* ;91 <COMMENT>"*"+[^*/\n]* ;92 <COMMENT>"/"+[^*/\n]* ;93 <COMMENT>"*"+"/" { BEGIN INITIAL; }
30 #define COMMENT 0x10 macro52 if ((flags & COMMENT) != 0) in gunzip()
29 COMMENT, enumerator89 return COMMENT; in brcmf_nvram_handle_idle()93 return COMMENT; in brcmf_nvram_handle_idle()115 st = COMMENT; in brcmf_nvram_handle_key()127 return COMMENT; in brcmf_nvram_handle_key()
9 COMMENT("Linux system call numbers."); in syscall_defines()
13 #define COMMENT(x) \ macro
25 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
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 */ macro1253 if ((flags & COMMENT) != 0) { in gunzip()
199 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro272 if (buf[3] & COMMENT) { in decompress_exec()
Completed in 35 milliseconds