Home
last modified time | relevance | path

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

/dports/cad/magic/magic-8.3.245/calma/
H A Dcalma.h32 extern bool CalmaDoLower;
H A DCalmaWrite.c60 bool CalmaDoLower = TRUE; /* If TRUE, allow lowercase labels. */ variable
3129 if (!CalmaDoLower && islower(c))
/dports/cad/magic/magic-8.3.245/commands/
H A DCmdCD.c524 Tcl_SetObjResult(magicinterp, Tcl_NewBooleanObj(CalmaDoLower));
527 (CalmaDoLower) ? "lowercase only" : "mixed-case");
537 CalmaDoLower = (option < 4) ? FALSE : TRUE;