Home
last modified time | relevance | path

Searched refs:upd_z (Results 1 – 4 of 4) sorted by relevance

/dports/deskutils/teapot/teapot-2.3.0/
H A Dfunc.c318 return (getvalue(upd_sheet,upd_x,upd_y,upd_z)); in at_func()
326 return (getvalue(upd_sheet,argv[0].type==INT ? argv[0].u.integer : upd_x,upd_y,upd_z)); in at_func()
330 …rgv[0].type==INT ? argv[0].u.integer : upd_x,argv[1].type==INT ? argv[1].u.integer : upd_y,upd_z)); in at_func()
334 …_x,argv[1].type==INT ? argv[1].u.integer : upd_y,argv[2].type==INT ? argv[2].u.integer : upd_z)); in at_func()
362 result.u.location[2]=(argv[2].type==INT ? argv[2].u.integer : upd_z); in adr_func()
371 result.u.location[2]=upd_z; in adr_func()
380 result.u.location[2]=upd_z; in adr_func()
389 result.u.location[2]=upd_z; in adr_func()
475 result.u.integer=upd_z; in z_func()
H A Dsheet.h81 extern int upd_z;
H A Dsheet.c48 int upd_z; variable
517 old_z=upd_z; in getvalue()
522 upd_z=z; in getvalue()
541 upd_z=old_z; in getvalue()
H A Dmain.c1463 upd_z=sheet->curz; in do_goto()