HomeSort by: relevance | last modified time | path
    Searched defs:yy_c_buf_p (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; \
219 static char *yy_c_buf_p = (char *) 0; variable in typeref:typename:char *
286 yy_c_buf_p = yy_cp;
757 yy_cp = yy_c_buf_p;
1003 /* Note that here we test for yy_c_buf_p "<=" to the position
1004 * of the first EOB in the buffer, since yy_c_buf_p will
1010 if ( yy_c_buf_p <= &yy_current_buffer->yy_ch_buf[yy_n_chars] )
1014 yy_c_buf_p = yytext_ptr + yy_amount_of_matched_text;
1034 yy_cp = ++yy_c_buf_p;
1041 yy_cp = yy_c_buf_p;
    [all...]
  /src/tools/m4/bootstrap/
tokenizer.c 180 (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
283 static char *yy_c_buf_p = (char *) 0; variable in typeref:typename:char *
366 (yy_c_buf_p) = yy_cp;
729 yy_cp = (yy_c_buf_p);
882 /* Note that here we test for yy_c_buf_p "<=" to the position
883 * of the first EOB in the buffer, since yy_c_buf_p will
889 if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
893 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
913 yy_cp = ++(yy_c_buf_p);
920 yy_cp = (yy_c_buf_p);
    [all...]

Completed in 16 milliseconds