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()95 COMMENT("MIPS thread_info offsets."); in output_thread_info_defines()112 COMMENT("MIPS specific thread_struct offsets."); in output_thread_defines()183 COMMENT("Size of struct page"); in output_mm_defines()186 COMMENT("Linux mm_struct offsets."); in output_mm_defines()222 COMMENT("Linux sigcontext offsets."); in output_sc_defines()244 COMMENT("Linux sigcontext offsets."); in output_sc_defines()257 COMMENT("Linux signal numbers."); in output_signal_defined()296 COMMENT("Octeon specific octeon_cop2_state offsets."); in output_octeon_cop2_state_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()
9 COMMENT("Linux system call numbers."); in syscall_defines()
13 #define COMMENT(x) \ macro
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()
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()
193 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro266 if (buf[3] & COMMENT) { in decompress_exec()