Home | History | Annotate | Download | only in config

Lines Matching refs:newblock

1922   char newblock[] = " .newblock\n";
1948 and a .newblock.
1949 The included file will be inserted before the newblock, so that the
1950 newblock is executed after the included file is processed. */
1951 input = xmalloc (sizeof (newblock) + strlen (filename) + 4);
1952 sprintf (input, "\"%s\"\n%s", filename, newblock);
2447 { "newblock" , tic54x_clear_local_labels, 0 },
2519 Some docs imply that macros have to use .newblock in order to be able
2520 to re-use a local label. We effectively do an automatic .newblock by