Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.c134 #define ID_PL1 15 macro
193 { "DCL", ID_PL1 },
194 { "DEFINED", ID_PL1 },
198 { "FIXED", ID_PL1 },
202 { "MAIN", ID_PL1 },
203 { "OPTIONS", ID_PL1 },
1413 if (mp->identifier[ID_PL1] > 0 && (c = mp->count['('] - mp->count[')']) >= -2 && c <= 2) in cklang()