Searched refs:directive (Results 1 - 17 of 17) sorted by relevance
/osnet-11/usr/src/lib/libpp/common/ |
H A D | pppragma.c | 31 pppragma(char* directive, char* pass, char* name, char* value, int newline) argument 36 if (directive) 38 ppprintf("#%s", directive);
|
H A D | ppcontrol.c | 25 * preprocessor control directive support 250 * process a single directive line 266 int directive; local 326 error(1, "# <line> [ \"<file>\" [ <type> ] ]: non-standard directive"); 327 directive = INCLUDE; 330 switch (directive = (int)hashref(pp.dirtab, pp.token)) 353 if (directive == IFDEF || directive == IFNDEF) 372 error(1, "#%s %s is non-standard -- use #%s", dirname(directive), dirname(n), dirname(ELIF)); 373 directive [all...] |
H A D | ppproto.c | 53 #define MAGICDIR "pragma" /* proto magic directive */ 54 #define MAGICARG "prototyped" /* proto magic directive arg */ 510 * update directive mask 514 directive(register char* s, int dir) function 1190 dir = directive(ip, dir);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | less.pm | 15 Currently unimplemented, this may someday be a compiler directive
|
H A D | diagnostics.pm | 61 the C<use diagnostics -verbose> directive. 149 The C<-pretty> directive is called too late to affect matters.
|
H A D | overload.pm | 201 The compilation directive 212 Arguments of this directive come in (key, value) pairs. Legal values 232 The functions specified in the C<use overload ...> directive are called 329 The following symbols can be specified in C<use overload> directive: 461 =item Strings as values of C<use overload> directive 507 C<use overload> directive. 515 unless C<"fallback"> was specified as a key in C<use overload> directive.
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
H A D | Lgrp.xs | 187 # The code below uses POSTCALL directive which allows to return 'undef' 289 # directive to avoid implicit RETVAL assignments and manipulate perl
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/re/ |
H A D | re.pm | 70 The directive C<use re 'debug'> is I<not lexically scoped>, as the
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/ |
H A D | pod2latex.PL | 306 directive. This is an integer between 0 and 5 with 0 equivalent to a
|
H A D | pod2man.PL | 302 The major headers should be set out using a C<=head1> directive, and are
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Parser.pm | 173 Normally (by default) B<Pod::Parser> handles the C<=cut> POD directive 176 pass the C<=cut> directive to the caller just like any other POD command 179 B<Pod::Parser> will still interpret the C<=cut> directive to mean that 236 "=") is encountered. When such a POD directive is seen in the input, 507 (perhaps the result of some future C<=include> directive) this method 530 (perhaps the result of some kind of C<=include> directive) this method 611 processed) until the next POD directive is encountered. 933 ## Ignore up until next POD directive if we are cutting 970 ## If this is a "cut" directive then we dont need to do anything
|
H A D | LaTeX.pm | 539 a pod C<=head1> directive. This can be used, for example, to turn 1333 Called when a new list is found (via the C<over> directive). 1358 Called when the end of a list is found (the C<back> directive).
|
H A D | Checker.pm | 218 The file starts with a different POD directive than head. 801 # check a POD command directive
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/ |
H A D | Balanced.pm | 1202 the prefix pattern, using the C<(?s)> directive: '(?s).*?(?=<H1>)' 1931 are specified using a C<E<lt>defer:...E<gt>> directive. For example: 1937 within the C<E<lt>defer:...E<gt>> directive, but there's a problem. 1949 But, by extracting the directive using 1952 level of the code block, so the directive is parsed correctly.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | Liblist.pm | 128 For each library that is found, an appropriate directive for a linker options
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/ |
H A D | Peek.pm | 114 If C<use Devel::Peek> directive has a C<:opd=FLAGS> argument,
|
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/common/ |
H A D | memcpy.s | 1174 ! the previous alignment directive.
|
Completed in 104 milliseconds