Home
last modified time | relevance | path

Searched refs:firstdigit (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/swftools/swftools-0.9.2/lib/
H A Dargs.h222 int firstdigit=l; in filename2template() local
223 while(firstdigit && strchr("0123456789", filename[firstdigit-1])) in filename2template()
224 firstdigit--; in filename2template()
225 *startindex = atoi(filename+firstdigit); in filename2template()
226 memcpy(newname, filename, firstdigit); in filename2template()
227 sprintf(newname+firstdigit, "%%%dd", lastdigit+1-firstdigit); in filename2template()
228 strcat(newname+firstdigit, filename+lastdigit+1); in filename2template()
/dports/devel/gdb/gdb-11.1/gdbserver/
H A Dhostio.cc97 int count, firstdigit; in require_int() local
102 firstdigit = -1; in require_int()
111 if (firstdigit == -1) in require_int()
112 firstdigit = nib; in require_int()
115 if (count >= 8 || (count == 7 && firstdigit >= 0x8)) in require_int()
/dports/devel/tinygo/tinygo-0.14.1/src/runtime/
H A Dprint.go78 firstdigit := 19 // digit index that isn't zero (by default, the last to handle '0' correctly)
83 firstdigit = i
88 for i := firstdigit; i < 20; i++ {
/dports/mail/thunderbird/thunderbird-91.8.0/comm/ldap/c-sdk/libraries/libldap/
H A Dsearch.c717 int escape, firstdigit, ival; in unescape_filterval() local
720 escape = firstdigit = 0; in unescape_filterval()
727 if (firstdigit) { in unescape_filterval()
737 if (firstdigit) { in unescape_filterval()
739 firstdigit = 0; in unescape_filterval()
751 firstdigit = 1; in unescape_filterval()
/dports/net/ldapsdk/mozldap-6.0.7/c-sdk/ldap/libraries/libldap/
H A Dsearch.c804 int escape, firstdigit, ival; in unescape_filterval() local
807 escape = firstdigit = 0; in unescape_filterval()
814 if ( firstdigit ) { in unescape_filterval()
824 if ( firstdigit ) { in unescape_filterval()
826 firstdigit = 0; in unescape_filterval()
838 firstdigit = 1; in unescape_filterval()
/dports/editors/mined/mined-2015.25/src/
H A Ddispatch.c1569 REPT (firstdigit) in REPT() argument
1570 char firstdigit; in REPT()
1579 if (firstdigit >= '0' && firstdigit <= '9') {
1580 val = get_number ("Please continue repeat count...", firstdigit, & number);
1581 if (firstdigit != '0' && number < 10) {
H A Dprompt.c1612 get_number (message, firstdigit, result) in get_number() argument
1614 char firstdigit;
1623 if (firstdigit > '\0') {
1624 ch = firstdigit;
H A Dmined.h849 extern long get_number _((char * message, char firstdigit, int * result));
/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/libsrc/
H A Dargs.cc538 const char *firstdigit = s, *lastdigit = s - 1; in span() local
550 if (s != firstdigit) in span()
552 else if (firstdigit > begin + 1) in span()
554 return firstdigit - 1; in span()
645 const char *firstdigit = s, *lastdigit = firstdigit - 1; in preparse_fraction() local
651 && (lastdigit == s || firstdigit == s)) in preparse_fraction()
662 if (lastdigit == firstdigit - 1) in preparse_fraction()
/dports/editors/vim/vim-8.2.3745/src/
H A Dops.c2507 int firstdigit; in do_addsub() local
2655 if (!VIM_ISDIGIT(firstdigit) && !(do_alpha && ASCII_ISALPHA(firstdigit))) in do_addsub()
2669 firstdigit = 'A'; in do_addsub()
2671 firstdigit = 'a'; in do_addsub()
2675 firstdigit = EBCDIC_CHAR_ADD(firstdigit, -Prenum1); in do_addsub()
2677 firstdigit -= Prenum1; in do_addsub()
2685 firstdigit = 'Z'; in do_addsub()
2687 firstdigit = 'z'; in do_addsub()
2691 firstdigit = EBCDIC_CHAR_ADD(firstdigit, Prenum1); in do_addsub()
2693 firstdigit += Prenum1; in do_addsub()
[all …]
/dports/emulators/tilem/tilem-2.0/emu/
H A Dstate.c338 int firstdigit; in load_new_sav_file() local
362 firstdigit = 1; in load_new_sav_file()
389 if (firstdigit) { in load_new_sav_file()
391 firstdigit = 0; in load_new_sav_file()
400 firstdigit = 1; in load_new_sav_file()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dops.c4852 int firstdigit; in do_addsub() local
4970 firstdigit = ptr[col]; in do_addsub()
4971 if (!ascii_isdigit(firstdigit) && !(do_alpha && ASCII_ISALPHA(firstdigit))) { in do_addsub()
4980 if (isupper(firstdigit)) { in do_addsub()
4981 firstdigit = 'A'; in do_addsub()
4983 firstdigit = 'a'; in do_addsub()
4986 firstdigit -= (int)Prenum1; in do_addsub()
4990 if (isupper(firstdigit)) { in do_addsub()
4991 firstdigit = 'Z'; in do_addsub()
4993 firstdigit = 'z'; in do_addsub()
[all …]
/dports/databases/pspg/pspg-5.3.4/src/
H A Dpretty-csv.c42 int firstdigit[1024]; /* rows where first char is digit */ member
637 (linebuf->firstdigit[pdesc->columns_map[i]] > 0 && linebuf->processed - 1 == 1)) in prepare_pdesc()
639 …else if ((((double) linebuf->firstdigit[pdesc->columns_map[i]] / (double) (linebuf->processed - 1)… in prepare_pdesc()
782 linebuf->firstdigit[i]++; in postprocess_fields()
/dports/print/hplip/hplip-3.20.6/prnt/hpijs/
H A Dfoomatic-rip-hplip5131 my $firstdigit = "";
5140 if ($firstdigit ne "") {
5141 $output .= chr(hex("$firstdigit$c"));
5142 $firstdigit = "";
5144 $firstdigit = $c;
/dports/emulators/mess/mame-mame0226/docs/source/techspecs/
H A Dlayout_files.rst169 Here’s an example assigning the value “4” to the value parameter “firstdigit”::
171 <param name="firstdigit" value="4" />
/dports/emulators/mame/mame-mame0226/docs/source/techspecs/
H A Dlayout_files.rst169 Here’s an example assigning the value “4” to the value parameter “firstdigit”::
171 <param name="firstdigit" value="4" />
/dports/net/mpich2/mpich2-1.5/
H A Dconfigure.ac3691 firstdigit=0
3694 firstdigit=`expr $firstdigit + 1`
3706 len_2dc="$firstdigit$seconddigit"
H A Dconfigure38608 firstdigit=0
38611 firstdigit=`expr $firstdigit + 1`
38623 len_2dc="$firstdigit$seconddigit"