debug_print       629 gtags-parser/php.c static void debug_print(const char *, ...);
debug_print       656 gtags-parser/php.c #define ECHO debug_print("%s", LEXTEXT)
debug_print       939 gtags-parser/php.c 					debug_print("[BEGIN HEREDOCUMENT:%s]\n", end_of_here_document);
debug_print       999 gtags-parser/php.c 				debug_print("</*");
debug_print      1001 gtags-parser/php.c 					debug_print("%c", c);
debug_print      1004 gtags-parser/php.c 							debug_print("%c", c);
debug_print      1005 gtags-parser/php.c 						debug_print("%c", c);
debug_print      1012 gtags-parser/php.c 				debug_print(">");
debug_print      1018 gtags-parser/php.c debug_print("<%s>", LEXTEXT);
debug_print      1023 gtags-parser/php.c debug_print("<%s>", LEXTEXT);
debug_print      1035 gtags-parser/php.c 				debug_print("<S:%s>", strbuf_value(string));
debug_print      1061 gtags-parser/php.c 				debug_print("<L:%s>", strbuf_value(string));
debug_print      1082 gtags-parser/php.c 				debug_print("<L:%s>", LEXTEXT);
debug_print      1098 gtags-parser/php.c 					debug_print("[END HEREDOCUMENT]");
debug_print      1128 gtags-parser/php.c 				debug_print("<V:%s>", LEXTEXT);
debug_print      1146 gtags-parser/php.c 				debug_print("<V:%s>", LEXTEXT);
debug_print      1159 gtags-parser/php.c debug_print("<N:%s>", LEXTEXT);
debug_print      1167 gtags-parser/php.c 					debug_print("<Reserved:%s>", LEXTEXT);
debug_print      1170 gtags-parser/php.c 					debug_print("<T:%s>", LEXTEXT);
debug_print      1185 gtags-parser/php.c 				debug_print("%c[%d]", c, level);