Home
last modified time | relevance | path

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

/dports/math/oleo/oleo-1.99.16/src/
H A Dcell.h85 #define VAR_CELL 2 macro
H A Dsc.c185 case VAR_CELL:
H A Dref.c604 case VAR_CELL: in copy_cell()
797 if (varp->var_flags == VAR_CELL) in flush_old_value()
2101 case VAR_CELL: in shift_formula()
2450 newflag = ((n | ROWREL | COLREL) == (R_CELL | ROWREL | COLREL)) ? VAR_CELL : VAR_RANGE; in old_new_var_value()
2514 newflag = ((ROWREL | COLREL) == (R_CELL | ROWREL | COLREL)) ? VAR_CELL : VAR_RANGE; in new_var_value()
2618 case VAR_CELL: in add_var_ref()
H A Dio-term.c691 if (v->var_flags == VAR_CELL) in write_a_var()
746 case VAR_CELL: in read_variables()
H A Dsylk.c697 case VAR_CELL:
H A Doleofile.c759 case VAR_CELL:
H A Deval.c588 case VAR_CELL:
/dports/graphics/flam3/flam3-3.1.1-5-g7fb50c8/
H A Dflam3.h143 #define VAR_CELL 58 macro
H A Dflam3.c896 } else if (varn==VAR_CELL) { in flam3_copy_params()
1991 else if (j==VAR_CELL) in flam3_print_xform()
3376 if (cp->xform[i].var[VAR_CELL] > 0) { in flam3_random()
H A Dvariations.c2299 case (VAR_CELL): in apply_xform()