renamed some function names for naming consistency

This commit is contained in:
2018-04-07 15:54:16 +00:00
parent 746dceff43
commit e92407221f
16 changed files with 270 additions and 330 deletions

View File

@ -1032,15 +1032,6 @@ struct hcl_mod_data_t
};
typedef struct hcl_mod_data_t hcl_mod_data_t;
struct hcl_sbuf_t
{
hcl_ooch_t* ptr;
hcl_oow_t len;
hcl_oow_t capa;
};
typedef struct hcl_sbuf_t hcl_sbuf_t;
/* =========================================================================
* HCL VM
* ========================================================================= */
@ -1206,8 +1197,6 @@ struct hcl_t
} xbuf; /* buffer to support sprintf */
} sprintf;
hcl_sbuf_t sbuf[64];
struct
{
struct