Lines Matching defs:ol
465 for (OutlineDef *ol = outlines; ol != NULL;466 ol = (OutlineDef *) ol->common.next)468 if (ol->nPoints > 0)603 OverlayDef *ol;605 ol = calloc(1, sizeof(OverlayDef));606 if (ol != NULL)608 *ol = (OverlayDef) {616 ol->nKeys++;619 return ol;