• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/

Lines Matching defs:indent_puts

39 void indent_puts PROTO((char []));
88 indent_puts( "if ( yy_current_state[-1].yy_nxt )" );
90 indent_puts( "if ( yy_accept[yy_current_state] )" );
93 indent_puts( "{" );
94 indent_puts( "yy_last_accepting_state = yy_current_state;" );
95 indent_puts( "yy_last_accepting_cpos = yy_cp;" );
96 indent_puts( "}" );
110 indent_puts( "case 0: /* must back up */" );
111 indent_puts( "/* undo the effects of YY_DO_BEFORE_ACTION */" );
112 indent_puts( "*yy_cp = yy_hold_char;" );
115 indent_puts( "yy_cp = yy_last_accepting_cpos + 1;" );
120 indent_puts( "yy_cp = yy_last_accepting_cpos;" );
122 indent_puts( "yy_current_state = yy_last_accepting_state;" );
123 indent_puts( "goto yy_find_action;" );
273 indent_puts( "yy_act = yy_current_state[-1].yy_nxt;" );
276 indent_puts( "yy_act = yy_accept[yy_current_state];" );
280 indent_puts( "yy_current_state = *--yy_state_ptr;" );
281 indent_puts( "yy_lp = yy_accept[yy_current_state];" );
286 indent_puts(
291 indent_puts( "{" );
293 indent_puts(
296 indent_puts( "{" );
297 indent_puts( "yy_act = yy_acclist[yy_lp];" );
301 indent_puts( "if ( yy_act & YY_TRAILING_HEAD_MASK ||" );
302 indent_puts( " yy_looking_for_trail_begin )" );
304 indent_puts( "{" );
306 indent_puts(
309 indent_puts( "{" );
310 indent_puts( "yy_looking_for_trail_begin = 0;" );
311 indent_puts( "yy_act &= ~YY_TRAILING_HEAD_MASK;" );
312 indent_puts( "break;" );
313 indent_puts( "}" );
316 indent_puts( "}" );
319 indent_puts( "else if ( yy_act & YY_TRAILING_MASK )" );
321 indent_puts( "{" );
322 indent_puts(
324 indent_puts(
332 indent_puts( "yy_full_match = yy_cp;" );
333 indent_puts( "yy_full_state = yy_state_ptr;" );
334 indent_puts( "yy_full_lp = yy_lp;" );
337 indent_puts( "}" );
340 indent_puts( "else" );
342 indent_puts( "{" );
343 indent_puts( "yy_full_match = yy_cp;" );
344 indent_puts( "yy_full_state = yy_state_ptr;" );
345 indent_puts( "yy_full_lp = yy_lp;" );
346 indent_puts( "break;" );
347 indent_puts( "}" );
350 indent_puts( "++yy_lp;" );
351 indent_puts( "goto find_rule;" );
360 indent_puts( "{" );
361 indent_puts( "yy_full_match = yy_cp;" );
362 indent_puts( "break;" );
363 indent_puts( "}" );
367 indent_puts( "}" );
370 indent_puts( "--yy_cp;" );
376 indent_puts( "yy_current_state = *--yy_state_ptr;" );
377 indent_puts( "yy_lp = yy_accept[yy_current_state];" );
379 indent_puts( "}" );
386 indent_puts( "yy_act = yy_accept[yy_current_state];" );
393 indent_puts( "if ( yy_act == 0 )" );
395 indent_puts( "{ /* have to back up */" );
396 indent_puts( "yy_cp = yy_last_accepting_cpos;" );
397 indent_puts(
399 indent_puts( "yy_act = yy_accept[yy_current_state];" );
400 indent_puts( "}" );
454 indent_puts(
457 indent_puts( "{" );
458 indent_puts( "yy_current_state = (int) yy_def[yy_current_state];" );
475 indent_puts( "yy_c = yy_meta[(unsigned int) yy_c];" );
479 indent_puts( "}" );
482 indent_puts(
512 indent_puts( "{" ); /* } for vi */
517 indent_puts( "++yy_cp;" );
521 indent_puts( "}" );
526 indent_puts( "yy_current_state = -yy_current_state;" );
531 indent_puts( "{" ); /* } for vi */
532 indent_puts(
534 indent_puts( "register YY_CHAR yy_c;\n" );
536 indent_puts(
538 indent_puts( "yy_verify == yy_c;" );
544 indent_puts( "{" ); /* } for vi */
546 indent_puts( "yy_current_state += yy_trans_info->yy_nxt;" );
552 indent_puts( "}" );
556 indent_puts( "}" );
561 indent_puts( "do" );
564 indent_puts( "{" ); /* } for vi */
568 indent_puts( "++yy_cp;" );
571 indent_puts( "}" );
588 indent_puts( "yy_cp = yy_last_accepting_cpos;" );
589 indent_puts(
624 indent_puts( "if ( *yy_cp )" );
626 indent_puts( "{" ); /* } for vi */
645 indent_puts( "}" );
647 indent_puts( "else" );
649 indent_puts(
658 indent_puts( "*yy_state_ptr++ = yy_current_state;" );
675 indent_puts( "register char *yy_cp = yy_c_buf_p;" );
681 indent_puts(
683 indent_puts( "yy_is_jam = (yy_current_state == 0);" );
691 indent_puts( "yy_is_jam = (yy_current_state <= 0);" );
699 indent_puts(
701 indent_puts(
703 indent_puts( "yy_current_state += yy_trans_info->yy_nxt;" );
705 indent_puts(
725 indent_puts( "if ( ! yy_is_jam )" );
727 indent_puts( "*yy_state_ptr++ = yy_current_state;" );
739 indent_puts( "if ( ! yy_is_jam )" );
741 indent_puts( "{" );
743 indent_puts( "}" );
757 indent_puts(
761 indent_puts(
767 indent_puts( "yy_current_state = yy_start;" );
770 indent_puts( "yy_current_state += YY_AT_BOL();" );
775 indent_puts( "yy_state_ptr = yy_state_buf;" );
776 indent_puts( "*yy_state_ptr++ = yy_current_state;" );
1046 void indent_puts( str )
1071 indent_puts( "yytext_ptr -= yy_more_len; \\" );
1072 indent_puts( "yyleng = (int) (yy_cp - yytext_ptr); \\" );
1076 indent_puts( "yyleng = (int) (yy_cp - yy_bp); \\" );
1083 indent_puts(
1086 indent_puts( "if ( yyleng >= YYLMAX ) \\" );
1089 indent_puts(
1095 indent_puts(
1097 indent_puts( "yyleng += yy_more_offset; \\" );
1098 indent_puts(
1100 indent_puts( "yy_more_offset = 0; \\" );
1104 indent_puts(
1128 indent_puts( "struct yy_trans_info" );
1130 indent_puts( "{" ); /* } for vi */
1133 indent_puts( "long yy_verify;" );
1135 indent_puts( "short yy_verify;" );
1146 indent_puts( "};" );
1165 indent_puts(
1167 indent_puts(
1191 indent_puts( "extern int yy_flex_debug;" );
1192 indent_puts( "int yy_flex_debug = 1;\n" );
1267 indent_puts( "static int yy_more_offset = 0;" );
1268 indent_puts(
1273 indent_puts( "static int yy_more_flag = 0;" );
1274 indent_puts( "static int yy_more_len = 0;" );
1280 indent_puts(
1282 indent_puts( "#define YY_NEED_STRLEN" );
1283 indent_puts( "#define YY_MORE_ADJ 0" );
1284 indent_puts( "#define YY_RESTORE_YY_MORE_OFFSET \\" );
1286 indent_puts( "{ \\" );
1287 indent_puts( "yy_more_offset = yy_prev_more_offset; \\" );
1288 indent_puts( "yyleng -= yy_more_offset; \\" );
1289 indent_puts( "}" );
1294 indent_puts( "#define yymore() (yy_more_flag = 1)" );
1295 indent_puts( "#define YY_MORE_ADJ yy_more_len" );
1296 indent_puts( "#define YY_RESTORE_YY_MORE_OFFSET" );
1302 indent_puts( "#define yymore() yymore_used_but_not_detected" );
1303 indent_puts( "#define YY_MORE_ADJ 0" );
1304 indent_puts( "#define YY_RESTORE_YY_MORE_OFFSET" );
1364 indent_puts( "#define YY_RULE_SETUP \\" );
1368 indent_puts( "if ( yyleng > 0 ) \\" );
1370 indent_puts( "yy_current_buffer->yy_at_bol = \\" );
1371 indent_puts( "\t\t(yytext[yyleng - 1] == '\\n'); \\" );
1374 indent_puts( "YY_USER_ACTION" );
1390 indent_puts( "yy_more_len = 0;" );
1391 indent_puts( "if ( yy_more_flag )" );
1393 indent_puts( "{" );
1394 indent_puts( "yy_more_len = yy_c_buf_p - yytext_ptr;" );
1395 indent_puts( "yy_more_flag = 0;" );
1396 indent_puts( "}" );
1415 indent_puts( "if ( yy_act != YY_END_OF_BUFFER )" );
1417 indent_puts( "{" );
1418 indent_puts( "int yyl;" );
1419 indent_puts( "for ( yyl = 0; yyl < yyleng; ++yyl )" );
1421 indent_puts( "if ( yytext[yyl] == '\\n' )" );
1423 indent_puts( "++yylineno;" );
1426 indent_puts( "}" );
1433 indent_puts( "if ( yy_flex_debug )" );
1436 indent_puts( "{" );
1437 indent_puts( "if ( yy_act == 0 )" );
1439 indent_puts( C_plus_plus ?
1450 indent_puts(
1452 indent_puts(
1457 indent_puts(
1460 indent_puts(
1472 indent_puts(
1477 indent_puts(
1479 indent_puts( " yytext );" );
1488 indent_puts( C_plus_plus ?
1500 indent_puts(
1505 indent_puts(
1511 indent_puts( "}" );
1535 indent_puts( "yyterminate();" );
1549 indent_puts( "yy_cp = yy_c_buf_p;" );
1558 indent_puts( "yy_cp = yy_last_accepting_cpos;" );
1559 indent_puts(
1568 indent_puts( "yy_cp = yy_c_buf_p;" );
1589 indent_puts( "if ( c == '\\n' )" );
1591 indent_puts( "--yylineno;" );
1599 indent_puts( "yy_current_buffer->yy_at_bol = (c == '\\n');" );
1602 indent_puts( "if ( yy_current_buffer->yy_at_bol )" );
1604 indent_puts( "++yylineno;" );
1611 indent_puts( "if ( c == '\\n' )" );
1613 indent_puts( "++yylineno;" );