Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libast/common/misc/
H A Dmagic.c122 #define ID_COBOL 3 macro
190 { "COMPUTE", ID_COBOL },
196 { "DIVISION", ID_COBOL },
204 { "PERFORM", ID_COBOL },
209 { "SECTION", ID_COBOL },
210 { "SELECT", ID_COBOL },
1361 …if (mp->identifier[ID_COPYBOOK] > 0 && mp->identifier[ID_COBOL] == 0 && (c = mp->count['('] - mp->… in cklang()
1368 …if (mp->identifier[ID_COBOL] > 0 && mp->identifier[ID_COPYBOOK] > 0 && (c = mp->count['('] - mp->c… in cklang()