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

/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y1086 static int cur_ring_idx;
1089 #define nextc_is_1stbyte (cur_char_ring[cur_ring_idx] == 1)
1384 cur_ring_idx = (cur_ring_idx == RING_BUFFER_SIZE - 1)? 0 :
1385 cur_ring_idx + 1;
1388 if (cur_char_ring[cur_ring_idx] == 0) {
1390 int idx, work_ring_idx = cur_ring_idx;
1478 cur_ring_idx = (cur_ring_idx == 0)? RING_BUFFER_SIZE - 1 :
1479 cur_ring_idx
[all...]
H A Dawkgram.c2925 static int cur_ring_idx;
2928 #define nextc_is_1stbyte (cur_char_ring[cur_ring_idx] == 1)
3223 cur_ring_idx = (cur_ring_idx == RING_BUFFER_SIZE - 1)? 0 :
3224 cur_ring_idx + 1;
3227 if (cur_char_ring[cur_ring_idx] == 0) {
3229 int idx, work_ring_idx = cur_ring_idx;
3317 cur_ring_idx = (cur_ring_idx == 0)? RING_BUFFER_SIZE - 1 :
3318 cur_ring_idx
2921 static int cur_ring_idx; variable
[all...]

Completed in 50 milliseconds