Searched refs:parse (Results 1 - 25 of 64) sorted by relevance

123

/osnet-11/usr/src/lib/efcode/packages/
H A DMakefile.com28 OBJECTS = populate.o parse.o memalloc.o
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributeString.java64 cstring = parse(str, nlocale);
70 private String parse(String str, Locale nlocale) { method in class:AttributeString
H A DServiceType.java72 parse(t);
248 private void parse(String t) { method in class:ServiceType
253 // This loop is a kludgy way to break out of the parse so
H A DSLPV1SSrvMsg.java424 // Initialize parse tables in terminal.
493 parse(tk, buf, true);
514 // and parse the terminal.
518 parse(tk, buf, false);
612 private void parse(StreamTokenizer tk, method in class:SLPV1SSrvMsg
757 // It's a parse error here.
/osnet-11/usr/src/lib/libsqlite/
H A DMakefile.com29 parse.o \
78 parse.c \
106 parse.h \
176 parse.c \
177 parse.h
270 parse_tmp.out: $(SRCDIR)/parse.y lemon
272 $(CP) $(SRCDIR)/parse.y parse_tmp.y
275 parse.h: parse_tmp.out
276 $(CP) parse_tmp.h parse.h
278 parse
[all...]
H A Dmain.mk61 main.o opcodes.o os.o pager.o parse.o pragma.o printf.o random.o \
87 $(TOP)/src/parse.y \
133 parse.h
185 rm tsrc/sqlite.h.in tsrc/parse.y
186 cp parse.c opcodes.c tsrc
228 parse.o: parse.c $(HDR)
229 $(TCCX) -c parse.c
231 parse.h: parse
[all...]
/osnet-11/usr/src/lib/efcode/fcode_test/
H A DMakefile36 parse.fth
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DInputObjects.pm68 a parse-tree (or I<ptree>) is either a text-string or a reference to
69 a B<Pod::InteriorSequence> object. The nodes appear in the parse-tree
376 This method will get/set the corresponding parse-tree of the paragraph's text.
554 Prepends the given string or parse-tree or sequence object to the parse-tree
573 Appends the given string or parse-tree or sequence object to the parse-tree
668 This method will get/set the corresponding parse-tree of the interior
734 strings and sequences. Each interior sequence in the parse-tree may
735 itself contain a parse
[all...]
H A DParser.pm66 ## Create a parser object and have it parse file whose name was
152 A I<parse-option> is simply a named option of B<Pod::Parser> with a
155 or unsetting one or more I<parse-options> using the B<parseopts()> method.
156 The set of currently accepted parse-options is as follows:
196 for the setting and unsetting of parse-options.
607 but before trying to further parse or interpret them. After
656 B<parse_text()> will parse the given text into a parse-tree of "nodes."
657 and interior-sequences. Each "node" in the parse tree is either a
659 parse
[all...]
H A DParseUtils.pm223 The B<Pod::Hyperlink> class is mainly designed to parse the contents of the
255 return undef unless($self->parse($_[0]));
272 =item $link-E<gt>parse($string)
274 This method can be used to (re)parse a (new) hyperlink, i.e. the contents
283 sub parse { subroutine
578 Returns the link as contents of C<LE<lt>E<gt>>. Reciprocal to B<parse()>.
H A DMan.pm270 # it's much simpler than trying to parse *roff here.
537 $text = $self->parse ($text, @_);
611 $text = $self->parse ($text, $line);
643 # appropriate, but don't leave it set while calling parse() so as to not
648 local $_ = $self->parse (@_);
665 local $_ = $self->parse (@_);
680 local $_ = $self->parse (@_);
696 local $_ = $self->parse (@_);
758 local $_ = $self->parse (@_);
887 sub parse { subroutine
[all...]
/osnet-11/usr/src/lib/libeti/form/common/
H A Ddriver.c43 static REQUEST parse(int);
191 x = parse(c);
212 parse(int c) function
/osnet-11/usr/src/lib/krb5/ss/
H A DMakefile.com38 parse.o \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dcookie.t29 # Test parse
33 my $result = CGI::Cookie->parse($test_cookie[0]);
36 my @result = CGI::Cookie->parse($test_cookie[0]);
39 @result = CGI::Cookie->parse($test_cookie[1]);
42 my %result = CGI::Cookie->parse($test_cookie[0]);
48 my @array = CGI::Cookie->parse('');
49 my $scalar = CGI::Cookie->parse('');
50 is_deeply(\@array, [], " parse('') returns an empty array in list context (undocumented)");
51 is_deeply($scalar, {}, " parse('') returns an empty hashref in scalar context (undocumented)");
53 @array = CGI::Cookie->parse(unde
[all...]
/osnet-11/usr/src/lib/rad/pysmf/common/
H A Dfmri.py41 def parse(fmri): member in class:FMRI
H A Drad.py112 return self.lookup(smf.fmri.FMRI.parse(fmri))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/
H A Drequire.t113 # bison says 'parse error' instead of 'syntax error',
115 print "# $@\nnot " unless $@ =~ /(syntax|parse) error/mi;
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregnexec.c113 * returns from parse()
116 #define NONE 0 /* no parse found */
117 #define GOOD 1 /* some parse was found */
119 #define BEST 3 /* an unbeatable parse was found */
397 #define follow(e,r,c,s) ((r)->next?parse(e,(r)->next,c,s):(c)?parse(e,c,0,s):BEST)
399 static int parse(Env_t*, Rex_t*, Rex_t*, unsigned char*);
446 r = parse(env, rex->re.group.expr.rex, &catcher, s);
447 DEBUG_TEST(0x0010,(sfprintf(sfstdout, "AHA#%04d 0x%04x parserep parse %d %d `%-.*s'\n", __LINE__, debug_flag, rex->re.group.number, r, env->end - s, s)),(0));
797 parse(Env_ function
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeDescription.java124 * @see ProbeDescription#parse(String s)
132 p = ProbeDescription.parse(probeName);
239 parse(String s) throws ParseException method in class:ProbeDescription
H A DKernelStackRecord.java97 parse(String s) method in class:KernelStackRecord
/osnet-11/usr/src/lib/libshell/
H A DMakefile.com87 sh/parse.o \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsubs.t64 # bison says 'parse error' instead of 'syntax error',
66 $results =~ s/^(syntax|parse) error/syntax error/mig;
H A Dvmsish.pm56 programs that are expecting "unix-style" Perl to avoid having to parse
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm48 return $class->parse($raw_cookie);
85 sub parse { subroutine
267 %cookies = CGI::Cookie->parse($ENV{COOKIE});
465 form using the parse() class method:
468 %cookies = CGI::Cookie->parse($COOKIES);
475 If the value passed to parse() is undefined, an empty array will returned in list
/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dparser.y90 %parse-param { struct grub_parser_param *state };

Completed in 97 milliseconds

123