Home
last modified time | relevance | path

Searched refs:gdef (Results 1 – 8 of 8) sorted by relevance

/external/e2fsprogs/lib/et/
Dtexinfo.tex200 \gdef\pagecontents#1{\ifvoid\topins\else\unvbox\topins\fi
232 \gdef\parseargdiscardspace {\begingroup\obeylines\futurelet\temp\parseargx}}
234 \gdef\obeyedspace{\ }
238 \gdef\parsearglinex #1^^M{\endgroup \next {#1}}}
337 \gdef\internalexdent{\parsearg\exdentzzz}}
396 \def\nodexxx[#1,#2]{\gdef\lastnode{#1}}
547 \gdef\evenheadingxxx #1{\evenheadingyyy #1@|@|@|@|\finish}
548 \gdef\evenheadingyyy #1@|#2@|#3@|#4\finish{%
551 \gdef\oddheadingxxx #1{\oddheadingyyy #1@|@|@|@|\finish}
552 \gdef\oddheadingyyy #1@|#2@|#3@|#4\finish{%
[all …]
Dcom_err.texinfo35 @gdef@secheading#1#2#3{@secheadingi {#3@enspace #1}}
/external/e2fsprogs/doc/
Dtexinfo.tex74 \gdef\tie{\leavevmode\penalty\tiepenalty\ }
87 \ifx\putwordChapter\undefined{\gdef\putwordChapter{Chapter}}\fi%
89 \ifx\putwordSee\undefined{\gdef\putwordSee{See}}\fi%
90 \ifx\putwordsee\undefined{\gdef\putwordsee{see}}\fi%
91 \ifx\putwordfile\undefined{\gdef\putwordfile{file}}\fi%
92 \ifx\putwordpage\undefined{\gdef\putwordpage{page}}\fi%
93 \ifx\putwordsection\undefined{\gdef\putwordsection{section}}\fi%
94 \ifx\putwordSection\undefined{\gdef\putwordSection{Section}}\fi%
95 \ifx\putwordTableofContents\undefined{\gdef\putwordTableofContents{Table of Contents}}\fi%
96 \ifx\putwordShortContents\undefined{\gdef\putwordShortContents{Short Contents}}\fi%
[all …]
/external/libffi/
Dtexinfo.tex117 \ifx\putwordAppendix\undefined \gdef\putwordAppendix{Appendix}\fi
118 \ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi
119 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi
120 \ifx\putwordin\undefined \gdef\putwordin{in}\fi
121 \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi
122 \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi
123 \ifx\putwordInfo\undefined \gdef\putwordInfo{Info}\fi
124 \ifx\putwordInstanceVariableof\undefined \gdef\putwordInstanceVariableof{Instance Variable of}\fi
125 \ifx\putwordMethodon\undefined \gdef\putwordMethodon{Method on}\fi
126 \ifx\putwordNoTitle\undefined \gdef\putwordNoTitle{No Title}\fi
[all …]
/external/bison/build-aux/
Dtexinfo.tex117 \ifx\putwordAppendix\undefined \gdef\putwordAppendix{Appendix}\fi
118 \ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi
119 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi
120 \ifx\putwordin\undefined \gdef\putwordin{in}\fi
121 \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi
122 \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi
123 \ifx\putwordInfo\undefined \gdef\putwordInfo{Info}\fi
124 \ifx\putwordInstanceVariableof\undefined \gdef\putwordInstanceVariableof{Instance Variable of}\fi
125 \ifx\putwordMethodon\undefined \gdef\putwordMethodon{Method on}\fi
126 \ifx\putwordNoTitle\undefined \gdef\putwordNoTitle{No Title}\fi
[all …]
/external/grub/docs/
Dtexinfo.tex117 \ifx\putwordAppendix\undefined \gdef\putwordAppendix{Appendix}\fi
118 \ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi
119 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi
120 \ifx\putwordin\undefined \gdef\putwordin{in}\fi
121 \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi
122 \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi
123 \ifx\putwordInfo\undefined \gdef\putwordInfo{Info}\fi
124 \ifx\putwordInstanceVariableof\undefined \gdef\putwordInstanceVariableof{Instance Variable of}\fi
125 \ifx\putwordMethodon\undefined \gdef\putwordMethodon{Method on}\fi
126 \ifx\putwordNoTitle\undefined \gdef\putwordNoTitle{No Title}\fi
[all …]
/external/freetype/include/freetype/internal/services/
Dsvotval.h35 FT_Bytes *gdef,
/external/libxml2/
Dxmlschemas.c18791 xmlSchemaModelGroupDefPtr gdef; in xmlSchemaGetCircModelGrDefRef() local
18799 gdef = (xmlSchemaModelGroupDefPtr) term; in xmlSchemaGetCircModelGrDefRef()
18800 if (gdef == groupDef) in xmlSchemaGetCircModelGrDefRef()
18806 if (gdef->flags & XML_SCHEMA_MODEL_GROUP_DEF_MARKED) in xmlSchemaGetCircModelGrDefRef()
18808 if (gdef->children != NULL) { in xmlSchemaGetCircModelGrDefRef()
18809 gdef->flags |= XML_SCHEMA_MODEL_GROUP_DEF_MARKED; in xmlSchemaGetCircModelGrDefRef()
18811 gdef->children->children); in xmlSchemaGetCircModelGrDefRef()
18812 gdef->flags ^= XML_SCHEMA_MODEL_GROUP_DEF_MARKED; in xmlSchemaGetCircModelGrDefRef()