Home
last modified time | relevance | path

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

/dports/lang/gnu-cobol/gnucobol-3.1.2/cobc/
H A Dtree.h1115 unsigned int flag_duped : 1; /* Duplicate name */ member
H A Dtree.c343 p->flag_duped = 1;
H A Dparser.c27609 if (CB_REFERENCE (yyvsp[0])->flag_duped || CB_WORD_COUNT (yyvsp[0]) > 0) { in yyparse()
H A Dparser.y17228 if (CB_REFERENCE ($1)->flag_duped || CB_WORD_COUNT ($1) > 0) {