HomeSort by: relevance | last modified time | path
    Searched defs:yy_bp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 130 yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \
282 yytext_ptr = yy_bp; \
283 yyleng = (int) (yy_cp - yy_bp); \
724 register char *yy_cp, *yy_bp; variable in typeref:typename:register char **
762 /* yy_bp points to the position in yy_ch_buf of the start of
765 yy_bp = yy_cp;
1029 yy_bp = yytext_ptr + YY_MORE_ADJ;
1084 yy_bp = yytext_ptr + YY_MORE_ADJ;
1094 yy_bp = yytext_ptr + YY_MORE_ADJ;
1313 static void yyunput( int c, register char *yy_bp )
    [all...]
  /src/tools/m4/bootstrap/
tokenizer.c 180 (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
362 (yytext_ptr) = yy_bp; \
363 yyleng = (size_t) (yy_cp - yy_bp); \
694 register char *yy_cp, *yy_bp; variable in typeref:typename:register char **
734 /* yy_bp points to the position in yy_ch_buf of the start of
737 yy_bp = yy_cp;
908 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
963 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
973 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1184 static void yyunput (int c, register char * yy_bp )
    [all...]

Completed in 37 milliseconds