Home
last modified time | relevance | path

Searched refs:yyp (Results 1 – 25 of 2136) sorted by relevance

12345678910>>...86

/dports/games/ldmud/ldmud-3.3.720/src/
H A Dlex.c3995 if (yyp == wordstart && *yyp != ':') in closure()
4010 if (':' == *yyp && ':' == *(yyp+1)) in closure()
4586 #define TRY(c, t) if (*yyp == (c)) {yyp++; outp = yyp; return t;} in yylex1()
4707 *(yyp-1) = *(yyp-2); in yylex1()
4896 yyp = skip_pp_comment(yyp); in yylex1()
4921 if (yyp[0] == '.' && yyp[1] == '.') in yylex1()
4948 && (yyp[1] != ':' || yyp[2] == ':' || yyp[2] == ')')) in yylex1()
5046 && (yyp[1] != ':' || yyp[2] == ':' || yyp[2] == ')') in yylex1()
5282 while (lexwhite(*yyp) || '\n' == *yyp || '\r' == *yyp) in yylex1()
5316 && (yyp[1] != ':' || yyp[2] == ':' || yyp[2] == ')')) in yylex1()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/lib/
H A Dyaccpar131 yyp = &yys[0];
132 yyp--;
157 yyp++;
162 yyp->yys = yystate;
163 yyp->yyv = yyval;
230 while(yyp >= yys) {
241 yyp->yys, (yyp-1)->yys );
242 yyp--;
261 yypt = yyp;
262 yyp -= yyr2[yyn];
[all …]
H A Dyaccpars128 yyp = &yys[0];
129 yyp--;
154 yyp++;
159 yyp->yys = yystate;
160 yyp->yyv = yyval;
227 while(yyp >= yys) {
238 yyp->yys, (yyp-1)->yys );
239 yyp--;
258 yypt = yyp;
259 yyp -= yyr2[yyn];
[all …]
/dports/devel/9base/9base-6/yacc/
H A Dyaccpars128 yyp = &yys[-1];
153 yyp++;
158 yyp->yys = yystate;
159 yyp->yyv = yyval;
226 while(yyp >= yys) {
237 yyp->yys, (yyp-1)->yys );
238 yyp--;
257 yypt = yyp;
258 yyp -= yyr2[yyn];
259 yyval = (yyp+1)->yyv;
[all …]
H A Dyaccpar131 yyp = &yys[-1];
156 yyp++;
161 yyp->yys = yystate;
162 yyp->yyv = yyval;
229 while(yyp >= yys) {
240 yyp->yys, (yyp-1)->yys );
241 yyp--;
260 yypt = yyp;
261 yyp -= yyr2[yyn];
262 yyval = (yyp+1)->yyv;
[all …]
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dyysphinxql.patch4 char *yyp = yystpcpy (yymsg, "syntax error, unexpected ");
5 yyp = yystpcpy (yyp, yytname[yytype]);
23 + snprintf (yyp, (int)(yysize - (yyp - yymsg)), ", expecting %s (or %d other tokens)", yytname[yy…
24 + while (*yyp++);
/dports/editors/o/o-2.46.0/vendor/github.com/cyrus-and/gdb/
H A Dgrammar.go226 yyp := -1
241 yyp++
242 if yyp >= len(yyS) {
247 yyS[yyp] = yyVAL
248 yyS[yyp].yys = yystate
316 for yyp >= 0 {
329 yyp--
352 yypt := yyp
355 yyp -= yyR2[yyn]
356 yyVAL = yyS[yyp+1]
[all …]
/dports/editors/o/o-2.46.0/vendor/github.com/cyrus-and/gdb/gdb-0306a029f42f/
H A Dgrammar.go226 yyp := -1
241 yyp++
242 if yyp >= len(yyS) {
247 yyS[yyp] = yyVAL
248 yyS[yyp].yys = yystate
316 for yyp >= 0 {
329 yyp--
352 yypt := yyp
355 yyp -= yyR2[yyn]
356 yyVAL = yyS[yyp+1]
[all …]
/dports/lang/pcc/pcc-1.1.0/cc/cpp/
H A Dtoken.c570 int yyp; in sloscan() local
573 yyp = 0; in sloscan()
582 yytext[yyp] = 0; in sloscan()
614 yytext[yyp] = 0; in sloscan()
629 while (yyp > 1) in sloscan()
636 yytext[yyp] = 0; in sloscan()
644 yytext[yyp] = 0; in sloscan()
653 yytext[yyp] = 0; in sloscan()
724 yytext[yyp] = 0; in sloscan()
729 --yyp; in sloscan()
[all …]
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/DSTRUCT/Tests/
H A Dhashtest.c306 #define YYQYYP yyq[yyq-yyp]
478 yyq = yyp; in yyparse()
480 while (yyi < *yyp++) in yyparse()
482 if (yyi == yyp[-1]) { in yyparse()
508 yyp = &yyex[~yyi]; in yyparse()
513 yyp += 2; in yyparse()
514 yyi = yyp[1]; in yyparse()
598 yyp = &yygo[yypgo[yyi]]; in yyparse()
599 yyq = yyp++; in yyparse()
601 while (yyi < *yyp++) in yyparse()
[all …]
/dports/devel/bison/bison-3.7.6/data/skeletons/
H A Dglr.c752 switch (*++yyp)
1527 while (yyp != yys && yyp != yysplit && yyp->yyposn >= yyposn)
1529 if (yyp->yylrState == yynewLRState && yyp->yypred == yys)
1537 yyp = yyp->yypred;
1928 for (yyp = yybest->yynext; yyp != YY_NULLPTR; yyp = yyp->yynext)
1987 yyr = yyp, yyp = yyq, yyq = yyp->yypred)
2295 yyp += yytnamerr (yyp, yytname[yyarg[yyi++]]);]], [[
2296 yyp = yystpcpy (yyp, yysymbol_name (yyarg[yyi++]));]])[
2301 ++yyp;
2689 for (yyp = yystackp->yyitems; yyp < yystackp->yynextFree; yyp += 1)
[all …]
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/input/cpp/
H A DIssue_3058.cpp44 switch (*++yyp) in yytnamerr()
47 if (*++yyp != '\\') in yytnamerr()
48 yyres[yyn] = *yyp; in yytnamerr()
52 yyres[yyn] = *yyp; in yytnamerr()
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/expected/cpp/
H A D10027-Issue_3058.cpp54 switch (*++yyp) in yytnamerr()
58 if (*++yyp != '\\') in yytnamerr()
59 yyres[yyn] = *yyp; in yytnamerr()
65 yyres[yyn] = *yyp; in yytnamerr()
/dports/science/dynare/dynare-4.6.4/dynare++/src/
H A Ddynare_atoms.hh112 const ConstVector yyp; member in ogdyn::DynareAtomValues
118 : atoms(a), paramvals(pvals), yym(ym), yy(y), yyp(yp), xx(x) in DynareAtomValues()
123 : atoms(a), paramvals(pvals), yym(ym), yy(y), yyp(yp), xx(x) in DynareAtomValues()
139 const ConstVector yyp; member in ogdyn::DynareSteadyAtomValues
147 yyp(y, a.nstat()+a.npred(), a.nyss()), in DynareSteadyAtomValues()
149 av(a, pvals, yym, y, yyp, xx) in DynareSteadyAtomValues()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/timberio/go-datemath/
H A Ddatemath.y.go351 yyp := -1
366 yyp++
367 if yyp >= len(yyS) {
372 yyS[yyp] = yyVAL
373 yyS[yyp].yys = yystate
442 for yyp >= 0 {
455 yyp--
479 yypt := yyp
482 yyp -= yyR2[yyn]
485 if yyp+1 >= len(yyS) {
[all …]
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/blevesearch/bleve/search/query/
H A Dquery_string.y.go319 yyp := -1
334 yyp++
335 if yyp >= len(yyS) {
340 yyS[yyp] = yyVAL
341 yyS[yyp].yys = yystate
410 for yyp >= 0 {
423 yyp--
447 yypt := yyp
450 yyp -= yyR2[yyn]
453 if yyp+1 >= len(yyS) {
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/blevesearch/bleve/search/query/
H A Dquery_string.y.go319 yyp := -1
334 yyp++
335 if yyp >= len(yyS) {
340 yyS[yyp] = yyVAL
341 yyS[yyp].yys = yystate
410 for yyp >= 0 {
423 yyp--
447 yypt := yyp
450 yyp -= yyR2[yyn]
453 if yyp+1 >= len(yyS) {
[all …]
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/blevesearch/bleve/search/query/
H A Dquery_string.y.go319 yyp := -1
334 yyp++
335 if yyp >= len(yyS) {
340 yyS[yyp] = yyVAL
341 yyS[yyp].yys = yystate
410 for yyp >= 0 {
423 yyp--
447 yypt := yyp
450 yyp -= yyR2[yyn]
453 if yyp+1 >= len(yyS) {
[all …]
/dports/math/octave/octave-6.4.0/libinterp/dldfcn/
H A D__ode15__.cc267 N_Vector& yyp, N_Vector& rr);
274 self->jacdense_impl (t, cj, yy, yyp, JJ); in jacdense()
289 self->jacsparse_impl (t, cj, yy, yyp, Jac); in jacsparse()
368 self->resfun_impl (t, yy, yyp, rr); in resfun()
374 N_Vector& yyp, N_Vector& rr) in resfun_impl() argument
446 ColumnVector yp = NVecToCol (yyp, Neq); in jacdense_impl()
468 ColumnVector yp = NVecToCol (yyp, m_num); in jacsparse_impl()
535 N_Vector yyp = ColToNVec (m_yp0, m_num); in initialize() local
581 N_Vector yyp = ColToNVec (yp, m_num); in integrate() local
615 ypout = NVecToCol (yyp, m_num); in integrate()
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/bleve/v2/search/query/
H A Dquery_string.y.go325 yyp := -1
340 yyp++
341 if yyp >= len(yyS) {
346 yyS[yyp] = yyVAL
347 yyS[yyp].yys = yystate
416 for yyp >= 0 {
429 yyp--
453 yypt := yyp
456 yyp -= yyR2[yyn]
459 if yyp+1 >= len(yyS) {
[all …]
/dports/print/ttfautohint/ttfautohint-1.8.4/lib/
H A Dtacontrol-bison.c1247 switch (*++yyp) in yytnamerr()
3138 while (yyp != yys && yyp != yysplit && yyp->yyposn >= yyposn) in yyglrReduce()
3140 if (yyp->yylrState == yynewLRState && yyp->yypred == yys) in yyglrReduce()
3149 yyp = yyp->yypred; in yyglrReduce()
3549 for (yyp = yybest->yynext; yyp != YY_NULLPTR; yyp = yyp->yynext) in yyresolveValue()
3608 yyr = yyp, yyp = yyq, yyq = yyp->yypred) in yycompressStack()
3609 yyp->yypred = yyr; in yycompressStack()
3856 yyp += yytnamerr (yyp, yyarg[yyi++]); in yyreportSyntaxError()
3861 yyp++; in yyreportSyntaxError()
4270 for (yyp = yystackp->yyitems; yyp < yystackp->yynextFree; yyp += 1) in yypdumpstack()
[all …]
/dports/devel/qjson/qjson-0.9.0/src/
H A Djson_parser.cc153 char const *yyp = yystr; in yytnamerr_() local
156 switch (*++yyp) in yytnamerr_()
163 if (*++yyp != '\\') in yytnamerr_()
167 yyr += *yyp; in yytnamerr_()
834 for (char const* yyp = yyformat; *yyp; ++yyp) in yysyntax_error_() local
835 if (yyp[0] == '%' && yyp[1] == 's' && yyi < yycount) in yysyntax_error_()
838 ++yyp; in yysyntax_error_()
841 yyres += *yyp; in yysyntax_error_()
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/
H A DDistanceSolve.F90461 REAL(KIND=dp), ALLOCATABLE :: xxp(:),yyp(:),zzp(:),d(:),dd(:), bbd(:) local
467 ALLOCATE( xxp(nnb), yyp(nnb), zzp(nnb), d(nnb), dperm(nnb), &
473 yyp(1:n) = Mesh % Nodes % y
478 yyp(n+1:nnb) = yp
483 yl = MAXVAL(yyp)-MINVAL(yyp)
486 yyp = yyp + yl*(2*c(2)-1)
489 d = SQRT(xxp**2 + yyp**2 + zzp**2)
500 yp(j)=yyp(dperm(i))
519 yl = yyp(j)
542 DEALLOCATE( xxp, yyp, zzp, d, dperm, near, dd, bbd )
/dports/cad/opencascade/opencascade-7.6.0/src/StepFile/
H A Dstep.tab.cxx840 char const *yyp = yystr; in yytnamerr_() local
843 switch (*++yyp) in yytnamerr_()
850 if (*++yyp != '\\') in yytnamerr_()
857 yyr += *yyp; in yytnamerr_()
988 for (char const* yyp = yyformat; *yyp; ++yyp) in yysyntax_error_() local
989 if (yyp[0] == '%' && yyp[1] == 's' && yyi < yycount) in yysyntax_error_()
992 ++yyp; in yysyntax_error_()
995 yyres += *yyp; in yysyntax_error_()
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos_blocks/src/fortran/
H A Ddlradp.f56 double precision yyp,ddot local
71 yyp=-ddot(n,den,1,z(m+1),1)+(ddot(m,num,1,z(1),1)+u(1))*
78 z(mpn)=yyp

12345678910>>...86