Searched refs:preamble (Results 1 – 7 of 7) sorted by relevance
926 Vector<unsigned> preamble = store()->AddBlock(0, ScriptDataImpl::kHeaderSize); in ParserRecorder() local927 preamble[ScriptDataImpl::kMagicOffset] = ScriptDataImpl::kMagicNumber; in ParserRecorder()928 preamble[ScriptDataImpl::kVersionOffset] = ScriptDataImpl::kCurrentVersion; in ParserRecorder()929 preamble[ScriptDataImpl::kHasErrorOffset] = false; in ParserRecorder()
1905 % Contents of each column will wrap at width given in preamble. Width1911 % To make preamble:1928 % the preamble, break the line within one argument and it1983 % Macros used to set up halign preamble:2043 % This preamble sets up a generic column definition, which will2054 % If user has set preamble in terms of percent of \hsize2063 % If user has <not> set preamble in terms of percent of \hsize2082 % The table preamble
2577 % Contents of each column will wrap at width given in preamble. Width2583 % To make preamble:2641 % Macros used to set up halign preamble:2742 % This preamble sets up a generic column definition, which will2760 % If the user has set preamble in terms of percent of \hsize we will2772 % If user has not set preamble in terms of percent of \hsize
2674 % Contents of each column will wrap at width given in preamble. Width2680 % To make preamble:2738 % Macros used to set up halign preamble:2839 % This preamble sets up a generic column definition, which will2857 % If the user has set preamble in terms of percent of \hsize we will2869 % If user has not set preamble in terms of percent of \hsize
2859 % Contents of each column will wrap at width given in preamble. Width2865 % To make preamble:2923 % Macros used to set up halign preamble:3024 % This preamble sets up a generic column definition, which will3042 % If the user has set preamble in terms of percent of \hsize we will3054 % If user has not set preamble in terms of percent of \hsize
7032 grammar preamble. When run, @command{bison} will create several
6474 the directive `%skeleton "lalr1.cc"' in the grammar preamble. When