end_of_here_document 658 htags/php.c static char end_of_here_document[IDENTLEN]; end_of_here_document 1059 htags/php.c strcpy(end_of_here_document, LEXTEXT + 3); end_of_here_document 1061 htags/php.c put_reserved_word(end_of_here_document); end_of_here_document 1072 htags/php.c if (!strcmp(end_of_here_document, keyword)) { end_of_here_document 1073 htags/php.c end_of_here_document[0] = '\0'; end_of_here_document 757 libparser/php.c static char end_of_here_document[IDENTLEN]; end_of_here_document 1091 libparser/php.c DBG_PRINT("[BEGIN HEREDOCUMENT:%s]\n", end_of_here_document); end_of_here_document 1238 libparser/php.c strcpy(end_of_here_document, LEXTEXT + 3); end_of_here_document 1249 libparser/php.c if (!strcmp(end_of_here_document, keyword)) { end_of_here_document 1251 libparser/php.c end_of_here_document[0] = '\0';