Searched refs:nextc_is_1stbyte (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y1089 #define nextc_is_1stbyte (cur_char_ring[cur_ring_idx] == 1)
1581 if (gawk_mb_cur_max == 1 || nextc_is_1stbyte)
1640 if (gawk_mb_cur_max == 1 || nextc_is_1stbyte)
1888 if (gawk_mb_cur_max == 1 || nextc_is_1stbyte)
H A Dawkgram.c2928 #define nextc_is_1stbyte (cur_char_ring[cur_ring_idx] == 1)
3420 if (gawk_mb_cur_max == 1 || nextc_is_1stbyte)
3479 if (gawk_mb_cur_max == 1 || nextc_is_1stbyte)
3727 if (gawk_mb_cur_max == 1 || nextc_is_1stbyte)
2924 #define nextc_is_1stbyte macro

Completed in 49 milliseconds