Home
last modified time | relevance | path

Searched refs:upd_sheet (Results 1 – 5 of 5) 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()
322 return (getvalue(upd_sheet,argv[0].u.location[0],argv[0].u.location[1],argv[0].u.location[2])); 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()
537 contents=getcont(upd_sheet,argv[0].u.location[0],argv[0].u.location[1],argv[0].u.location[2],2); in eval_func()
593upd_sheet,argv[0].u.location[0],argv[0].u.location[1],argv[0].u.location[2]),getprecision(upd_shee… in string_func()
667 tmp=tadd(result,t=getvalue(upd_sheet,x,y,z)); in sum_func()
710 tmp=getvalue(upd_sheet,x,y,z); in n_func()
907 result=getvalue(upd_sheet,x1,y1,z1); in minmax_func()
917 tmp=(min ? tle(result,t=getvalue(upd_sheet,x,y,z)) : tge(result,t=getvalue(upd_sheet,x,y,z))); in minmax_func()
1111 …if (argv[0].u.integer) clk(upd_sheet,argv[1].u.location[0],argv[1].u.location[1],argv[1].u.locatio… in clock_func()
[all …]
H A Dparser.c103 return findlabel(upd_sheet,ident->u.lident); in primary()
303 assert(upd_sheet!=(Sheet*)0); in eval()
H A Dsheet.h78 extern Sheet *upd_sheet;
H A Dsheet.c45 Sheet *upd_sheet; variable
514 old_sheet=upd_sheet; in getvalue()
519 upd_sheet=sheet; in getvalue()
538 upd_sheet=old_sheet; in getvalue()
H A Dmain.c1464 upd_sheet=sheet; in do_goto()