HomeSort by: relevance | last modified time | path
    Searched defs:yyss (Results 1 - 4 of 4) sorted by relevancy

  /src/tools/m4/bootstrap/
parser.c 310 short *yyss; variable in typeref:typename:short *
332 i = yyssp - yyss;
333 if ((newss = (short *)realloc(yyss, newsize * sizeof *newss)) == NULL)
335 yyss = newss;
342 yysslim = yyss + newsize - 1;
369 if (yyss == NULL && yygrowstack()) goto yyoverflow;
370 yyssp = yyss;
450 if (yyssp <= yyss) goto yyabort;
  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 1283 `yyss': related to states.
1291 yytype_int16 *yyss;
1323 yyss = yyssa;
1338 yyssp = yyss;
1354 if (yyss + yystacksize - 1 <= yyssp)
1357 YYSIZE_T yysize = yyssp - yyss + 1;
1365 yytype_int16 *yyss1 = yyss;
1376 yyss = yyss1;
1391 yytype_int16 *yyss1 = yyss;
1396 YYSTACK_RELOCATE (yyss_alloc, yyss);
1289 yytype_int16 *yyss; local in function:yyparse
    [all...]
dtparser.tab.c 1365 `yyss': related to states.
1373 yytype_int16 *yyss;
1405 yyss = yyssa;
1420 yyssp = yyss;
1436 if (yyss + yystacksize - 1 <= yyssp)
1439 YYSIZE_T yysize = yyssp - yyss + 1;
1447 yytype_int16 *yyss1 = yyss;
1458 yyss = yyss1;
1473 yytype_int16 *yyss1 = yyss;
1478 YYSTACK_RELOCATE (yyss_alloc, yyss);
1371 yytype_int16 *yyss; local in function:yyparse
    [all...]
prparser.tab.c 1368 `yyss': related to states.
1376 yytype_int16 *yyss;
1408 yyss = yyssa;
1423 yyssp = yyss;
1439 if (yyss + yystacksize - 1 <= yyssp)
1442 YYSIZE_T yysize = yyssp - yyss + 1;
1450 yytype_int16 *yyss1 = yyss;
1461 yyss = yyss1;
1476 yytype_int16 *yyss1 = yyss;
1481 YYSTACK_RELOCATE (yyss_alloc, yyss);
1374 yytype_int16 *yyss; local in function:yyparse
    [all...]

Completed in 39 milliseconds