remove qse_cstr_t and related types. switched all existing references to qse_cstr_t and its family

This commit is contained in:
2014-07-02 12:28:58 +00:00
parent 7423092c39
commit a3453e5bd0
75 changed files with 485 additions and 565 deletions

View File

@ -574,7 +574,7 @@ static int getoption_byid (
uci_foreach_element(&uo->v.list, tmp)
{
const qse_xstr_t* subsep;
qse_cstr_t k[4];
qse_xstr_t k[4];
qse_char_t idxbuf[64];
qse_char_t* kp;
qse_size_t kl;
@ -1329,7 +1329,7 @@ static fnctab_t fnctab[] =
static int query (qse_awk_mod_t* mod, qse_awk_t* awk, const qse_char_t* name, qse_awk_mod_sym_t* sym)
{
qse_cstr_t ea;
qse_xstr_t ea;
int left, right, mid, n;
left = 0; right = QSE_COUNTOF(fnctab) - 1;