Home
last modified time | relevance | path

Searched refs:pos_before (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dar.c116 pos_default, pos_before, pos_after, pos_end enumerator
553 postype = pos_before; in main()
556 postype = pos_before; in main()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dar.c123 pos_default, pos_before, pos_after, pos_end enumerator
546 postype = pos_before; in main()
549 postype = pos_before; in main()
/openbsd/gnu/usr.bin/perl/
H A Dregcomp_study.c2386 SSize_t mincount, maxcount, minnext, deltanext, pos_before = 0; in Perl_study_chunk() local
2487 pos_before = data->pos_min; in Perl_study_chunk()
2760 SSize_t b = pos_before >= data->last_start_min in Perl_study_chunk()
2761 ? pos_before : data->last_start_min; in Perl_study_chunk()
2776 if (deltanext == 0 && pos_before == b) { in Perl_study_chunk()