renamed qse_xstr_t to qse_cstr_t

This commit is contained in:
2014-07-08 14:30:42 +00:00
parent 22444e298a
commit 36b20b4169
88 changed files with 454 additions and 454 deletions

View File

@ -88,7 +88,7 @@ struct qse_awk_tree_t
{
qse_size_t ngbls; /* total number of globals */
qse_size_t ngbls_base; /* number of intrinsic globals */
qse_xstr_t cur_fun;
qse_cstr_t cur_fun;
qse_htb_t* funs; /* awk function map */
qse_awk_nde_t* begin;
@ -123,8 +123,8 @@ struct qse_awk_t
struct
{
int trait;
qse_xstr_t mod[2];
qse_xstr_t incldirs;
qse_cstr_t mod[2];
qse_cstr_t incldirs;
union
{
@ -314,11 +314,11 @@ struct qse_awk_rtx_t
qse_awk_int_t nr;
qse_awk_int_t fnr;
qse_xstr_t convfmt;
qse_xstr_t ofmt;
qse_xstr_t ofs;
qse_xstr_t ors;
qse_xstr_t subsep;
qse_cstr_t convfmt;
qse_cstr_t ofmt;
qse_cstr_t ofs;
qse_cstr_t ors;
qse_cstr_t subsep;
} gbl;
/* rio chain */