• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lib-src/

Lines Matching +defs:prop +defs:start

78  * If you want to add support for a new language, start by looking at the LUA
239 #define begtoken(c) (_btk[CHAR(c)]) /* c can start token (see begtk) */
299 char *prop; /* file properties to write in tagfile */
460 static long linecharno; /* charno of start of current line */
461 static char *dbp; /* pointer to start of current tag */
1074 only start processing a new spec with the following call.
1165 char *start = s;
1175 return start;
1800 fdp->prop = NULL;
2002 linecharno = 0; /* reset global char number of line start */
2039 char *linestart; /* start of the line where tag is */
2081 char *linestart; /* start of the line where tag is */
2165 if (fdp->prop != NULL) free (fdp->prop);
2861 * checks to see if the current token is at the start of a
3258 register int tokoff; /* offset in line of start of current token */
4133 && /* instructions at start of loop */ \
5024 * "function" and "local function" are tags if they start at column 1.
5331 char *cp, *start;
5335 start = cp;
5338 make_tag (start, cp - start, TRUE,
5639 * Assumes that Erlang functions start at column 0.
5666 else if (cp[0] == '"') /* Sometimes, strings start in column one */
6070 diglen = regs->end[dig] - regs->start[dig];
6084 diglen = regs->end[dig] - regs->start[dig];
6085 strncpy (t, in + regs->start[dig], diglen);
6138 linecharno = 0; /* reset global char number of line start */
6335 linecharno = charno; /* update global char number of line start */
6349 int start = 0;
6351 if (sscanf (lbp->buffer, "#line %u \"%n", &lno, &start) >= 1
6352 && start > 0) /* double quote character found */
6354 char *endp = lbp->buffer + start;
6367 name = lbp->buffer + start;
6431 fdhead->prop = NULL;