/external/bison/src/ |
closure.h | 26 /* Allocates the itemset and ruleset vectors, and precomputes useful 28 allocate for itemset. */ 34 ITEMS, of length N), set up RULESET and ITEMSET to indicate what 42 ITEMSET is a sorted vector of item numbers; NITEMSET is its size 50 /* Frees ITEMSET, RULESET and internal data. */ 54 extern item_number *itemset;
|
closure.c | 35 /* NITEMSET is the size of the array ITEMSET. */ 36 item_number *itemset; variable 187 itemset = xnmalloc (n, sizeof *itemset); 217 Compute itemset with the same sort. */ 225 itemset[nitemset] = core[c]; 229 itemset[nitemset] = itemno; 235 itemset[nitemset] = core[c]; 241 print_closure ("output", itemset, nitemset); 248 free (itemset); [all...] |
LR0.c | 164 | contents of itemset. | 171 | itemset is sorted on item index in ritem, which is sorted on | 189 if (item_number_is_symbol_number (ritem[itemset[i]])) 191 symbol_number sym = item_number_as_symbol_number (ritem[itemset[i]]); 198 kernel_base[sym][kernel_size[sym]] = itemset[i] + 1; 279 item_number item = ritem[itemset[i]]; 357 /* Set up itemset for the transitions out of this state. itemset gets a
|
print-xml.c | 64 sitems = itemset; 68 xml_puts (out, level, "<itemset/>"); 72 xml_puts (out, level, "<itemset>"); 115 xml_puts (out, level, "</itemset>");
|
print_graph.c | 74 sitems = itemset;
|
getargs.c | 158 "itemset", "itemsets", 379 `itemset' complete the core item sets with their closure\n\
|
ielr.c | 1042 item_number *itemset = node->state->items; local [all...] |
print.c | 82 sitems = itemset;
|
/external/bison/data/xslt/ |
xml2xhtml.xsl | 124 <li><a href="#grammar">Itemset</a></li> 392 <xsl:apply-templates select="itemset/item"> 454 <xsl:with-param name="itemset" select="'true'"/> 467 <xsl:param name="itemset"/> 473 <xsl:if test="$itemset != 'true' and not($prev-lhs = lhs[text()])"> 477 <xsl:if test="$itemset != 'true'"> 487 <xsl:when test="$itemset = 'true'"> 509 <xsl:when test="$itemset != 'true' and $prev-lhs = lhs[text()]"> 515 <xsl:when test="$itemset = 'true' and $prev-lhs = lhs[text()]"> 535 <xsl:if test="$itemset = 'true' and name(.) != 'empty'" [all...] |
xml2text.xsl | 236 <xsl:apply-templates select="itemset/item"> 297 <xsl:with-param name="itemset" select="'true'"/> 311 <xsl:param name="itemset"/> 317 <xsl:if test="$itemset != 'true' and not($prev-lhs = lhs[text()])"> 330 <xsl:when test="$itemset != 'true' and $prev-lhs = lhs[text()]"> 336 <xsl:when test="$itemset = 'true' and $prev-lhs = lhs[text()]"> 353 <xsl:if test="$itemset = 'true' and name(.) != 'empty'"> 356 <xsl:if test="$itemset != 'true'">
|
xml2dot.xsl | 71 <xsl:apply-templates select="itemset/item"/>
|
/external/bison/po/ |
nl.po | 251 # Verschillende dingen die beter zouden moeten kunnen - zeker de 'itemset' tekst 256 " `itemset' complete the core item sets with their closure\n" 265 " `itemset' vervolledig de verzamelingen van kern-items met hun " [all...] |
da.po | 224 " `itemset' complete the core item sets with their closure\n" 232 " \"itemset\" komplett?r kerneobjektm?ngderne med deres afslutninger\n"
|
el.po | 261 " `itemset' complete the core item sets with their closure\n" 270 " `itemset' complete the core item sets with their closure\n"
|
et.po | 258 " `itemset' complete the core item sets with their closure\n" 266 " `itemset' t?ienda p?hilisi elemente nende sulunditega\n" [all...] |
id.po | 249 " `itemset' complete the core item sets with their closure\n" 257 " `itemset' lengkapi himpunan item inti dengan klosurnya\n" [all...] |
it.po | 223 " `itemset' complete the core item sets with their closure\n" 231 " `itemset' completa gli insiemi dei simboli con la loro chiusura " [all...] |
ms.po | 252 " `itemset' complete the core item sets with their closure\n" 260 " `itemset' lengkapkan set perkara asas dengan penutupnya\n"
|
nb.po | 240 " `itemset' complete the core item sets with their closure\n" 248 " ?itemset? fullf?re de sentrale punktmengdene med deres slutning\n" [all...] |
pt_BR.po | 223 " `itemset' complete the core item sets with their closure\n" 231 " `itemset' completa os conjuntos de ?tens b?sicos com seus "
|
ru.po | 257 " `itemset' complete the core item sets with their closure\n" 265 " «itemset» ?????? ????? ???????? ????????? ?????? ? ?? ????????\n" [all...] |
sr.po | 265 " `itemset' complete the core item sets with their closure\n" 273 " ?itemset? ???????? ?????????? ?????? ?????? ??????? ??????????\n" [all...] |
uk.po | 270 " `itemset' complete the core item sets with their closure\n" 278 " `itemset' ????????? ????? ????????? ???? ?? ??????? ??\n" [all...] |
zh_TW.po | 226 " `itemset' complete the core item sets with their closure\n" 234 " `itemset' ????????????????\n"
|
/prebuilts/misc/linux-x86/bison/ |
bison | |