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

/macosx-10.10/ksh-23/ksh/src/lib/libast/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 },
1399 if (mp->identifier[ID_COPYBOOK] > 0 && mp->identifier[ID_COBOL] == 0 && (c = mp->count['('] - mp->count[')']) >= -2 && c <= 2)
1406 if (mp->identifier[ID_COBOL] > 0 && mp->identifier[ID_COPYBOOK] > 0 && (c = mp->count['('] - mp->count[')']) >= -2 && c <= 2)

Completed in 201 milliseconds