Lines Matching refs:NLBLOCK
59 #define NLBLOCK mb /* Block containing newline information */ macro
900 NLBLOCK->nltype == NLTYPE_FIXED && in match()
901 NLBLOCK->nllen == 2 && in match()
902 UCHAR21TEST(Feptr) == NLBLOCK->nl[0]) in match()
2945 NLBLOCK->nltype == NLTYPE_FIXED && in match()
2946 NLBLOCK->nllen == 2 && in match()
2947 UCHAR21(Feptr) == NLBLOCK->nl[0]) in match()
3198 NLBLOCK->nltype == NLTYPE_FIXED && in match()
3199 NLBLOCK->nllen == 2 && in match()
3200 *Feptr == NLBLOCK->nl[0]) in match()
3773 NLBLOCK->nltype == NLTYPE_FIXED && in match()
3774 NLBLOCK->nllen == 2 && in match()
3775 fc == NLBLOCK->nl[0]) in match()
3901 NLBLOCK->nltype == NLTYPE_FIXED && in match()
3902 NLBLOCK->nllen == 2 && in match()
3903 fc == NLBLOCK->nl[0]) in match()
4395 NLBLOCK->nltype == NLTYPE_FIXED && in match()
4396 NLBLOCK->nllen == 2 && in match()
4397 UCHAR21(Feptr) == NLBLOCK->nl[0]) in match()
4644 NLBLOCK->nltype == NLTYPE_FIXED && in match()
4645 NLBLOCK->nllen == 2 && in match()
4646 *Feptr == NLBLOCK->nl[0]) in match()
5954 NLBLOCK->nltype == NLTYPE_FIXED && in match()
5955 NLBLOCK->nllen == 2 && in match()
5956 UCHAR21TEST(Feptr) == NLBLOCK->nl[0]) in match()
6002 NLBLOCK->nltype == NLTYPE_FIXED && in match()
6003 NLBLOCK->nllen == 2 && in match()
6004 UCHAR21TEST(Feptr) == NLBLOCK->nl[0]) in match()
7540 #undef NLBLOCK /* Block containing newline information */