Searched refs:mri_comment_field (Results 1 – 5 of 5) sorted by relevance
135 stop = mri_comment_field (&stopc); in s_if()272 stop = mri_comment_field (&stopc); in s_ifc()
1172 mri_comment_field (char *stopcp) in mri_comment_field() function1290 stop = mri_comment_field (&stopc); in s_align()1432 stop = mri_comment_field (&stopc); in s_comm_internal()1548 stop = mri_comment_field (&stopc); in s_mri_common()1892 stop = mri_comment_field (&stopc); in s_fail()2014 stop = mri_comment_field (&stopc); in s_globl()3082 stop = mri_comment_field (&stopc); in s_space()3253 stop = mri_comment_field (&stopc); in s_float_space()3330 stop = mri_comment_field (&stopc); in s_struct()3718 stop = mri_comment_field (&stopc); in cons_worker()[all …]
108 extern char *mri_comment_field (char *);
731 (mri_comment_field): Only handle weird comments if TC_M68K.953 * read.c (mri_comment_field): New function.955 (s_align_bytes): Use mri_comment_field.958 (s_space): Use mri_comment_field rather than doing it by hand.961 * read.h (mri_comment_field): Declare.963 * cond.c (s_if): Use mri_comment_field.
2119 * cond.c (s_ifc): Call mri_comment_field and mri_comment_end when