Home
last modified time | relevance | path

Searched refs:numlen (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/lib/libcurses/tinfo/
H A Dwrite_entry.c723 size_t namelen, boolmax, nummax, strmax, numlen; in _nc_write_object() local
826 numlen = convert_numbers(buf, tp->Numbers, nummax); in _nc_write_object()
827 if (Write(buf, numlen, nummax) != nummax) { in _nc_write_object()
906 numlen = convert_numbers(buf, tp->Numbers + NUMCOUNT, (size_t) tp->ext_Numbers); in _nc_write_object()
907 if (Write(buf, numlen, tp->ext_Numbers) != tp->ext_Numbers) { in _nc_write_object()
/openbsd-src/gnu/usr.bin/perl/
H A Dperl.c3647 STRLEN numlen; in Perl_moreswitches()
3656 numlen = e - s; in Perl_moreswitches()
3658 rschar = (U32)grok_hex(s, &numlen, &flags, NULL); in Perl_moreswitches()
3659 if (s + numlen < e) { in Perl_moreswitches()
3670 numlen = 0; in Perl_moreswitches()
3680 numlen = 4; in Perl_moreswitches()
3681 rschar = (U32)grok_oct(s, &numlen, &flags, NULL); in Perl_moreswitches()
3684 else if (!rschar && numlen >= 2) in Perl_moreswitches()
3692 return s + numlen; in Perl_moreswitches()
3836 STRLEN numlen; in Perl_moreswitches()
3553 STRLEN numlen; Perl_moreswitches() local
3742 STRLEN numlen; Perl_moreswitches() local
[all...]
H A Dregcomp.c6544 STRLEN numlen = 3; in S_regatom()
6545 ender = grok_oct(p, &numlen, &flags, NULL); in S_regatom()
6546 p += numlen; in S_regatom()
6553 form_alien_digit_msg(8, numlen, p, in S_regatom()
6614 STRLEN numlen; in S_regatom()
6616 &numlen, UTF8_ALLOW_DEFAULT); in S_regatom()
6617 p += numlen; in S_regatom()
9447 STRLEN numlen; in S_regclass()
9648 &numlen, UTF8_ALLOW_DEFAULT); in S_regclass()
9649 RExC_parse_inc_by(numlen); in S_regclass()
6449 STRLEN numlen = 3; S_regatom() local
6519 STRLEN numlen; S_regatom() local
9348 STRLEN numlen; S_regclass() local
[all...]
/openbsd-src/usr.bin/rcs/
H A Drcs.c907 u_int i, numlen; in rcs_getrev() local
1000 numlen = MINIMUM(brev->rn_len, in rcs_getrev()
1002 for (i = 0; i < numlen; i++) { in rcs_getrev()
1008 if (i == numlen) { in rcs_getrev()
/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A Dnode.c1690 unsigned numlen = base_len - name_len; in enumerate_filename() local
1692 memmove (base_filename + 8 - numlen, base_filename + name_len, numlen + 1); in enumerate_filename()