Searched refs:string_end (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/ipfilter/tools/ |
| H A D | lex_var.h | 10 extern long string_end; 15 if (pos >= string_start && pos <= string_end) { \ 38 # define input() (((pos >= string_start) && (pos < string_end)) ? \ 47 # define lex_input() (((pos >= string_start) && (pos < string_end)) ? \
|
| H A D | lexer.c | 34 extern int string_end; 78 if (pos >= string_start && pos <= string_end) { 570 string_start, string_end, pos, rval, yysavedepth); in yylex()
|
| /freebsd-12.1/contrib/ipfilter/lib/ |
| H A D | resetlexer.c | 14 long string_end = -1; variable 22 string_end = -1; in resetlexer()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | mips-tfile.c | 3501 const char *string_end, /* end+1 of string or NULL */ in parse_stabs_common() argument 3691 (void) add_local_symbol (string_start, string_end, st, sc, value, code); in parse_stabs_common()
|