Home
last modified time | relevance | path

Searched refs:end_of_here_document (Results 1 – 4 of 4) sorted by relevance

/dports/devel/global/global-6.6.7/htags/
H A Dphp.l55 static char end_of_here_document[IDENTLEN]; variable
107 strcpy(end_of_here_document, LEXTEXT + 3);
109 put_reserved_word(end_of_here_document);
116 if (!strcmp(end_of_here_document, keyword)) {
117 end_of_here_document[0] = '\0';
H A Dphp.c55 static char end_of_here_document[IDENTLEN];
1300 strcpy(end_of_here_document, LEXTEXT + 3);
1302 put_reserved_word(end_of_here_document);
1313 if (!strcmp(end_of_here_document, keyword)) {
1314 end_of_here_document[0] = '\0';
/dports/devel/global/global-6.6.7/libparser/
H A Dphp.l66 static char end_of_here_document[IDENTLEN]; variable
129 DBG_PRINT("[BEGIN HEREDOCUMENT:%s]\n", end_of_here_document);
203 strcpy(end_of_here_document, LEXTEXT + 3);
210 if (!strcmp(end_of_here_document, keyword)) {
212 end_of_here_document[0] = '\0';
H A Dphp.c66 static char end_of_here_document[IDENTLEN]; variable
1359 DBG_PRINT("[BEGIN HEREDOCUMENT:%s]\n", end_of_here_document);
1521 strcpy(end_of_here_document, LEXTEXT + 3);
1532 if (!strcmp(end_of_here_document, keyword)) {
1534 end_of_here_document[0] = '\0';