Home | History | Annotate | Download | only in et

Lines Matching refs:Index

636 % to index the item name in whatever manner is desired (perhaps none).
757 % Index generation facilities
764 % \newindex {foo} defines an index named foo.
766 % \fooindex ...rest of line... puts an entry in the index foo.
768 % the file that accumulates this index. The file's extension is foo.
769 % The name of an index should be no more than 2 characters long
775 \expandafter\xdef\csname#1index\endcsname{% % Define \xxxindex
788 \expandafter\xdef\csname#1index\endcsname{% % Define \xxxindex
794 % @synindex foo bar makes index foo feed into index bar.
795 % Do this instead of @defindex foo if you don't want it as a separate index.
797 \expandafter\xdef\csname#1index\endcsname{% % Define \xxxindex
801 % @syncodeindex foo bar similar, but put all entries made for index foo
804 \expandafter\xdef\csname#1index\endcsname{% % Define \xxxindex
810 % and it is "foo", the name of the index.
815 % There is also \dosubind {index}{topic}{subtopic}
816 % which makes an entry in a two-level index such as the operation index.
834 % This is used when outputting the strings to sort the index by.
861 % Now process the index-string once, with all font commands turned off,
862 % to get the string to sort the index by.
866 % Now produce the complete index entry. We process the index-string again,
867 % this time with font commands expanded, to get what to print in the index.
881 % Now process the index-string once, with all font commands turned off,
882 % to get the string to sort the index by.
886 % Now produce the complete index entry. We process the index-string again,
887 % this time with font commands expanded, to get what to print in the index.
894 % The index entry written in the file actually looks like
924 % Define the macros used in formatting output of the sorted index material.
926 % This is what you call to cause a particular index to get printed.
928 % @unnumbered Function Index
946 % These macros are used by the sorted index file itself.
947 % Change them to control the appearance of the index.
1296 \def\Dotsbox{\hbox to 1em{\hss.\hss}} % Used by index macros
1679 \def\defunheader #1#2{\doind {fn}{\code{#1}}% Make entry in function index
1688 \def\defmacheader #1#2{\doind {fn}{\code{#1}}% Make entry in function index
1697 \def\defspecheader #1#2{\doind {fn}{\code{#1}}% Make entry in function index
1717 \def\defopheader #1#2#3{\dosubind {fn}{\code{#2}}{on #1}% Make entry in function index
1726 \def\defmethodheader #1#2#3{\dosubind {fn}{\code{#2}}{on #1}% entry in function index
1737 \dosubind {vr}{\code{#2}}{of #1}% Make entry in var index
1747 \dosubind {vr}{\code{#2}}{of #1}% Make entry in var index
1780 \def\defvarheader #1#2{\doind {vr}{\code{#1}}% Make entry in var index
1789 \def\defoptheader #1#2{\doind {vr}{\code{#1}}% Make entry in var index