Lines Matching defs:stanza
31 Each stanza in the built-in function file starts with a line
43 the stanza header line, other than whitespace.
45 Following the stanza header are two lines for each function: the
99 An example stanza might look like this:
111 The overload file has more complex stanza headers. Here the stanza
244 bif_stanza stanza;
418 int stanza;
455 int stanza;
816 return stanza_map[i].stanza;
817 fatal ("Stanza mapping is inconsistent.");
1787 /* Check for end of stanza. */
1801 bifs[curr_bif].stanza = curr_bif_stanza;
1891 /* Parse one stanza of the input BIF file. linebuf already contains the
1896 /* Parse the stanza header. */
1902 diag (pos, "ill-formed stanza header.\n");
1910 diag (pos, "no expression found in stanza header.\n");
1918 diag (pos, "ill-formed stanza header.\n");
1926 diag (pos, "garbage after stanza header.\n");
1984 /* Check for end of stanza. */
1998 ovlds[curr_ovld].stanza = curr_ovld_stanza;
2067 /* Parse one stanza of the input overload file. linebuf already contains the
2072 /* Parse the stanza header. */
2078 diag (pos, "ill-formed stanza header.\n");
2086 diag (pos, "no identifier found in stanza header.\n");
2094 diag (pos, "too many stanza headers.\n");
2099 ovld_stanza *stanza = &ovld_stanzas[curr_ovld_stanza];
2100 stanza->stanza_id = stanza_name;
2111 stanza->extern_name = match_identifier ();
2112 if (!stanza->extern_name)
2127 stanza->intern_name = match_identifier ();
2128 if (!stanza->intern_name)
2139 stanza->ifdef = match_identifier ();
2140 if (!stanza->ifdef)
2148 stanza->ifdef = 0;
2152 diag (pos, "ill-formed stanza header.\n");
2160 diag (pos, "garbage after stanza header.\n");
2498 enable_string[bifp->stanza]);
2747 if (i == 0 || ovlds[i].stanza != ovlds[i-1].stanza)
2749 ovld_stanza *stanza = &ovld_stanzas[ovlds[i].stanza];
2776 stanza->stanza_id);
2779 stanza->intern_name);
2786 stanza->stanza_id);
2798 stanza->stanza_id);