end_of_here_document 632 gtags-parser/php.c static char end_of_here_document[IDENTLEN+1]; end_of_here_document 939 gtags-parser/php.c debug_print("[BEGIN HEREDOCUMENT:%s]\n", end_of_here_document); end_of_here_document 1086 gtags-parser/php.c strcpy(end_of_here_document, LEXTEXT + 3); end_of_here_document 1097 gtags-parser/php.c if (!strcmp(end_of_here_document, keyword)) { end_of_here_document 1099 gtags-parser/php.c end_of_here_document[0] = '\0'; end_of_here_document 553 htags/php.c static char end_of_here_document[IDENTLEN+1]; end_of_here_document 922 htags/php.c strcpy(end_of_here_document, LEXTEXT + 3); end_of_here_document 924 htags/php.c put_reserved_word(end_of_here_document); end_of_here_document 935 htags/php.c if (!strcmp(end_of_here_document, keyword)) { end_of_here_document 936 htags/php.c end_of_here_document[0] = '\0';