Home
last modified time | relevance | path

Searched refs:GMT_IN (Results 101 – 125 of 177) sorted by relevance

12345678

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dpslegend.c158 if (GMT_Get_FilePath (API, GMT_IS_DATASET, GMT_IN, GMT_FILE_REMOTE, &(opt->arg))) n_errors++;; in parse()
204 …gmt_verify_expectations (GMT, gmt_M_type (GMT, GMT_IN, GMT_X), gmt_scanf (GMT, xx, gmt_M_type (GMT… in parse()
205 …gmt_verify_expectations (GMT, gmt_M_type (GMT, GMT_IN, GMT_Y), gmt_scanf (GMT, yy, gmt_M_type (GMT… in parse()
559 GMT->current.setting.io_seg_marker[GMT_IN] = '#'; in GMT_pslegend()
1058 API->io_enabled[GMT_IN] = true; /* UNDOING SETTING BY psscale */ in GMT_pslegend()
1859 …if (GMT_Open_VirtualFile (API, GMT_IS_DATASET, GMT_IS_LINE, GMT_IN|GMT_IS_REFERENCE, D[FRONT], str… in GMT_pslegend()
1881 …if (GMT_Open_VirtualFile (API, GMT_IS_DATASET, GMT_IS_LINE, GMT_IN|GMT_IS_REFERENCE, D[QLINE], str… in GMT_pslegend()
1903 …if (GMT_Open_VirtualFile (API, GMT_IS_DATASET, GMT_IS_LINE, GMT_IN|GMT_IS_REFERENCE, D[DLINE], str… in GMT_pslegend()
1925 …if (GMT_Open_VirtualFile (API, GMT_IS_DATASET, GMT_IS_POINT, GMT_IN|GMT_IS_REFERENCE, D[SYM], stri… in GMT_pslegend()
1949 …if (GMT_Open_VirtualFile (API, GMT_IS_DATASET, GMT_IS_NONE, GMT_IN|GMT_IS_REFERENCE, D[TXT], strin… in GMT_pslegend()
[all …]
H A Dtrend2d.c479 if (GMT_Get_FilePath (API, GMT_IS_DATASET, GMT_IN, GMT_FILE_REMOTE, &(opt->arg))) n_errors++;; in parse()
597 …if ((error = GMT_Set_Columns (API, GMT_IN, 3 + Ctrl->W.active, GMT_COL_FIX_NO_TEXT)) != GMT_NOERRO… in GMT_trend2d()
606 …if (GMT_Init_IO (GMT->parent, GMT_IS_DATASET, GMT_IS_POINT, GMT_IN, GMT_ADD_DEFAULT, 0, options) … in GMT_trend2d()
615 …if (GMT_Begin_IO (API, GMT_IS_DATASET, GMT_IN, GMT_HEADER_ON) != GMT_NOERROR) { /* Enables data in… in GMT_trend2d()
623 if (GMT_End_IO (API, GMT_IN, 0) != GMT_NOERROR) { /* Disables further data input */ in GMT_trend2d()
H A Dgrdgradient.c214 if (GMT_Get_FilePath (API, GMT_IS_GRID, GMT_IN, GMT_FILE_REMOTE, &(Ctrl->In.file))) n_errors++; in parse()
329 gmt_set_geographic (GMT, GMT_IN); in parse()
340 …if (gmt_M_is_cartesian (GMT, GMT_IN)) gmt_parse_common_options (GMT, "f", 'f', "g"); /* Set -fg un… in parse()
597 if (gmt_M_is_geographic (GMT, GMT_IN) && !Ctrl->E.active) { /* Flat-Earth approximation */ in GMT_grdgradient()
644 …if (gmt_M_is_geographic (GMT, GMT_IN) && !Ctrl->E.active) { /* Evaluate latitude-dependent factors… in GMT_grdgradient()
737 if (gmt_M_is_geographic (GMT, GMT_IN)) { /* Data is geographic */ in GMT_grdgradient()
H A Dgrd2xyz.c203 n_errors += gmt_verify_expectations (GMT, gmt_M_type (GMT, GMT_IN, GMT_X), in parse()
204 gmt_scanf_arg (GMT, &opt->arg[1], gmt_M_type (GMT, GMT_IN, GMT_X), false, in parse()
209 n_errors += gmt_verify_expectations (GMT, gmt_M_type (GMT, GMT_IN, GMT_Y), in parse()
210 gmt_scanf_arg (GMT, &opt->arg[1], gmt_M_type (GMT, GMT_IN, GMT_Y), false, in parse()
712 if (gmt_M_is_geographic (GMT, GMT_IN)) { /* Need geographic area scaling */ in GMT_grd2xyz()
756 if (GMT->current.setting.io_lonlat_toggle[GMT_IN]) in GMT_grd2xyz()
H A Dpsmask.c504 if (GMT_Get_FilePath (API, GMT_IS_DATASET, GMT_IN, GMT_FILE_REMOTE, &(opt->arg))) n_errors++;; in parse()
760 if ((error = GMT_Set_Columns (API, GMT_IN, 2, GMT_COL_FIX_NO_TEXT)) != GMT_NOERROR) { in GMT_psmask()
763 …if (GMT_Init_IO (API, GMT_IS_DATASET, GMT_IS_POINT, GMT_IN, GMT_ADD_DEFAULT, 0, options) != GMT_NO… in GMT_psmask()
766 …if (GMT_Begin_IO (API, GMT_IS_DATASET, GMT_IN, GMT_HEADER_ON) != GMT_NOERROR) { /* Enables data in… in GMT_psmask()
803 if (gmt_M_is_geographic (GMT, GMT_IN)) { /* Make special checks for N and S poles */ in GMT_psmask()
850 if (GMT_End_IO (API, GMT_IN, 0) != GMT_NOERROR) { /* Disables further data input */ in GMT_psmask()
H A Dtrend1d.c594 if (GMT_Get_FilePath (API, GMT_IS_DATASET, GMT_IN, GMT_FILE_REMOTE, &(opt->arg))) n_errors++;; in parse()
710 …if ((error = GMT_Set_Columns (API, GMT_IN, 2 + Ctrl->W.active, GMT_COL_FIX_NO_TEXT)) != GMT_NOERRO… in GMT_trend1d()
713 …if (GMT_Init_IO (API, GMT_IS_DATASET, GMT_IS_NONE, GMT_IN, GMT_ADD_DEFAULT, 0, options) != GMT_NO… in GMT_trend1d()
716 …if (GMT_Begin_IO (API, GMT_IS_DATASET, GMT_IN, GMT_HEADER_ON) != GMT_NOERROR) { /* Enables data in… in GMT_trend1d()
724 if (GMT_End_IO (API, GMT_IN, 0) != GMT_NOERROR) { /* Disables further data input */ in GMT_trend1d()
H A Dgmt_esri_io.c218 gmt_set_geographic (GMT, GMT_IN);
256 gmt_set_geographic (GMT, GMT_IN);
460 fp = GMT->session.std[GMT_IN];
517 fp = GMT->session.std[GMT_IN];
H A Dgrd2sph.c.template104 if (n_files[GMT_IN]++ == 0) Ctrl->In.file = strdup (opt->arg);
129 …n_errors += GMT_check_condition (GMT, n_files[GMT_IN] > 1, "Syntax error: Can only handle one inpu…
H A Dgrdimage.c259 if (GMT_Get_FilePath (API, GMT_IS_GRID, GMT_IN, GMT_FILE_REMOTE, &(file[n_files]))) n_errors++; in parse()
518 if (gmt_M_x_is_lon (GMT, GMT_IN)) { /* We know x is geographic longitude */ in grdimage_clean_global_headers()
528 if (gmt_M_y_is_lat (GMT, GMT_IN)) { /* We know y is geographic latitude */ in grdimage_clean_global_headers()
591 if (projected && gmt_M_is_geographic (GMT, GMT_IN)) { in grdimage_set_proj_limits()
632 else if (gmt_M_x_is_lon (GMT, GMT_IN)) { /* Extra check for non-projected longitudes that wrap */ in grdimage_set_proj_limits()
1126 if (!gmt_M_is_geographic (GMT, GMT_IN)) return false; /* No geographic */ in grdimage_adjust_R_consideration()
1245 …if (GMT_Open_VirtualFile (API, GMT_IS_GRID, GMT_IS_SURFACE, GMT_IN|GMT_IS_REFERENCE, Grid_orig, da… in GMT_grdimage()
1274 if (gmt_M_is_geographic (GMT, GMT_IN) && img_region_is_invalid (I->header)) Ctrl->D.mode = true; in GMT_grdimage()
1379 unsigned int kind = gmt_M_is_geographic (GMT, GMT_IN); in GMT_grdimage()
1474 …if (GMT_Open_VirtualFile (API, GMT_IS_GRID, GMT_IS_SURFACE, GMT_IN|GMT_IS_REFERENCE, I_data, int4_… in GMT_grdimage()
[all …]
H A Dpscontour.c489 if (GMT_Get_FilePath (API, GMT_IS_DATASET, GMT_IN, GMT_FILE_REMOTE, &(opt->arg))) n_errors++;; in parse()
751 if ((error = GMT_Set_Columns (API, GMT_IN, 3, GMT_COL_FIX_NO_TEXT)) != GMT_NOERROR) { in GMT_pscontour()
754 …if (GMT_Init_IO (API, GMT_IS_DATASET, GMT_IS_POINT, GMT_IN, GMT_ADD_DEFAULT, 0, options) != GMT_NO… in GMT_pscontour()
757 …if (GMT_Begin_IO (API, GMT_IS_DATASET, GMT_IN, GMT_HEADER_ON) != GMT_NOERROR) { /* Enables data in… in GMT_pscontour()
870 save_col_type[k] = gmt_M_type (GMT, GMT_IN, k); /* Remember what we have */ in GMT_pscontour()
871 …gmt_set_column_type (GMT, GMT_IN, (unsigned int)k, GMT_IS_FLOAT); /* And temporarily set to FLOAT … in GMT_pscontour()
876 …for (k = 0; k < 3; k++) gmt_set_column_type (GMT, GMT_IN, (unsigned int)k, save_col_type[k]); /* U… in GMT_pscontour()
910 if (GMT_End_IO (API, GMT_IN, 0) != GMT_NOERROR) { /* Disables further data input */ in GMT_pscontour()
971 …,') && (za = gmt_list_to_array (GMT, Ctrl->A.info.file, gmt_M_type (GMT, GMT_IN, GMT_Z), true, &na… in GMT_pscontour()
975 …,') && (zc = gmt_list_to_array (GMT, Ctrl->C.info.file, gmt_M_type (GMT, GMT_IN, GMT_Z), true, &nc… in GMT_pscontour()
H A Dgmtregress.c237 if (GMT_Get_FilePath (API, GMT_IS_DATASET, GMT_IN, GMT_FILE_REMOTE, &(opt->arg))) n_errors++;; in parse()
384 …if (GMT->common.b.active[GMT_IN] && GMT->common.b.ncol[GMT_IN] == 0) GMT->common.b.ncol[GMT_IN] = … in parse()
385 …n_errors += gmt_M_check_condition (GMT, GMT->common.b.active[GMT_IN] && GMT->common.b.ncol[GMT_IN]… in parse()
1283 …if (GMT_Init_IO (API, GMT_IS_DATASET, GMT_IS_POINT, GMT_IN, GMT_ADD_DEFAULT, 0, options) != GMT_NO… in GMT_gmtregress()
1286 …if ((error = GMT_Set_Columns (API, GMT_IN, 2 + Ctrl->W.n_weights, GMT_COL_FIX_NO_TEXT)) != GMT_NOE… in GMT_gmtregress()
H A Dmakecpt.c250 n_files[GMT_IN]++; in parse()
425 n_errors += gmt_M_check_condition (GMT, n_files[GMT_IN] > 0 && !(Ctrl->E.active || Ctrl->S.active), in parse()
528 …if (GMT_Init_IO (API, GMT_IS_DATASET, GMT_IS_POINT, GMT_IN, GMT_ADD_DEFAULT, 0, options) != GMT_NO… in GMT_makecpt()
531 if ((error = GMT_Set_Columns (API, GMT_IN, 0, GMT_COL_FIX)) != GMT_NOERROR) Return (error); in GMT_makecpt()
H A Dgmtset.c130 … if (GMT_Get_FilePath (API, GMT_IS_DATASET, GMT_IN, GMT_FILE_REMOTE, &(Ctrl->G.file))) n_errors++; in parse()
H A Dgrd2kml.c228 if (GMT_Get_FilePath (API, GMT_IS_GRID, GMT_IN, GMT_FILE_REMOTE, &(Ctrl->In.file))) n_errors++; in parse()
557 if (!gmt_M_is_geographic (GMT, GMT_IN)) { in GMT_grd2kml()
721 gmt_set_cartesian (GMT, GMT_IN); in GMT_grd2kml()
722 if ((error = GMT_Set_Columns (API, GMT_IN, 1, GMT_COL_FIX)) != GMT_NOERROR) { in GMT_grd2kml()
771 …if (GMT_Open_VirtualFile (API, GMT_IS_DATASET, GMT_IS_NONE, GMT_IN|GMT_IS_REFERENCE, C, contour_fi… in GMT_grd2kml()
880 …if (GMT_Open_VirtualFile (API, GMT_IS_GRID, GMT_IS_SURFACE, GMT_IN|GMT_IS_REFERENCE, T, z_data) ==… in GMT_grd2kml()
H A Dpshistogram.c659 if (GMT_Get_FilePath (API, GMT_IS_DATASET, GMT_IN, GMT_FILE_REMOTE, &(opt->arg))) n_errors++;; in parse()
965 …if ((error = GMT_Set_Columns (API, GMT_IN, (unsigned int)n_cols, GMT_COL_FIX_NO_TEXT)) != GMT_NOER… in GMT_pshistogram()
968 …if (GMT_Init_IO (API, GMT_IS_DATASET, GMT_IS_NONE, GMT_IN, GMT_ADD_DEFAULT, 0, options) != GMT_NOE… in GMT_pshistogram()
971 …if (GMT_Begin_IO (API, GMT_IS_DATASET, GMT_IN, GMT_HEADER_ON) != GMT_NOERROR) { /* Enables data in… in GMT_pshistogram()
1024 if (GMT_End_IO (API, GMT_IN, 0) != GMT_NOERROR) { in GMT_pshistogram()
1201 gmt_set_column_type (GMT, GMT_OUT, 0, gmt_M_type (GMT, GMT_IN, GMT_X)); in GMT_pshistogram()
1202 gmt_set_column_type (GMT, GMT_OUT, 1, gmt_M_type (GMT, GMT_IN, GMT_Y)); in GMT_pshistogram()
H A Dgrdcontour.c324 if (GMT_Get_FilePath (API, GMT_IS_GRID, GMT_IN, GMT_FILE_REMOTE, &(Ctrl->In.file))) n_errors++; in parse()
762 while (gmt_M_x_is_lon (GMT, GMT_IN) && x_on < Grid->header->wesn[XLO]) x_on += 360.0; in grdcontour_adjust_hill_label()
763 while (gmt_M_x_is_lon (GMT, GMT_IN) && x_on > Grid->header->wesn[XHI]) x_on -= 360.0; in grdcontour_adjust_hill_label()
801 …else if (gmt_M_x_is_lon (GMT, GMT_IN) && gmt_M_360_range (G->header->wesn[XLO], G->header->wesn[XH… in gmt_is_closed()
1133 if (gmt_M_type (GMT, GMT_IN, GMT_Z) == GMT_IS_ABSTIME) { /* Grid data is time */ in GMT_grdcontour()
1246 …,') && (za = gmt_list_to_array (GMT, Ctrl->A.info.file, gmt_M_type (GMT, GMT_IN, GMT_Z), true, &na… in GMT_grdcontour()
1250 …,') && (zc = gmt_list_to_array (GMT, Ctrl->C.info.file, gmt_M_type (GMT, GMT_IN, GMT_Z), true, &nc… in GMT_grdcontour()
1368 …for (i = 0; i < 3; i++) GMT->current.io.col_type[GMT_OUT][i] = gmt_M_type (GMT, GMT_IN, i); /* Use… in GMT_grdcontour()
H A Dsurface.c732 if ((error = GMT_Set_Columns (GMT->parent, GMT_IN, 3, GMT_COL_FIX_NO_TEXT)) != GMT_NOERROR) in surface_read_data()
734 …if (GMT_Init_IO (GMT->parent, GMT_IS_DATASET, GMT_IS_POINT, GMT_IN, GMT_ADD_DEFAULT, 0, options) !… in surface_read_data()
743 …if (GMT_Begin_IO (GMT->parent, GMT_IS_DATASET, GMT_IN, GMT_HEADER_ON) != GMT_NOERROR) /* Enables d… in surface_read_data()
804 if (GMT_End_IO (GMT->parent, GMT_IN, 0) != GMT_NOERROR) /* Disables further data input */ in surface_read_data()
1318 if (!lat_bad && gmt_M_y_is_lat (GMT, GMT_IN) && (s < -90.0 || n > 90.0)) in surface_suggest_sizes()
1726 if (GMT_Get_FilePath (API, GMT_IS_DATASET, GMT_IN, GMT_FILE_REMOTE, &(opt->arg))) n_errors++;; in parse()
1761 … if (GMT_Get_FilePath (API, GMT_IS_DATASET, GMT_IN, GMT_FILE_REMOTE, &(Ctrl->D.file))) n_errors++; in parse()
1887 n_errors += gmt_M_check_condition (GMT, Ctrl->A.mode && gmt_M_is_cartesian (GMT, GMT_IN), in parse()
1935 C.periodic = (gmt_M_x_is_lon (GMT, GMT_IN) && gmt_M_360_range (wesn[XLO], wesn[XHI])); in GMT_surface()
1992 …if ((error = GMT_Set_Columns (GMT->parent, GMT_IN, 2, GMT_COL_FIX_NO_TEXT)) != GMT_NOERROR) /* Onl… in GMT_surface()
[all …]
/dports/graphics/gmt/gmt-6.3.0/src/potential/
H A Dtalwani2d.c135 if (GMT_Get_FilePath (API, GMT_IS_DATASET, GMT_IN, GMT_FILE_REMOTE, &(opt->arg))) n_errors++;; in parse()
606 if ((error = GMT_Set_Columns (API, GMT_IN, 2, GMT_COL_FIX_NO_TEXT)) != GMT_NOERROR) { in GMT_talwani2d()
610 …if (GMT_Init_IO (API, GMT_IS_DATASET, GMT_IS_POLYGON, GMT_IN, GMT_ADD_DEFAULT, 0, options) != GMT_… in GMT_talwani2d()
614 …if (GMT_Begin_IO (API, GMT_IS_DATASET, GMT_IN, GMT_HEADER_ON) != GMT_NOERROR) { /* Enables data in… in GMT_talwani2d()
718 if (GMT_End_IO (API, GMT_IN, 0) != GMT_NOERROR) { /* Disables further data input */ in GMT_talwani2d()
H A Dgmtgravmag3d.c267 if (GMT_Get_FilePath (API, GMT_IS_DATASET, GMT_IN, GMT_FILE_REMOTE, &(opt->arg))) n_errors++;; in parse()
490 …if ((error = GMT_Set_Columns (GMT->parent, GMT_IN, (unsigned int)n_cols, GMT_COL_FIX_NO_TEXT)) != … in read_xyz()
492 …if (GMT_Init_IO (GMT->parent, GMT_IS_DATASET, GMT_IS_POINT, GMT_IN, GMT_ADD_DEFAULT, 0, options) !… in read_xyz()
495 …if (GMT_Begin_IO (GMT->parent, GMT_IS_DATASET, GMT_IN, GMT_HEADER_ON) != GMT_NOERROR) /* Enables d… in read_xyz()
572 if (GMT_End_IO (GMT->parent, GMT_IN, 0) != GMT_NOERROR) /* Disables further data input */ in read_xyz()
614 save_col_type[k] = gmt_M_type (GMT, GMT_IN, k); /* Remember what we have */ in read_vertices()
615 …gmt_set_column_type (GMT, GMT_IN, (unsigned int)k, GMT_IS_FLOAT); /* And temporarily set to FLOAT … in read_vertices()
618 if ((error = GMT_Set_Columns (GMT->parent, GMT_IN, 3, GMT_COL_FIX_NO_TEXT)) != GMT_NOERROR) in read_vertices()
623 …for (k = 0; k < 3; k++) gmt_set_column_type (GMT, GMT_IN, (unsigned int)k, save_col_type[k]); /* U… in read_vertices()
792 if (gmt_M_is_geographic (GMT, GMT_IN)) Ctrl->box.is_geog = true; in GMT_gmtgravmag3d()
/dports/graphics/gmt/gmt-6.3.0/src/seis/
H A Dpscoupe.c585 if (GMT_Get_FilePath (API, GMT_IS_DATASET, GMT_IN, GMT_FILE_REMOTE, &(opt->arg))) n_errors++;; in parse()
1108 gmt_set_column_type (GMT, GMT_IN, scol, GMT_IS_DIMENSION); in GMT_pscoupe()
1115 gmt_set_column_type (GMT, GMT_IN, xcol, GMT_IS_FLOAT); in GMT_pscoupe()
1120 gmt_set_column_type (GMT, GMT_IN, icol, GMT_IS_FLOAT); in GMT_pscoupe()
1126 gmt_set_column_type (GMT, GMT_IN, tcol_f, GMT_IS_FLOAT); in GMT_pscoupe()
1131 gmt_set_column_type (GMT, GMT_IN, tcol_s, GMT_IS_FLOAT); in GMT_pscoupe()
1140 …GMT_Set_Columns (API, GMT_IN, Ctrl->S.n_cols, GMT_COL_FIX); /* Set the required numerical columns … in GMT_pscoupe()
1142 …if (GMT_Init_IO (API, GMT_IS_DATASET, GMT_IS_POINT, GMT_IN, GMT_ADD_DEFAULT, 0, options) != GMT_NO… in GMT_pscoupe()
1186 gmt_set_cartesian (GMT, GMT_IN); /* Since that is what it is */ in GMT_pscoupe()
1293 if (GMT->current.setting.io_lonlat_toggle[GMT_IN]) { /* Expect lat lon but watch for junk */ in GMT_pscoupe()
H A Dpssac.c236 …if (GMT_Get_FilePath (API, GMT_IS_DATASET, GMT_IN, GMT_FILE_REMOTE, &(Ctrl->In.file[Ctrl->In.n])))… in parse()
657 …if (GMT_Init_IO (API, GMT_IS_DATASET, GMT_IS_TEXT, GMT_IN, GMT_ADD_DEFAULT, 0, options) != GMT_OK)… in GMT_pssac()
660 …if (GMT_Begin_IO (API, GMT_IS_DATASET, GMT_IN, GMT_HEADER_ON) != GMT_OK) { /* Enables data input … in GMT_pssac()
666 if (read_from_ascii && GMT_End_IO (API, GMT_IN, 0) != GMT_OK) { /* Disables further data input */ in GMT_pssac()
/dports/graphics/gmt/gmt-6.3.0/src/img/
H A Dimg2grd.c243 if (GMT_Get_FilePath (API, GMT_IS_GRID, GMT_IN, GMT_FILE_REMOTE, &(Ctrl->In.file))) n_errors++; in parse()
559 gmt_set_geographic (GMT, GMT_IN); in GMT_img2grd()
795 …if (GMT_Open_VirtualFile (API, GMT_IS_GRID, GMT_IS_SURFACE, GMT_IN|GMT_IS_REFERENCE, Merc, input) … in GMT_img2grd()
837 …if (GMT_Open_VirtualFile (API, GMT_IS_GRID, GMT_IS_SURFACE, GMT_IN|GMT_IS_REFERENCE, Geo, input) !… in GMT_img2grd()
/dports/graphics/gmt/gmt-6.3.0/src/spotter/
H A Dgrdspotter.c278 if (GMT_Get_FilePath (API, GMT_IS_GRID, GMT_IN, GMT_FILE_REMOTE, &(Ctrl->In.file))) n_errors++; in parse()
287 if (GMT_Get_FilePath (API, GMT_IS_GRID, GMT_IN, GMT_FILE_REMOTE, &(Ctrl->A.file))) n_errors++; in parse()
300 … if (GMT_Get_FilePath (API, GMT_IS_DATASET, GMT_IN, GMT_FILE_REMOTE, &(Ctrl->E.file))) n_errors++; in parse()
335 if (GMT_Get_FilePath (API, GMT_IS_GRID, GMT_IN, GMT_FILE_REMOTE, &(Ctrl->L.file))) n_errors++; in parse()
633 …if (GMT_Init_IO (API, GMT_IS_GRID, GMT_IS_SURFACE, GMT_IN, GMT_ADD_DEFAULT, 0, options) != GMT_NOE… in GMT_grdspotter()
/dports/graphics/gmt/gmt-6.3.0/src/gshhg/
H A Dgshhg.c134 … if (GMT_Get_FilePath (API, GMT_IS_DATASET, GMT_IN, GMT_FILE_REMOTE, &(Ctrl->In.file))) n_errors++; in parse()
259 gmt_set_geographic (GMT, GMT_IN); in GMT_gshhg()
/dports/graphics/gmt/gmt-6.3.0/src/x2sys/
H A Dx2sys.c427 …G->col_type[GMT_IN][i] = G->col_type[GMT_OUT][i] = (X->x_col == is) ? GMT_IS_LON : ((X->y_col == i… in x2sys_initialize()
429 G->col_type[GMT_IN][i] = G->col_type[GMT_OUT][i] = GMT_IS_LON; in x2sys_initialize()
431 G->col_type[GMT_IN][i] = G->col_type[GMT_OUT][i] = GMT_IS_LAT; in x2sys_initialize()
433 G->col_type[GMT_IN][i] = (X->rel_time) ? GMT_IS_RELTIME : GMT_IS_ABSTIME; in x2sys_initialize()
437 G->col_type[GMT_IN][i] = G->col_type[GMT_OUT][i] = GMT_IS_UNKNOWN; in x2sys_initialize()
573 …if (gmt_scanf (GMT, buffer, G->col_type[GMT_IN][j], &data[j]) == GMT_IS_NAN) data[j] = GMT->sessio… in x2sys_read_record()
587 …if (gmt_scanf (GMT, p, G->col_type[GMT_IN][k], &data[k]) == GMT_IS_NAN) data[k] = GMT->session.d_N… in x2sys_read_record()
1311 s->ms_flag = GMT->current.setting.io_seg_marker[GMT_IN]; in x2sys_set_system()

12345678