Home
last modified time | relevance | path

Searched refs:GROWROW (Results 1 – 13 of 13) sorted by relevance

/dports/math/xspread/xspread-3.1.1c.orig/
H A Dvmtbl.c45 { if (!growtbl(GROWROW, *rowp, 0))
121 if ((rowcol == GROWROW) || (rowcol == GROWBOTH))
145 if ((rowcol == GROWROW) || (rowcol == GROWBOTH) || (rowcol == GROWNEW))
H A Dcmds.c61 if (!growtbl(GROWROW, 0, 0)) in duprow()
432 if (!growtbl(GROWROW, rs, 0))
1300 { if (!growtbl(GROWROW, arg+1, 0))
1776 if (!growtbl(GROWROW, arg, 0)) /* get as much as needed */
H A Dsc.h292 #define GROWROW 2 /* add rows */ macro
H A Dinterp.c2189 if (!growtbl(GROWROW, arg+1, 0))
/dports/math/sc/sc-7.16/
H A Dvmtbl.c39 if (!growtbl(GROWROW, *rowp, 0)) in checkbounds()
110 if ((rowcol == GROWROW) || (rowcol == GROWBOTH)) { in growtbl()
134 if ((rowcol == GROWROW) || (rowcol == GROWBOTH) || (rowcol == GROWNEW)) { in growtbl()
H A Dsc.h341 #define GROWROW 2 /* add rows */ macro
H A Dcmds.c76 if (!growtbl(GROWROW, 0, 0)) in duprow()
131 if ((maxrow >= maxrows) && !growtbl(GROWROW, maxrow, 0)) in insertrow()
2443 if (!growtbl(GROWROW, arg+1, 0)) {
3225 if (!growtbl(GROWROW, arg, 0)) /* get as much as needed */
H A Dinterp.c2424 if (!growtbl(GROWROW, arg+1, 0)) { in hide_row()
/dports/math/sc-im/sc-im-0.8.2/src/
H A Dvmtbl.c83 if (!growtbl(GROWROW, *rowp, 0)) in checkbounds()
165 if ((rowcol == GROWROW) || (rowcol == GROWBOTH)) { in growtbl()
197 if ((rowcol == GROWROW) || (rowcol == GROWBOTH) || (rowcol == GROWNEW)) { in growtbl()
H A Dhide_show.c79 if (! growtbl(GROWROW, arg + 1, 0)) { in hide_row()
H A Dsc.h325 #define GROWROW 2 /* add rows */ macro
H A Dshift.c191 if ((maxrow >= maxrows) && !growtbl(GROWROW, maxrow, 0)) in shift_cells_down()
H A Dcmds.c661 if (r >= maxrows && !growtbl(GROWROW, 0, r)) r = maxrows-1 ; in dorowformat()
787 if (maxrow >= maxrows && ! growtbl(GROWROW, maxrow, 0)) return; in insert_row()
1375 if (! growtbl(GROWROW, arg, 0)) { in forw_row()