Home
last modified time | relevance | path

Searched refs:pending_comment (Results 1 – 8 of 8) sorted by relevance

/dports/devel/make++/makepp-2.0/Mpp/Scanner/
H A DC.pm221 my ($go, $pending_comment, $continued_comment);
237 if($pending_comment) {
239 undef $pending_comment;
248 if( s!/\*.*! ! and $pending_comment = 1 or $continuation ) {
/dports/chinese/enscript/enscript-1.6.6/src/
H A Dutil.c519 int pending_comment = 0; in paste_file() local
562 pending_comment = 1; in paste_file()
595 else if (pending_comment in paste_file()
602 pending_comment = 0; in paste_file()
/dports/print/enscript-letterdj/enscript-1.6.6/src/
H A Dutil.c519 int pending_comment = 0; in paste_file() local
562 pending_comment = 1; in paste_file()
595 else if (pending_comment in paste_file()
602 pending_comment = 0; in paste_file()
/dports/print/enscript-a4/enscript-1.6.6/src/
H A Dutil.c519 int pending_comment = 0; in paste_file() local
562 pending_comment = 1; in paste_file()
595 else if (pending_comment in paste_file()
602 pending_comment = 0; in paste_file()
/dports/print/enscript-letter/enscript-1.6.6/src/
H A Dutil.c519 int pending_comment = 0; in paste_file() local
562 pending_comment = 1; in paste_file()
595 else if (pending_comment in paste_file()
602 pending_comment = 0; in paste_file()
/dports/lang/gawk/gawk-5.1.1/
H A Dawkgram.y68 static INSTRUCTION *pending_comment; variable
268 if (pending_comment != NULL) {
269 interblock_comment = pending_comment;
270 pending_comment = NULL;
292 if (pending_comment != NULL) {
293 interblock_comment = pending_comment;
294 pending_comment = NULL;
459 pending_comment = $3;
461 pending_comment = $3;
463 pending_comment = $5;
H A Dawkgram.c113 static INSTRUCTION *pending_comment; variable
2012 if (pending_comment != NULL) { in yyparse()
2013 interblock_comment = pending_comment; in yyparse()
2014 pending_comment = NULL; in yyparse()
2044 if (pending_comment != NULL) { in yyparse()
2045 interblock_comment = pending_comment; in yyparse()
2046 pending_comment = NULL; in yyparse()
2275 pending_comment = yyvsp[-2]; in yyparse()
2277 pending_comment = yyvsp[-2]; in yyparse()
2279 pending_comment = yyvsp[0]; in yyparse()
H A DChangeLog.1510 * awkgram.y (interblock_comment, pending_comment): New variables.