Searched refs:syntax (Results 26 - 50 of 67) sorted by relevance

123

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_VMS.pm156 Use VMS file specification syntax and CLI commands to find and
302 Use as separator a character which is legal in a VMS-syntax file name.
503 Fixes up numerous file and directory macros to insure VMS syntax
504 regardless of input syntax. Also makes lists of files
851 Use VMS syntax on command line. In particular, $(DEFINE) and
1574 Use VMS-style syntax for files; it's cheaper to just do it directly here
2211 as a file specification in Unix syntax.
2261 VMS-syntax directories when MM[SK] is run. Also expands expressions which
2266 a VMS-syntax directory specification, if it is FALSE, the return string
2267 is a VMS-syntax fil
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c3780 goto syntax;
3784 goto syntax;
3788 goto syntax;
3798 goto syntax;
3837 goto syntax;
3913 goto syntax;
3925 goto syntax;
3933 goto syntax;
3939 goto syntax;
3944 goto syntax;
[all...]
H A Dmeta_raid.c2420 goto syntax;
2465 goto syntax;
2546 goto syntax;
2557 goto syntax;
2576 goto syntax;
2595 /* syntax error */
2596 syntax:
H A Dmeta_mirror.c2509 goto syntax;
2540 goto syntax;
2544 goto syntax;
2647 goto syntax;
2663 /* syntax error */
2664 syntax:
H A Dmeta_stripe.c2175 goto syntax;
2224 goto syntax;
2245 goto syntax;
2340 goto syntax;
2356 /* syntax error */
2357 syntax:
H A Dmeta_hotspares.c1798 goto syntax;
1865 goto syntax;
1873 /* syntax error */
1874 syntax:
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_lex.l551 <S0>. yyerror("syntax error near \"%c\"\n", yytext[0]);
614 <S2>. yyerror("syntax error near \"%c\"\n", yytext[0]);
643 <S3>. yyerror("syntax error near \"%c\"\n", yytext[0]);
649 * We use two main states for lexing because probe descriptions use a syntax
758 * wrong: a type_name followed by ++, --, [, or = is a syntax error.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.pm316 You may use the syntax C<use File::Copy "cp"> to get at the
317 "cp" alias for this function. The syntax is I<exactly> the same.
H A DSpec.pm184 For systems with no syntax differentiating filenames from directories,
201 that have the concept of a volume or that have path syntax that differentiates
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DUnix.pm234 For systems with no syntax differentiating filenames from directories,
271 that have the concept of a volume or that have path syntax that differentiates
H A DWin32.pm223 that have the concept of a volume or that have path syntax that differentiates
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dhtmlview.t71 supports the extended <strong>syntax </strong>&gt; and permits <em>nested tags &amp;
/osnet-11/usr/src/lib/libcmd/common/
H A Dfind.c903 error(2, "%s: operator syntax error", np->name);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDebug.pm278 B::Debug - Walk Perl syntax tree, printing debug info about ops
H A DBytecode.pm743 bwarn "keeping the syntax tree: \"goto\" op found";
823 keep the syntax tree - it is stripped by default.
832 expressions. When gotos are found keep the syntax tree.
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregexec.c707 preg->translate, (preg->syntax & RE_ICASE) != 0,
753 ? ((sb || !(preg->syntax & RE_ICASE || t) ? 4 : 0)
3626 if (!(dfa->syntax & RE_DOT_NEWLINE))
3628 if (dfa->syntax & RE_DOT_NOT_NULL)
3638 if (!(dfa->syntax & RE_DOT_NEWLINE))
3640 if (dfa->syntax & RE_DOT_NOT_NULL)
3851 if ((!(dfa->syntax & RE_DOT_NEWLINE) &&
3853 ((dfa->syntax & RE_DOT_NOT_NULL) &&
4114 if ((ch == '\n' && !(mctx->dfa->syntax & RE_DOT_NEWLINE))
4115 || (ch == '\0' && (mctx->dfa->syntax
[all...]
H A Dregex_internal.h697 reg_syntax_t syntax; member in struct:re_dfa_t
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DSelect.pm91 The formal syntax of a section specification is:
165 The formal syntax of a range specification is:
658 expressions. If C<$section_spec> has no syntax errors, then a reference
684 ## Modify the regexs as needed and validate their syntax
691 eval "/$_/"; ## check regex syntax
H A DUsage.pm186 Usage messages issued as a result of bad command-line syntax should go
313 command line syntax error is detected. They should also provide an
326 ## Parse options and print usage if there is a syntax error,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSwitch.pm603 The module augments the standard Perl syntax with two new control
751 =head2 Alternative syntax
759 This future syntax is also (largely) available via the Switch.pm module, by
H A DTest.pm264 C<sub {...}> syntax or C<\&foo> syntax). In
682 The syntax for C<skip> is about the only way it can be, but it's still
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlcc.PL237 my @error = grep { !/^$Input syntax OK$/o } @$error_r;
H A Dperlivp.PL463 edit the resulting *.ph files to eliminate perl syntax errors.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm4 # convert perl data structures into perl syntax suitable for both printing
687 perl syntax. The references can also be objects. The contents of each
741 syntax) will be inserted at all possible points, preserving any structural
895 using the syntax C<bless(DATA, CLASS)-E<gt>METHOD()>. Note that this means that
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/
H A Dproto.t547 # test prototypes when they are evaled and there is a syntax error
548 # Byacc generates the string "syntax error". Bison gives the
555 print "# eval[$eval]\nnot " unless $@ && $@ =~ /(parse|syntax) error/i;
607 use warnings 'syntax';

Completed in 104 milliseconds

123