Lines Matching refs:entry

339                % \entry{{\tt \indexbackslash }acronym}{32}{\code {\acronym}}
1268 % which might be empty if this toc entry had no corresponding node.
3895 % of an alignment entry. \everycr resets \everytab so we don't have to
3969 % to the width of each template entry.
4288 % \fooindex ...rest of line... puts an entry in the index foo.
4356 % which makes an entry in a two-level index such as the operation index.
4365 % Take care of Texinfo commands that can appear in an index entry.
4375 % definitions when @{ or @} appear in index entry text. Also, more
4383 % I don't entirely understand this, but when an index entry is
4404 % .@write3{\entry{xyz}{@folio }{@code {xyz@endinput }}}
4700 % writing an index entry, and texindex isn't prepared for an index sort entry
4719 % #1 is the index name, #2 is the entry text.
4730 % Store the main index entry text (including the third arg).
4745 % Write the entry in \toks0 to the index file:
4748 % Put the index entry in the margin if desired.
4758 % Process the index entry with all font commands turned off, to
4765 % Set up the complete index entry, with both the sort key and
4767 % three arguments to \entry to the .?? file (four in the
4772 \string\entry{\indexsorttmp}{\noexpand\folio}{\the\toks0}}%
4852 % The index entry written in the file actually looks like
4853 % \entry {sortstring}{page}{topic}
4855 % \entry {sortstring}{page}{topic}{subtopic}
4860 % \entry {topic}{pagelist}
4950 % we need before each entry, but it's better.
4960 % \entry typesets a paragraph consisting of the text (#1), dot leaders, and
4965 % \def\entry#1#2{...
4969 % The right solution is to prevent \entry from swallowing the whole text.
4971 \def\entry{%
4987 % \hangindent is only relevant when the entry text and page number
4990 % indentation looks wrong when the entry text itself is broken across
4997 % When the entry text needs to be broken, just fill out the first line
5001 % A bit of stretch before each entry for the benefit of balancing
5005 % When reading the text of entry, convert explicit line breaks
5020 % And now comes the text of the entry.
5169 % The last section of the index consists only of a single entry.
5172 % section, consisting of \initial and the single \entry, does not
5740 \setbox0 = \hbox{}% contents like unnumbered, but no toc entry
5750 % Write the toc entry for this chapter. Must come before the
5752 % entry, and \donoderef resets it to empty.
5912 % Write the toc entry (before \donoderef). See comments in \chapmacro.
5959 % Write an entry to the toc file, opening it if necessary.
5964 % arguments for the \{chap,sec,...}entry macros which will eventually
5987 \write\tocfile{@#1entry{#2}{#3}{\lastnode}{\noexpand\folio}}}%
6222 % We use the same \entry macro as for the index entries.
6223 \let\tocentry = \entry
8742 % This is called on each entry in a list of floats. We're passed the
8758 % use the same \entry macro we use to generate the TOC and index.
8759 \edef\writeentry{\noexpand\entry{\the\toksA}{\csname XR#1-pg\endcsname}}%