Home
last modified time | relevance | path

Searched refs:idstart (Results 1 – 25 of 48) sorted by relevance

12

/dports/net/sbd/sbd-1.37/
H A Dmisc.h146 char *idstart; in get_revision() local
150 if (!(idstart = strstr(string, Id_string))) { in get_revision()
154 idstart += strlen(Id_string); in get_revision()
158 if (idstart[i] == 0) in get_revision()
162 if (idstart[i] == 0x20) in get_revision()
165 if (((idstart[i] < '0') || (idstart[i] > '9')) && (idstart[i] != '.')) in get_revision()
167 revision[x] = idstart[i]; in get_revision()
/dports/multimedia/ppm2fli/ppm2fli-2.1/
H A Daimage.c41 int idstart, idend, jdstart, jdend, isstart, jsstart; in get_image() local
136 idstart = x_origin; in get_image()
141 idstart = 0; in get_image()
175 pdest = data + (jdstart * fli_width + idstart); in get_image()
177 len = idend - idstart; in get_image()
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/convert/
H A Ddtd2po.py120 idstart = locnote.find("(", typeend)
121 if idstart == -1:
123 idend = locnote.find(")", (idstart + 1))
124 entity = locnote[idstart + 1 : idend].strip()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/rt_tddft/rtutils/
H A Drt_tddft_calc_dip_contribs.F68 integer :: ipol_in, idstart, idend
400 idstart = 1
407 idstart = ipol_in
414 do id = idstart, idend !x,y,z polarizations
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/rt_tddft/rtutils/
H A Drt_tddft_calc_dip_contribs.F68 integer :: ipol_in, idstart, idend
400 idstart = 1
407 idstart = ipol_in
414 do id = idstart, idend !x,y,z polarizations
/dports/devel/swig/swig-4.0.2/Source/Swig/
H A Dscanner.c29 char *idstart; /* Optional identifier start characters */ member
65 s->idstart = NULL; in NewScanner()
91 free(s->idstart); in DelScanner()
205 free(s->idstart); in Scanner_idstart()
206 s->idstart = Swig_copy_string(id); in Scanner_idstart()
549 (s->idstart && strchr(s->idstart, c))) { in look()
829 } else if (s->idstart && strchr(s->idstart, '%') && in look()
/dports/deskutils/griffith/griffith-a593201179695efe93829d9c9a70962ef29dd109/lib/plugins/movie/unmaintained/
H A DPluginMovieAllRovi.py139 idstart = string.rfind(id, '/')
140 id = id[idstart + 1:]
/dports/devel/tcllib/tcllib-1.20/modules/grammar_fa/tests/
H A Dfaop_determinize.test13 } {wrong # args: should be "grammar::fa::op::determinize fa ?mapvar? ?idstart?"}
19 } {wrong # args: should be "grammar::fa::op::determinize fa ?mapvar? ?idstart?"}
H A Dfaop_intersect.test13 } {wrong # args: should be "grammar::fa::op::intersect fa fb ?mapvar? ?idstart?"}
19 } {wrong # args: should be "grammar::fa::op::intersect fa fb ?mapvar? ?idstart?"}
/dports/devel/tcllibc/tcllib-1.20/modules/grammar_fa/tests/
H A Dfaop_determinize.test13 } {wrong # args: should be "grammar::fa::op::determinize fa ?mapvar? ?idstart?"}
19 } {wrong # args: should be "grammar::fa::op::determinize fa ?mapvar? ?idstart?"}
H A Dfaop_intersect.test13 } {wrong # args: should be "grammar::fa::op::intersect fa fb ?mapvar? ?idstart?"}
19 } {wrong # args: should be "grammar::fa::op::intersect fa fb ?mapvar? ?idstart?"}
/dports/security/gwee/gwee-1.36/
H A Dgwee.c449 char *idstart; in get_revision() local
453 if (!(idstart = strstr(string, Id_string))) { in get_revision()
457 idstart += strlen(Id_string); in get_revision()
462 if (idstart[a] == 0) in get_revision()
466 if (idstart[a] == 0x20) in get_revision()
469 if (((idstart[a] < '0') || (idstart[a] > '9')) && (idstart[a] != '.')) in get_revision()
471 revision[x] = idstart[a]; in get_revision()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dlexer.c1025 for (const utf8_t *idstart = ++p; 1; p++) in escapeSequence() local
1030 c = HtmlNamedEntity(idstart, p - idstart); in escapeSequence()
1032 … { error("unnamed character entity &%.*s;", (int)(p - idstart), idstart); in escapeSequence()
1040 (p != idstart && isdigit(*p))) in escapeSequence()
1042 … error("unterminated named entity &%.*s;", (int)(p - idstart + 1), idstart); in escapeSequence()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dlexer.c1025 for (const utf8_t *idstart = ++p; 1; p++) in escapeSequence() local
1030 c = HtmlNamedEntity(idstart, p - idstart); in escapeSequence()
1032 … { error("unnamed character entity &%.*s;", (int)(p - idstart), idstart); in escapeSequence()
1040 (p != idstart && isdigit(*p))) in escapeSequence()
1042 … error("unterminated named entity &%.*s;", (int)(p - idstart + 1), idstart); in escapeSequence()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dlexer.c1025 for (const utf8_t *idstart = ++p; 1; p++) in escapeSequence() local
1030 c = HtmlNamedEntity(idstart, p - idstart); in escapeSequence()
1032 … { error("unnamed character entity &%.*s;", (int)(p - idstart), idstart); in escapeSequence()
1040 (p != idstart && isdigit(*p))) in escapeSequence()
1042 … error("unterminated named entity &%.*s;", (int)(p - idstart + 1), idstart); in escapeSequence()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dlexer.c1025 for (const utf8_t *idstart = ++p; 1; p++) in escapeSequence() local
1030 c = HtmlNamedEntity(idstart, p - idstart); in escapeSequence()
1032 … { error("unnamed character entity &%.*s;", (int)(p - idstart), idstart); in escapeSequence()
1040 (p != idstart && isdigit(*p))) in escapeSequence()
1042 … error("unterminated named entity &%.*s;", (int)(p - idstart + 1), idstart); in escapeSequence()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dlexer.c1025 for (const utf8_t *idstart = ++p; 1; p++) in escapeSequence() local
1030 c = HtmlNamedEntity(idstart, p - idstart); in escapeSequence()
1032 … { error("unnamed character entity &%.*s;", (int)(p - idstart), idstart); in escapeSequence()
1040 (p != idstart && isdigit(*p))) in escapeSequence()
1042 … error("unterminated named entity &%.*s;", (int)(p - idstart + 1), idstart); in escapeSequence()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dlexer.c1025 for (const utf8_t *idstart = ++p; 1; p++) in escapeSequence() local
1030 c = HtmlNamedEntity(idstart, p - idstart); in escapeSequence()
1032 … { error("unnamed character entity &%.*s;", (int)(p - idstart), idstart); in escapeSequence()
1040 (p != idstart && isdigit(*p))) in escapeSequence()
1042 … error("unterminated named entity &%.*s;", (int)(p - idstart + 1), idstart); in escapeSequence()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dlexer.c1025 for (const utf8_t *idstart = ++p; 1; p++) in escapeSequence() local
1030 c = HtmlNamedEntity(idstart, p - idstart); in escapeSequence()
1032 … { error("unnamed character entity &%.*s;", (int)(p - idstart), idstart); in escapeSequence()
1040 (p != idstart && isdigit(*p))) in escapeSequence()
1042 … error("unterminated named entity &%.*s;", (int)(p - idstart + 1), idstart); in escapeSequence()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dlexer.c1025 for (const utf8_t *idstart = ++p; 1; p++) in escapeSequence() local
1030 c = HtmlNamedEntity(idstart, p - idstart); in escapeSequence()
1032 … { error("unnamed character entity &%.*s;", (int)(p - idstart), idstart); in escapeSequence()
1040 (p != idstart && isdigit(*p))) in escapeSequence()
1042 … error("unterminated named entity &%.*s;", (int)(p - idstart + 1), idstart); in escapeSequence()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dlexer.c1025 for (const utf8_t *idstart = ++p; 1; p++) in escapeSequence() local
1030 c = HtmlNamedEntity(idstart, p - idstart); in escapeSequence()
1032 … { error("unnamed character entity &%.*s;", (int)(p - idstart), idstart); in escapeSequence()
1040 (p != idstart && isdigit(*p))) in escapeSequence()
1042 … error("unterminated named entity &%.*s;", (int)(p - idstart + 1), idstart); in escapeSequence()
/dports/science/jstrack/jstrack/extlib/tcllib1.19/grammar_fa/
H A Dfaop.tcl25 proc determinize {fa {mapvar {}} {idstart 0}} {}
32 proc intersect {fa fb {mapvar {}} {idstart 0}} {}
284 proc ::grammar::fa::op::determinize {fa {mapvar {}} {idstart 0}} {
335 set id $idstart
605 proc ::grammar::fa::op::intersect {fa fb {mapvar {}} {idstart 0}} {
618 set id $idstart
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/expected/d/
H A D40006-Lexer.d1150 for (ubyte *idstart = ++p; 1; p++) in escapeSequence() local
1157 c = HtmlNamedEntity(idstart, p - idstart); in escapeSequence()
1160 error("unnamed character entity &%.*s;", p - idstart, idstart); in escapeSequence()
1169 if (isalpha(*p) || (p != idstart + 1 && isdigit(*p))) in escapeSequence()
H A D40007-Lexer.d1105 for (ubyte *idstart = ++p; 1; p++) { in escapeSequence() local
1110 * c = HtmlNamedEntity(idstart, p - idstart); in escapeSequence()
1113 * error("unnamed character entity &%.*s;", p - idstart, idstart); in escapeSequence()
1122 if (isalpha(*p) || (p != idstart + 1 && isdigit(*p))) { in escapeSequence()
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/input/d/
H A DLexer.d1045 for( ubyte *idstart = ++p; 1; p++ ) in escapeSequence() local
1052 c = HtmlNamedEntity(idstart, p - idstart); in escapeSequence()
1055 error("unnamed character entity &%.*s;", p - idstart, idstart); in escapeSequence()
1064 if( isalpha(*p) || (p != idstart + 1 && isdigit(*p))) in escapeSequence()

12