Home | History | Annotate | Download | only in term

Lines Matching defs:val

351         int val;
353 val = Integer.parseInt(
356 val = defaultValue;
358 val = Math.max(0, Math.min(val, maxValue));
359 return val;
593 * this is called with a "val" argument of 32 to clear a block of
600 * @param val value to set.
604 void blockSet(int sx, int sy, int w, int h, int val, int foreColor, int
890 * this is called with a "val" argument of 32 to clear a block of
897 * @param val value to set.
899 public void blockSet(int sx, int sy, int w, int h, int val,
905 char encodedVal = encode(val, foreColor, backColor);