Searched refs:verbatim (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dinsertion.h34 rawxml, smalldisplay, smallexample, smallformat, smalllisp, verbatim, enumerator in enum:insertion_type
/freebsd-9.3-release/contrib/gcc/
H A Dtoplev.h68 extern void verbatim (const char *, ...) ATTRIBUTE_GCC_DIAG(1,2);
H A Ddiagnostic.c452 /* Text to be emitted verbatim to the error message stream; this function
455 verbatim (const char *gmsgid, ...)
/freebsd-9.3-release/contrib/llvm/lib/Support/Windows/
H A DProgram.inc38 // Return paths with slashes verbatim.
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc63 // Use the given path verbatim if it contains any slashes; this matches
/freebsd-9.3-release/crypto/openssl/util/
H A Dpod2man.pl669 # Translate verbatim paragraph
681 makespace() unless $verbatim++;
689 $verbatim = 0;
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex2793 % Scan in ``verbatim'' mode:
4948 % LaTeX-like @verbatim...@end verbatim and @verb{<char>...<char>}
4957 % verbatim line.
4983 \tt % easiest (and conventionally used) font for verbatim
4994 % Setup for the @verbatim environment
5016 % Easiest (and conventionally used) font for verbatim
5029 % Do the @verb magic: verbatim text is quoted by unique
5044 % Do the @verbatim magic: define the macro \doverbatim so that
5045 % the (first) argument ends when '@end verbatim' i
[all...]
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex2965 % Scan in ``verbatim'' mode:
5144 % LaTeX-like @verbatim...@end verbatim and @verb{<char>...<char>}
5153 % verbatim line.
5179 \tt % easiest (and conventionally used) font for verbatim
5190 % Setup for the @verbatim environment
5212 % Easiest (and conventionally used) font for verbatim
5225 % Do the @verb magic: verbatim text is quoted by unique
5240 % Do the @verbatim magic: define the macro \doverbatim so that
5241 % the (first) argument ends when '@end verbatim' i
[all...]
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex2864 % Scan in ``verbatim'' mode:
5020 % LaTeX-like @verbatim...@end verbatim and @verb{<char>...<char>}
5029 % verbatim line.
5055 \tt % easiest (and conventionally used) font for verbatim
5066 % Setup for the @verbatim environment
5088 % Easiest (and conventionally used) font for verbatim
5101 % Do the @verb magic: verbatim text is quoted by unique
5116 % Do the @verbatim magic: define the macro \doverbatim so that
5117 % the (first) argument ends when '@end verbatim' i
[all...]
/freebsd-9.3-release/contrib/gcc/cp/
H A Dname-lookup.c1217 verbatim ("%s %s(%E) %p %d\n", action, desc,
1220 verbatim ("%s %s %p %d\n", action, desc, (void *) scope, line);
1347 verbatim ("XXX is_class_level != (current_scope == class_scope)\n");
5174 verbatim ("XXX entering pop_everything ()\n");
5183 verbatim ("XXX leaving pop_everything ()\n");
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.c14470 emit the stripped name verbatim, otherwise prepend an
14476 int verbatim = 0;
14480 verbatim |= (*name == '*');
14484 if (verbatim)
14454 int verbatim = 0; local

Completed in 187 milliseconds