Home
last modified time | relevance | path

Searched refs:io_head_marker_in (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_defaults.h134 …char io_head_marker_in[GMT_LEN32]; /* Characters used to recognize input header records [#%!;"'] … member
H A Dpstext.c994 …strncpy (save_h_chars, GMT->current.setting.io_head_marker_in, GMT_LEN32); /* Must allow quotes an… in GMT_pstext()
995 strcpy (GMT->current.setting.io_head_marker_in, "#"); in GMT_pstext()
1462 …strncpy (GMT->current.setting.io_head_marker_in, save_h_chars, GMT_LEN32); /* Restore original def… in GMT_pstext()
H A Dpslegend.c618 …if (gmt_is_a_blank_line (line) || strchr (GMT->current.setting.io_head_marker_in, line[0])) contin… in GMT_pslegend()
1021 …if (gmt_is_a_blank_line (line) || strchr (GMT->current.setting.io_head_marker_in, line[0])) contin… in GMT_pslegend()
H A Dgmt_init.c736 if (GMT->current.setting.io_head_marker_in[0] == '\0') /* Nothing, set default before comparison */ in gmtinit_check_markers()
737 strcpy (GMT->current.setting.io_head_marker_in, DEF_HEADER_MARKERS); in gmtinit_check_markers()
739 if (strchr (GMT->current.setting.io_head_marker_in, GMT->current.setting.io_seg_marker[GMT_IN])) { in gmtinit_check_markers()
6467 …strcpy (GMT->current.setting.io_head_marker_in, DEF_HEADER_MARKERS); /* Accept GMT or MATLAB heade… in gmtinit_conf_classic()
11333 …strcpy (GMT->current.setting.io_head_marker_in, DEF_HEADER_MARKERS); /* Handle GMT and MATLAB head… in gmtlib_setparameter()
11344 strcpy (GMT->current.setting.io_head_marker_in, txt[GMT_IN]); in gmtlib_setparameter()
12764 …if (strlen (GMT->current.setting.io_head_marker_in) > 1 || GMT->current.setting.io_head_marker_in[… in gmtlib_getparameter()
12765 snprintf (txt, 8U, "%s,", GMT->current.setting.io_head_marker_in); strcat (value, txt); in gmtlib_getparameter()
H A Dgmt_io.c3533 …if (strchr (GMT->current.setting.io_head_marker_in, line[0])) { /* Got a file header, copy it and … in gmtio_ascii_input()
5511 …if (strchr (GMT->current.setting.io_head_marker_in, line[0])) { /* Got a file header, take action … in gmtlib_ascii_textinput()
H A Dgmt_api.c6569 if (strchr (GMT->current.setting.io_head_marker_in, line[0])) { in gmtapi_read_matrix()
7172 if (strchr (GMT->current.setting.io_head_marker_in, line[0])) { in gmtapi_read_vector()
/dports/graphics/gmt/gmt-6.3.0/src/mgd77/
H A Dmgd77manage.c691 …if (gmt_is_a_blank_line (line) || strchr (GMT->current.setting.io_head_marker_in, word[0])) contin… in GMT_mgd77manage()