yy_push_state 675 htags/asm.c static void yy_push_state (int new_state ); yy_push_state 878 htags/asm.c { echos(comment_begin); ECHO; yy_push_state(C_COMMENT); } yy_push_state 901 htags/asm.c { echos(comment_begin); ECHO; yy_push_state(CPP_COMMENT); } yy_push_state 907 htags/asm.c { ECHO; yy_push_state(STRING); } yy_push_state 923 htags/asm.c { ECHO; yy_push_state(LITERAL); } yy_push_state 997 htags/asm.c yy_push_state(PREPROCESSOR_LINE); yy_push_state 1005 htags/asm.c yy_push_state(SHELL_COMMENT); yy_push_state 711 htags/c.c static void yy_push_state (int new_state ); yy_push_state 915 htags/c.c { echos(comment_begin); ECHO; yy_push_state(C_COMMENT); } yy_push_state 940 htags/c.c { echos(comment_begin); ECHO; yy_push_state(CPP_COMMENT); } yy_push_state 948 htags/c.c { ECHO; yy_push_state(STRING); } yy_push_state 966 htags/c.c { ECHO; yy_push_state(LITERAL); } yy_push_state 1047 htags/c.c yy_push_state(PREPROCESSOR_LINE); yy_push_state 1091 htags/c.c { put_brace(LEXTEXT); brace_level = 1; yy_push_state(BRACED_CODE); } yy_push_state 1112 htags/c.c { put_reserved_word(LEXTEXT); yy_push_state(YACC_PROLOGUE); } yy_push_state 675 htags/cpp.c static void yy_push_state (int new_state ); yy_push_state 878 htags/cpp.c { echos(comment_begin); ECHO; yy_push_state(C_COMMENT); } yy_push_state 901 htags/cpp.c { echos(comment_begin); ECHO; yy_push_state(CPP_COMMENT); } yy_push_state 907 htags/cpp.c { ECHO; yy_push_state(STRING); } yy_push_state 923 htags/cpp.c { ECHO; yy_push_state(LITERAL); } yy_push_state 1002 htags/cpp.c yy_push_state(PREPROCESSOR_LINE); yy_push_state 652 htags/java.c static void yy_push_state (int new_state ); yy_push_state 848 htags/java.c { echos(comment_begin); ECHO; yy_push_state(C_COMMENT); } yy_push_state 863 htags/java.c { echos(comment_begin); ECHO; yy_push_state(CPP_COMMENT); } yy_push_state 869 htags/java.c { ECHO; yy_push_state(STRING); } yy_push_state 885 htags/java.c { ECHO; yy_push_state(LITERAL); } yy_push_state 753 htags/php.c static void yy_push_state (int new_state ); yy_push_state 997 htags/php.c { echos(comment_begin); ECHO; yy_push_state(C_COMMENT); } yy_push_state 1012 htags/php.c { echos(comment_begin); ECHO; yy_push_state(SHELL_COMMENT); } yy_push_state 1017 htags/php.c { echos(comment_begin); ECHO; yy_push_state(CPP_COMMENT); } yy_push_state 1023 htags/php.c { ECHO; yy_push_state(STRING); } yy_push_state 1039 htags/php.c { ECHO; yy_push_state(LITERAL); } yy_push_state 1223 htags/php.c yy_push_state(HEREDOCUMENT); yy_push_state 823 libparser/asm_scan.c static void yy_push_state (int new_state ); yy_push_state 1036 libparser/asm_scan.c { yy_push_state(C_COMMENT); } yy_push_state 1079 libparser/asm_scan.c { yy_push_state(CPP_COMMENT); } yy_push_state 1104 libparser/asm_scan.c { yy_push_state(STRING); } yy_push_state 1134 libparser/asm_scan.c { yy_push_state(LITERAL); } yy_push_state 1174 libparser/asm_scan.c yy_push_state(CPP_COMMENT); yy_push_state 1177 libparser/asm_scan.c yy_push_state(PREPROCESSOR_LINE); yy_push_state 1180 libparser/asm_scan.c yy_push_state(PREPROCESSOR_LINE); yy_push_state 1183 libparser/asm_scan.c yy_push_state(PREPROCESSOR_LINE); yy_push_state 1193 libparser/asm_scan.c yy_push_state(PREPROCESSOR_LINE);