Searched refs:parsed (Results 1 - 24 of 24) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dscript.c28 to the parsed script when parsing was successful.
327 struct grub_script *parsed;
329 parsed = grub_malloc (sizeof (*parsed));
330 if (! parsed)
333 parsed->mem = mem;
334 parsed->cmd = cmd;
335 parsed->refcnt = 0;
336 parsed->children = 0;
337 parsed
325 struct grub_script *parsed; local
345 struct grub_script *parsed; local
[all...]
H A Dparser.y96 script_init: { state->err = 0; } script { state->parsed = $2; state->err = 0; }
154 string and as pre-parsed grub_script object. Passing as grub_script
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-menulst2cfg.c75 char *parsed; local
88 parsed = grub_legacy_parse (ptr, &entryname, &newsuffix);
106 if (parsed)
107 fprintf (out, "%s%s", entryname ? " " : "", parsed);
108 free (parsed);
109 parsed = NULL;
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dparttool.c103 int *parsed; local
246 parsed = (int *) grub_zalloc (argc * sizeof (int));
249 if (! parsed[i])
277 if (! parsed[j])
289 parsed[j] = 1;
315 grub_free (parsed);
H A Dlegacycfg.c74 char *parsed = NULL; local
93 parsed = grub_legacy_parse (ptr, &entryname, &newsuffix);
107 grub_free (parsed);
134 if (parsed && !entryname)
136 grub_normal_parse_line (parsed, getline);
138 grub_free (parsed);
139 parsed = NULL;
141 else if (parsed)
144 entrysrc = parsed;
151 + grub_strlen (parsed)
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMkbootstrap.pm87 This file will get parsed, and produce a maybe empty
H A DMakeMaker.pm2040 MakeMaker object. The following lines will be parsed o.k.:
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dscript_sh.h236 struct grub_script_cmd *parsed;
327 /* Execute any GRUB pre-parsed command or script. */
343 /* This variable points to the parsed command. This is used to
235 struct grub_script_cmd *parsed; member in struct:grub_parser_param
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DO.pm116 Perl program mentioned on the command-line is read in, parsed and
130 After the user's program is loaded and parsed, that returned sub ref
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DInputObjects.pm67 An object corresponding to a tree of parsed POD text. Each "node" in
70 in the order in which they were parsed from left-to-right.
730 This object corresponds to a tree of parsed POD text. As POD text is
731 scanned from left to right, it is parsed into an ordered list of
H A DSelect.pm295 subheadings in the document being parsed. The list of headings returned
296 corresponds to the most recently parsed paragraph of the input.
326 are parsed by this method and the resulting regular expressions are
394 are parsed by this method and the resulting regular expressions are
H A DParser.pm121 If you need to perform any preprocesssing of input before it is parsed
506 Note that if multiple files are parsed for a single POD document
508 is invoked for every file that is parsed. If you wish to perform certain
529 Please note that if multiple files are parsed for a single POD document
531 is invoked for every file that is parsed. If you wish to perform certain
652 The parameter C<$text> is a string or block of text to be parsed
1409 the input streams that are currently in the middle of being parsed.
1414 stream to be parsed is pushed onto the end of this input stack
1416 being parsed is always at the end (or top) of the input stack. When an
H A DChecker.pm176 The link found cannot be parsed because it does not conform to the
H A DLaTeX.pm1548 to output parsed text.
H A DMan.pm1245 manual section is 3, in which case the path is parsed to see if it is a Perl
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPush.pm295 Server push scripts must be installed as no-parsed-header (NPH)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSelfLoader.pm317 parsed.
H A DCGI.pm109 # Do not include undefined params parsed from query string
580 # In a XForm POST, the QUERY_STRING is parsed normally.
2919 # value of the cookie, if any. For efficiency, we cache the parsed
3179 # The cookies are not parsed or altered in any way, i.e.
4594 parsed keywords can be obtained as an array using the keywords() method.
5064 parsed header) script. You may need to do other things as well
7696 NPH, or "no-parsed-header", scripts bypass the server completely by
H A DCPAN.pm6708 parsed, please try the above method.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL198 the manual section is 3, in which case the path is parsed to see if it is a
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm1943 will be incorrectly parsed as:
1952 level of the code block, so the directive is parsed correctly.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.pm1779 will be parsed from the string and used to create new complex numbers.
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex2678 % we'll always have a period there to be parsed.
4230 % given all the information in convenient, parsed form.
6992 % name cannot be active until we have parsed the command line.
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex3430 % we'll always have a period there to be parsed.
5059 % given all the information in convenient, parsed form.
8862 % name cannot be active until we have parsed the command line.

Completed in 122 milliseconds