Searched refs:numlen (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | regcomp.c | 3171 STRLEN numlen = e - p - 1; in S_regatom() local 3172 ender = grok_hex(p + 1, &numlen, &flags, NULL); in S_regatom() 3180 STRLEN numlen = 2; in S_regatom() local 3181 ender = grok_hex(p, &numlen, &flags, NULL); in S_regatom() 3182 p += numlen; in S_regatom() 3195 STRLEN numlen = 3; in S_regatom() local 3196 ender = grok_oct(p, &numlen, &flags, NULL); in S_regatom() 3197 p += numlen; in S_regatom() 3217 STRLEN numlen; in S_regatom() local 3219 &numlen, 0); in S_regatom() [all …]
|
| D | perl.c | 3033 STRLEN numlen; local 3042 numlen = e - s; 3044 rschar = (U32)grok_hex(s, &numlen, &flags, NULL); 3045 if (s + numlen < e) { 3047 numlen = 0; 3058 numlen = 4; 3059 rschar = (U32)grok_oct(s, &numlen, &flags, NULL); 3062 else if (!rschar && numlen >= 2) 3070 return s + numlen; 3192 STRLEN numlen; local [all …]
|
| /mirbsd/src/gnu/usr.bin/texinfo/makeinfo/ |
| D | node.c | 1690 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()
|