Searched refs:expansion (Results 26 - 37 of 37) sorted by relevance

12

/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dmulti.c126 xtemplate = expansion (template, 0);
H A Dmakeinfo.c663 error (_("%s: could not open macro expansion output `%s'"),
668 _("%s: ignoring second macro expansion output `%s'.\n"),
1050 /* Replace input_text[FROM .. TO] with its expansion. */
1062 into anything. Unfortunately, we cannot avoid expansion
1064 asked for expansion of macros, since any Texinfo command
1082 xp = expansion (str, 0);
1086 /* Plunk the expansion into the middle of `input_text' --
1088 expensive move of the rest of the input if the expansion
1116 /* Synchronize the macro-expansion pointers with our new input_text. */
1135 /* Replace input_text[input_text_offset .. limit-1] with its expansion
4013 expansion (char *str, int implicit_code) function
[all...]
H A Dinsertion.c503 document_description = expansion (desc, 0);
H A Dxml.c1121 string = expansion (tem, 0);
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dexpn.pl87 # $mxbacktrace{"$users[0] *** $server"} : record of mx expansion
260 # ($ecode,@expansion) = &expn_vrfy($u,$server);
262 ($ecode,@expansion) = @foo;
268 for $s (@expansion) {
285 ($newhost, $newaddr, $newname) = &parse($addr,$server,$oldname, $#expansion == 0);
288 # no expansion is possible w/o a new server to call
497 print "Fallback an MX expansion $us -> \n" if $debug;
981 # re-queue expansion requests if possible
1074 # if mx expansion did not help to resolve an address
1076 # expansion)
[all...]
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex485 % expansion of \tie (\leavevmode \penalty \@M \ ).
1247 \xdef#1{#1}% redefine it as its expansion; the definition is simply
3085 % to do a one-level expansion on the result, instead of complete).
3222 % we have to laboriously prevent expansion for those that we don't.
3234 % effectively preventing its expansion. This is used only for control
3333 \definedummyword{expansion}%
3347 % No macro expansion.
3472 \def\expansion{==>}%
3534 \edef\temp{\the\toks0}% need full expansion
4002 % letter in the expansion, no
[all...]
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex476 % expansion of \tie (\leavevmode \penalty \@M \ ).
2913 % to do a one-level expansion on the result, instead of complete).
3051 % we have to laboriously prevent expansion for those that we don't.
3063 % effectively preventing its expansion. This is used only for control
3160 \definedummyword{expansion}%
3174 % No macro expansion.
3298 \def\expansion{==>}%
3360 \edef\temp{\the\toks0}% need full expansion
3828 % letter in the expansion, not just typeset.
4629 % @point{}, @result{}, @expansion{},
[all...]
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex477 % expansion of \tie (\leavevmode \penalty \@M \ ).
2984 % to do a one-level expansion on the result, instead of complete).
3121 % we have to laboriously prevent expansion for those that we don't.
3133 % effectively preventing its expansion. This is used only for control
3231 \definedummyword{expansion}%
3245 % No macro expansion.
3370 \def\expansion{==>}%
3432 \edef\temp{\the\toks0}% need full expansion
3900 % letter in the expansion, not just typeset.
4701 % @point{}, @result{}, @expansion{},
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp714 OS << " template expansion";
/freebsd-9.3-release/sys/dev/isp/
H A DDriverManual.txt397 This section could use a lot of expansion, but this covers the basics.
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp109 // of tokens (e.g. identifiers, thus disabling macro expansion). It is used
169 /// _Pragma expansion. This has a variety of magic semantics that this method
174 /// expansion location that indicates where all lexed tokens should be
268 // Raw string literals need special handling; trigraph expansion and line
301 /// after trigraph expansion and escaped-newline folding. In particular, this
342 /// after trigraph expansion and escaped-newline folding. In particular, this
446 // If this comes from a macro expansion, we really do want the macro name, not
724 // Figure out how many physical characters away the specified expansion
787 return SourceLocation(); // Points inside the macro expansion.
800 /// token of the macro expansion
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp2886 #define ABSTRACT_DECL(expansion)

Completed in 189 milliseconds

12