Home
last modified time | relevance | path

Searched refs:sortblock (Results 1 – 3 of 3) sorted by relevance

/dports/deskutils/teapot/teapot-2.3.0/
H A Dsheet.h133 const char *sortblock(Sheet *sheet, int x1, int y1, int z1, int x2, int y2, int z2, Direction dir, …
H A Dmain.c1357 …if ((msg=sortblock(sheet,x1,y1,z1,x2,y2,z2,in_dir,sk,key))!=(const char*)0) line_msg(_("Sort block… in do_sort()
1395 sortblock(sheet, x1, y1, z1, x2, y2, z2, dir, sk, key); in do_batchsort()
H A Dsheet.c1911 const char *sortblock(Sheet *sheet, int x1, int y1, int z1, int x2, int y2, int z2, Direction dir, … in sortblock() function