Lines Matching defs:line

27  * Shared source for 'java' command line tool.
30 * instance, the JDK command line tools such as javac and javadoc (see
36 * One job of the launcher is to remove command line options which the
206 printf("Command line args:\n");
273 /* Parse command line options; if the return value of
452 * Checks the command line options to find which JVM type was
453 * specified. If no command line option was given for the JVM type,
455 * JDK_ALTERNATE_VM and the command line option -XXaltjvm= are also
717 * from command line options.
718 * The routine also parses splash screen command line options and
753 * support. For reference, the command line syntax is defined as:
825 * containing the command line information. It's a convenient way to carry
838 * Command line splash screen option should have precedence
841 * line parsing
872 * manifest are overwritten by any specified on the command line.
888 * line or in the manifest, simply return.
934 * line flags stripped from argv (because the target may not
955 * Parses command line arguments. Returns JNI_FALSE if launcher
1006 * command line options.
1219 * For tools, convert command line args thus:
1551 * The semantics are that when someone specifies a flag on the command line:
1565 * If no flag is given on the command line, the first vmLine of the jvm.cfg
1569 * JVM on the command line.
1581 char line[MAXPATHLEN+20];
1603 while (fgets(line, sizeof(line), jvmCfg) != NULL) {
1606 if (line[0] == '#')
1608 if (line[0] != '-') {
1614 line[JLI_StrLen(line)-1] = '\0'; /* remove trailing newline */
1615 tmpPtr = line + JLI_StrCSpn(line, whiteSpace);
1668 JLI_TraceLauncher("jvm.cfg[%d] = ->%s<-\n", cnt, line);
1670 knownVMs[cnt].name = JLI_StringDup(line);
1775 * Done with all command line processing and potential re-execs so