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

/macosx-10.10/emacs-93/emacs/lib-src/
H A Detags.c2701 * When objdef is different from onone, objtag is the name of the class.
2703 static char *objtag = "<uninited>";
3050 objtag = savenstr (str, len);
3055 objtag = savenstr (str, len);
3093 /* Memory leakage here: the string pointed by objtag is
3098 free (objtag); */
3528 int len = strlen (objtag) + 2 + toklen;
3530 strcpy (token_name.buffer, objtag);
2694 static char *objtag = "<uninited>"; variable

Completed in 122 milliseconds