• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lib-src/

Lines Matching +defs:next +defs:error

293   struct fdesc *next;		/* for the linked list */
348 struct regexp *p_next; /* pointer to next in list */
409 static void error __P((const char *, const char *));
487 /* The next four default to TRUE for etags, but to FALSE for ctags. */
867 Fortran is tried first; if no tags are found, C is tried next.\n\
965 named language up to the next --language=LANG option.");
1069 returning in each successive call the next file name matching the input
1075 If an error occurs, on return out_spec contains the value
1076 of in_spec when the error occurred.
1081 matches in_spec, or there is any other error, -1 is returned.
1157 error ("%s", "system() function not implemented under VMS");
1265 error ("-o option may only be given once.", (char *)NULL);
1343 error ("no input files specified.", (char *)NULL);
1411 error ("can't find file %s\n", this_file);
1460 for (fdp = fdhead; fdp != NULL; fdp = fdp->next)
1571 error ("empty language name", (char *)NULL);
1577 error ("unknown language \"%s\"", name);
1663 error ("skipping inclusion of %s in self.", file);
1679 for (fdp = fdhead; fdp != NULL; fdp = fdp->next)
1737 error ("skipping %s: it is not a regular file.", real_name);
1783 fdp->next = fdhead;
1987 *fdpp = badfdp->next; /* remove the bad description from the list */
1991 fdpp = &(*fdpp)->next; /* advance the list pointer */
2214 next one. */
2379 error ("internal error: NULL name in ctags mode.", (char *)NULL);
2488 # DEFUN used in emacs, the next three used in glibc (SYSCALL only for mach).
2942 error ("internal error: definedef value.", (char *)NULL);
3305 /* If we are at the end of the line, the next character is a
3307 to read the next line. */
4140 ((assert("" kw), TRUE) /* syntax error if not a literal string */ \
4147 ((assert("" kw), TRUE) /* syntax error if not a literal string */ \
4795 keyword, so next item = potential tag */
4799 next token will determine whether this
4816 while (!feof (inf)) /* long main loop to get next char */
5095 break; /* read next line */
5249 /* Skip to next line if we hit the TeX comment char. */
5356 bool getnext = FALSE; /* next text outside of HTML tags is a tag */
5378 break; /* go to next line */
5387 break; /* go to next line */
5418 else if (getnext) /* grab next tokens and tag them */
5422 break; /* go to next line */
5436 break; /* go to next line */
5444 break; /* go to next line */
5576 * Return the number of bytes consumed, or -1 if there was an error.
5764 * Return the number of bytes consumed, or -1 if there was an error.
5911 error ("unterminated language name in regex: %s", regex_arg);
5950 error ("null regexp", (char *)NULL);
5957 error ("%s: unterminated regexp", regexp_pattern);
5962 error ("null name for regexp \"%s\"", regexp_pattern);
5980 error ("forcing explicit tag name but no name, ignoring", NULL);
5998 error ("invalid regexp modifier `%s', ignoring", wrongmod);
6029 error ("%s while compiling pattern", err);
6063 fatal ("pattern error in \"%s\"", out);
6151 /* Some error. */
6154 error ("regexp stack overflow while matching \"%s\"",
6167 error ("regexp matches the empty string: \"%s\"",
6390 one, use it from now until the next #line
6392 for (fdp = fdhead; fdp != NULL; fdp = fdp->next)
6409 input lines until the next #line directive. */
6411 for (fdp = fdhead; fdp != NULL; fdp = fdp->next)
6419 now on, until the next #line directive. */
6425 fdhead->next = fdp;
6480 /* Some error. */
6483 error ("regexp stack overflow while matching \"%s\"",
6495 error ("regexp matches the empty string: \"%s\"", rp->pattern);
6656 /* Print error message and exit. */
6661 error (s1, s2);
6681 /* Print error message. `s1' is printf control string, `s2' is arg for it. */
6683 error (s1, s2)
6945 /* Like malloc but get fatal error if memory is exhausted. */