Searched refs:lex_string (Results 1 – 15 of 15) sorted by relevance
| /freebsd-9-stable/contrib/binutils/ld/ |
| D | ldlex.h | 40 extern const char *lex_string;
|
| D | ldmisc.c | 241 fprintf (fp, "--defsym %s", lex_string); in vfinfo()
|
| D | ldmain.c | 386 lex_string = s; in main() 391 lex_string = NULL; in main()
|
| D | lexsup.c | 763 lex_string = optarg; in parse_args() 769 lex_string = NULL; in parse_args()
|
| D | ldlex.l | 53 const char *lex_string = NULL; variable
|
| D | ChangeLog-9197 | 2879 * ldlex.h (lex_string): Declare. 2880 * ldlex.l (lex_string): Define. 2882 (parse_args): In OPTION_DEFSYM case, set lex_string before calling 2885 * ldmain.c (main): Set lex_string before calling lex_redirect, and
|
| /freebsd-9-stable/contrib/gcc/ |
| D | c-lex.c | 68 static enum cpp_ttype lex_string (const cpp_token *, tree *, bool); 404 type = lex_string (tok, value, true); in c_lex_with_flags() 459 type = lex_string (tok, value, false); in c_lex_with_flags() 722 lex_string (const cpp_token *tok, tree *valp, bool objc_string) in lex_string() function
|
| D | ChangeLog-2003 | 15660 (cb_ident): Use cpp_interpret_string, not lex_string. 15663 Adjust calls to lex_string. Don't write *value twice. 15664 (lex_string): Now handles string constant concatenation. 25435 (lex_string): Take cpp_string with full spelling. 25440 (lex_string): Unterminated literals have type CPP_OTHER. 25441 (_cpp_lex_direct): Update calls to lex_string. Use create_literal 26005 lex_number and lex_string, and simplify.
|
| D | ChangeLog-2004 | 7612 (lex_string): Replace logic with switch statement, eat padding 14877 * c-lex.c (c_lex_with_flags, lex_string): Likewise. 29729 (lex_string): Convert string without translation in the -1 40310 (lex_string): Use to determine string translation.
|
| D | ChangeLog-2002 | 23139 * c-lex.c (lex_string): Let cpp_parse_escape handles truncation 24503 * c-lex.c (lex_string): Lex and copy multibyte strings 28785 (lex_string): Use unsigned char pointers.
|
| D | ChangeLog-2000 | 8662 * c-lex.c (lex_string): Use charwidth to compute bytemask. 9479 (lex_number, lex_string, lex_charconst): Break out of c_lex
|
| D | ChangeLog-2001 | 7161 (lex_string) [MULTIBYTE_CHARS]: Use initial lowercase letter on 22038 (lex_string): Use cpp_parse_escape.
|
| D | ChangeLog-2005 | 15850 * c-lex.c (lex_string): Use XOBFINISH. 17647 (lex_string): Likewise.
|
| /freebsd-9-stable/contrib/gcclibs/libcpp/ |
| D | lex.c | 56 static void lex_string (cpp_reader *, cpp_token *, const uchar *); 620 lex_string (cpp_reader *pfile, cpp_token *token, const uchar *base) in lex_string() function 984 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct() 1018 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct() 1074 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct()
|
| D | ChangeLog | 42 * lex.c (lex_string): Pedwarn for unterminated literals.
|