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

/freebsd-10.3-release/contrib/binutils/ld/
H A Dldlex.h40 extern const char *lex_string;
H A Dldmisc.c241 fprintf (fp, "--defsym %s", lex_string);
H A Dldmain.c387 lex_string = s;
392 lex_string = NULL;
H A Dldlex.l53 const char *lex_string = NULL;
H A Dlexsup.c763 lex_string = optarg;
769 lex_string = NULL;
/freebsd-10.3-release/contrib/gcc/
H A Dc-lex.c68 static enum cpp_ttype lex_string (const cpp_token *, tree *, bool);
406 type = lex_string (tok, value, true);
461 type = lex_string (tok, value, false);
724 lex_string (const cpp_token *tok, tree *valp, bool objc_string)
722 lex_string (const cpp_token *tok, tree *valp, bool objc_string) function
/freebsd-10.3-release/contrib/gcclibs/libcpp/
H A Dlex.c56 static void lex_string (cpp_reader *, cpp_token *, const uchar *);
620 lex_string (cpp_reader *pfile, cpp_token *token, const uchar *base) function
984 lex_string (pfile, result, buffer->cur - 1);
1018 lex_string (pfile, result, buffer->cur - 1);
1074 lex_string (pfile, result, buffer->cur - 1);

Completed in 87 milliseconds