Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_dcw.c239 static struct GMT_DCW_CHINA_CODES gmtdcw_CN_codes[DCW_N_CHINA_PROVINCES] = { in gmtdcw_find_state() local
248 while (k < DCW_N_CHINA_PROVINCES && id > gmtdcw_CN_codes[k].id) k++; in gmtdcw_find_state()
250 if (id < gmtdcw_CN_codes[k].id) return (GMT_NOTSET); /* No such integer ID found in the list */ in gmtdcw_find_state()
251 …ICE, "FYI, Chinese province code %d is deprecated. Use %s instead\n", id, gmtdcw_CN_codes[k].code); in gmtdcw_find_state()
252 scode = gmtdcw_CN_codes[k].code; in gmtdcw_find_state()