Home
last modified time | relevance | path

Searched refs:skip_comment (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/usr.bin/ctags/
DC.c125 skip_comment(c); in c_entries()
280 skip_comment(c); in func_entry()
308 skip_comment(c); in func_entry()
439 skip_comment(int t) /* t is comment character */ in skip_comment() function
518 skip_comment(c); in skip_key()
Dctags.h98 extern void skip_comment(int);
Dyacc.c87 skip_comment(c); in y_entries()
/freebsd-12-stable/usr.bin/mail/
Dutil.c362 skip_comment(char *cp) in skip_comment() function
408 cp = skip_comment(cp); in skin()
453 cp = skip_comment(cp); in skin()
Dextern.h68 char *skip_comment(char *);
/freebsd-12-stable/contrib/byacc/
Dreader.c318 skip_comment(void) in skip_comment() function
368 skip_comment(); in next_inline()
/freebsd-12-stable/contrib/gcc/
DChangeLog-19998591 (null_underflow, null_cleanup, skip_comment, copy_comment,
15896 * cpplib.c (skip_comment, copy_comment, cpp_skip_hspace,
17662 (skip_comment): Handle CHILL line comments too. Second
17666 (copy_rest_of_line): Likewise. Call skip_comment and
17677 parse_string. Use skip_comment for CHILL comments too. Use
DChangeLog-200014997 (maybe_macroexpand, skip_comment, copy_comment, skip_string,
21196 (skip_comment): Warn about // comments if -Wtraditional.
26197 skip_block_comment, skip_line_comment, skip_comment,
29763 (skip_comment) ... here. Permit C++ comments in system
29766 (copy_comment): Use skip_comment.
29767 (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
DChangeLog-200215787 * cpptrad.c (skip_comment): Rename copy_comment, copy comment to
17261 * cpptrad.c (skip_comment, lex_identifier,
21243 (skip_comment): Handle -Wcomment.
DFSFChangeLog.1113323 * cpplib.c (skip_comment, handle_directive): Don't use uninit vars.