Searched refs:string_start (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/ipfilter/lib/
H A Dresetlexer.c13 long string_start = -1; variable
21 string_start = -1;
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dlex_var.h9 extern long string_start;
15 if (pos >= string_start && pos <= string_end) { \
16 buf[0] = string_val[pos - string_start]; \
38 # define input() (((pos >= string_start) && (pos < string_end)) ? \
39 yysptr = yysbuf, string_val[pos++ - string_start] : \
47 # define lex_input() (((pos >= string_start) && (pos < string_end)) ? \
48 yysptr = yysbuf, string_val[pos++ - string_start] : \
H A Dlexer.c33 extern int string_start;
78 if (pos >= string_start && pos <= string_end) {
79 c = string_val[pos - string_start];
570 string_start, string_end, pos, rval, yysavedepth);
/freebsd-11-stable/contrib/gcc/
H A Dmips-tfile.c3534 parse_stabs_common (const char *string_start, /* start of string or NULL */
3725 (void) add_local_symbol (string_start, string_end, st, sc, value, code);
3500 parse_stabs_common(const char *string_start, const char *string_end, const char *rest) argument

Completed in 110 milliseconds