Home
last modified time | relevance | path

Searched refs:col_to_str (Results 1 – 9 of 9) sorted by relevance

/dports/math/oleo/oleo-1.99.16/src/
H A Dio-term.c647 …printf (print_buf, "%s $%s$%u:$%s$%u", v->var_name, col_to_str (v->v_rng.lc), v->v_rng.lr, col_to_… in show_var()
649 /* FOO */ sprintf (print_buf, "%s $%s$%u", v->var_name, col_to_str (v->v_rng.lc), v->v_rng.lr); in show_var()
664 … io_text_line ("%-20s $%s$%u:$%s$%u", v->var_name, col_to_str (v->v_rng.lc), v->v_rng.lr, col_to_… in show_a_var()
666 /* FOO */ io_text_line ("%-20s $%s$%u", v->var_name, col_to_str (v->v_rng.lc), v->v_rng.lr); in show_a_var()
H A Dio-utils.h42 extern char * col_to_str (CELLREF col);
H A Dio-edit.c601 col_to_str (cucol), curow, col_to_str (mc), mr) ; in insert_abs_ref()
603 sprintf (vbuf, "$%s$%u", col_to_str (cucol), curow); in insert_abs_ref()
H A Ddecompile.c230 new = n_alloc (30, 1000, f->fn_str, col_to_str (col), row);
294 new = n_alloc (40, 1000, f->fn_str, col_to_str (rng.lc), rng.lr, col_to_str (rng.hc), rng.hr);
H A Dio-curses.c501 ptr = col_to_str (cc); in _io_repaint()
H A Dio-utils.c1142 col_to_str (CELLREF col) in col_to_str() function
H A Dio-x11.c1935 ptr = col_to_str (cr); in draw_labels()
H A Dio-motif.c3436 columnlabels[i] = XtNewString(col_to_str(i+1)); in SetRowColumnLabels()
3459 columnlabels[i] = XtNewString(col_to_str(i+1)); in ChangeRowColumnLabels()
/dports/math/oleo/oleo-1.99.16/
H A DChangeLog2105 * io-utils.c (cell_value_string, cell_name, col_to_str): Likewise.