Home
last modified time | relevance | path

Searched refs:nscols (Results 1 – 6 of 6) sorted by relevance

/dports/math/grace/grace-5.1.25/src/
H A Deblockwin.c132 int i, ncols, nncols, nscols; in update_eblock() local
163 nscols = 0; in update_eblock()
171 nscols++; in update_eblock()
172 sblockitems[nscols].value = i; in update_eblock()
173 sblockitems[nscols].label = copy_string(NULL, buf); in update_eblock()
186 UpdateOptionChoice(eblock_schoice_item, nscols + 1, sblockitems); in update_eblock()
192 for (i = 0; i < nscols + 1; i++) { in update_eblock()
H A Dsetwin.c648 int i, nmrows, nscols; in set_type_cb() local
653 nscols = settype_cols(type); in set_type_cb()
655 if (nmrows > nscols) { in set_type_cb()
656 XbaeMatrixDeleteRows(ui->mw, nscols, nmrows - nscols); in set_type_cb()
657 } else if (nmrows < nscols) { in set_type_cb()
693 int nscols; in create_leval_frame() local
714 for (i = 0; i < nscols; i++) { in create_leval_frame()
727 XmNrows, nscols, in create_leval_frame()
755 int i, nscols, type; in leval_aac_cb() local
765 nscols = settype_cols(type); in leval_aac_cb()
[all …]
H A Dssdata.c236 int parse_ss_row(const char *s, int *nncols, int *nscols, int **formats) in parse_ss_row() argument
245 *nscols = 0; in parse_ss_row()
253 *nscols = 0; in parse_ss_row()
260 ncols = *nncols + *nscols; in parse_ss_row()
268 (*nscols)++; in parse_ss_row()
279 (*nscols)++; in parse_ss_row()
347 int ncols, nncols, nncols_req, nscols, nrows; in store_data() local
368 nscols = ncols - nncols; in store_data()
377 if (nscols > 1) { in store_data()
420 if (nscols != 0) { in store_data()
H A Dssdata.h64 int parse_ss_row(const char *s, int *nncols, int *nscols, int **formats);
H A Dfiles.c832 int nrows, ncols, nncols, nscols, nncols_req; in uniread() local
885 if (parse_ss_row(s, &nncols, &nscols, &formats) != RETURN_SUCCESS) { in uniread()
905 ncols = nncols + nscols; in uniread()
/dports/databases/grass7/grass-7.8.6/db/drivers/dbf/
H A Ddescribe.c46 int describe_table(int tab, int *scols, int nscols, dbTable ** table) in describe_table() argument
55 if (nscols > 0) in describe_table()
56 ncols = nscols; in describe_table()
63 if (nscols > 0) in describe_table()