/netbsd-src/external/mpl/bind/dist/tests/isc/ |
H A D | lex_test.c | 186 ISC_RUN_TEST_IMPL(lex_string) { 347 ISC_TEST_ENTRY(lex_string) 188 ISC_RUN_TEST_IMPL(lex_string) ISC_RUN_TEST_IMPL() argument
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ldlex.h | 187 extern const char *lex_string;
|
H A D | ldmain.c | 404 lex_string = s; in main() 409 lex_string = NULL; in main()
|
H A D | ldlex.l | 48 const char *lex_string = NULL; variable
|
H A D | lexsup.c | 875 lex_string = optarg; in parse_args() 879 lex_string = NULL; in parse_args()
|
H A D | ldlex.c | 1378 const char *lex_string = NULL; variable
|
H A 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
|
/netbsd-src/usr.bin/xlint/lint1/ |
H A D | scan.l | 113 "\"" return lex_string();
|
H A D | externs1.h | 407 int lex_string(void);
|
H A D | lex.c | 1370 lex_string(void) in getsym() 1251 lex_string(void) lex_string() function
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ldlex.h | 200 extern const char *lex_string;
|
H A D | ldmain.c | 408 lex_string = s; in main() 413 lex_string = NULL; in main()
|
H A D | ldlex.l | 48 const char *lex_string = NULL; variable
|
H A D | lexsup.c | 909 lex_string = optarg; in parse_args() 913 lex_string = NULL; in parse_args()
|
H A D | ldlex.c | 1393 const char *lex_string = NULL; variable
|
H A 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
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-lex.cc | 51 static enum cpp_ttype lex_string (const cpp_token *, tree *, bool, bool); 593 type = lex_string (tok, value, true, true); in c_lex_with_flags() 704 type = lex_string (tok, value, false, in c_lex_with_flags() 1271 lex_string (const cpp_token *tok, tree *valp, bool objc_string, bool translate) in lex_string() function
|
H A D | ChangeLog | 3521 * c-lex.c (lex_string): Use char8_array_type_node as the type of 6772 * c-lex.c (lex_string): When concatenating strings, capture the 10040 (lex_string): Likewise. 12454 * c-lex.c (lex_string): Check that each string in an Objective-C
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-lex.c | 50 static enum cpp_ttype lex_string (const cpp_token *, tree *, bool, bool); 540 type = lex_string (tok, value, true, true); in c_lex_with_flags() 647 type = lex_string (tok, value, false, in c_lex_with_flags() 1203 lex_string (const cpp_token *tok, tree *valp, bool objc_string, bool translate) in lex_string() function
|
/netbsd-src/tests/usr.bin/indent/ |
H A D | Makefile | 22 FILES+= lex_string.c
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | lex.c | 56 static void lex_string (cpp_reader *, cpp_token *, const uchar *); 1984 lex_string (cpp_reader *pfile, cpp_token *token, const uchar *base) in lex_string() function 2829 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct() 2869 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct() 2977 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | lex.cc | 56 static void lex_string (cpp_reader *, cpp_token *, const uchar *); 2600 lex_string (cpp_reader *pfile, cpp_token *token, const uchar *base) in lex_string() function 3664 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct() 3704 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct() 3812 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct()
|
H A D | ChangeLog | 284 (lex_string): Likewise. 318 (lex_string): Likewise. 1045 (lex_string): Adjust lex_raw_string call. 1942 (lex_raw_string, lex_string): Use is_macro_not_literal_suffix to 2066 * lex.c (lex_string): When checking for a valid macro for the 3118 * lex.c (lex_string(), _cpp_lex_direct()): Include CPP_UTF8CHAR tokens. 3409 * lex.c (lex_string): Add -Wc++11-compat warning. 3464 and let lex_string take them. 3816 if skipping. (lex_string ()): Ditto. 4027 * lex.c (lex_raw_string(), lex_string()): Constrain suffixes treated [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A 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.
|
H A D | ChangeLog-2007 | 6130 (lex_string): Added 'translate' argument. 8828 * c-lex.c (cb_ident, lex_string): Likewise, 11747 * c-lex.c (cb_ident, lex_string): Likewise. 14045 * c-lex.c (c_lex_with_flags, lex_string): Constify.
|