Home
last modified time | relevance | path

Searched refs:lex_string (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/ld/
H A Dldlex.h39 extern const char *lex_string;
H A Dldmisc.c207 fprintf (fp, "--defsym %s", lex_string); in vfinfo()
H A Dldmain.c411 lex_string = s; in main()
416 lex_string = NULL; in main()
H A Dlexsup.c661 lex_string = optarg; in parse_args()
667 lex_string = NULL; in parse_args()
H A Dldlex.l60 const char *lex_string = NULL; variable
H A DChangeLog-91972879 * 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
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A Dldlex.h39 extern const char *lex_string;
H A Dldmisc.c234 fprintf (fp, "--defsym %s", lex_string); in vfinfo()
H A Dldmain.c419 lex_string = s; in main()
424 lex_string = NULL; in main()
H A Dlexsup.c740 lex_string = optarg; in parse_args()
746 lex_string = NULL; in parse_args()
H A Dldlex.l55 const char *lex_string = NULL; variable
H A DChangeLog-91972879 * 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
/openbsd-src/gnu/gcc/gcc/
H A Dc-lex.c68 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
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-lex.c79 static tree lex_string PARAMS ((const unsigned char *, unsigned int,
236 tree value = lex_string (str->text, str->len, 0);
736 *value = lex_string (tok->val.str.text, tok->val.str.len,
952 lex_string (str, len, wide) in lex_string() function
H A DChangeLog.78692 * c-lex.c (lex_string): Let cpp_parse_escape handles truncation
10056 * c-lex.c (lex_string): Lex and copy multibyte strings
14338 (lex_string): Use unsigned char pointers.
H A DChangeLog.48656 * c-lex.c (lex_string): Use charwidth to compute bytemask.
9473 (lex_number, lex_string, lex_charconst): Break out of c_lex
H A DChangeLog.52831 (lex_string): Use cpp_parse_escape.
H A DChangeLog.67161 (lex_string) [MULTIBYTE_CHARS]: Use initial lowercase letter on
/openbsd-src/gnu/gcc/libcpp/
H A Dlex.c56 static void lex_string (cpp_reader *, cpp_token *, const uchar *);
608 lex_string (cpp_reader *pfile, cpp_token *token, const uchar *base) in lex_string() function
954 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct()
988 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct()
1044 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct()
H A DChangeLog42 * lex.c (lex_string): Pedwarn for unterminated literals.