Lines Matching defs:indicator
213 /* M - the memory indicator */
221 /* INV - the inverse function indicator */
225 /* DEG - the degrees switch indicator */
229 /* RAD - the radian switch indicator */
233 /* GRAD - the grad switch indicator */
237 /* () - the parenthesis indicator */
241 /* HEX - the hexadecimal (base 16) indicator */
245 /* DEC - the hexadecimal (base 16) indicator */
249 /* OCT - the octal (base 8) indicator */
303 void setflag(int indicator, Boolean on)
305 if (on) XtMapWidget(ind[indicator]);
306 else XtUnmapWidget(ind[indicator]);