implemented w & W commands for sed

This commit is contained in:
2009-05-15 05:28:56 +00:00
parent b0c9b08d56
commit b36f20a4a2
3 changed files with 139 additions and 10 deletions

View File

@ -167,7 +167,12 @@ struct qse_sed_t
qse_size_t len;
int eof;
qse_map_t files;
/*****************************************************/
/* the following two fields are very tightly-coupled.
* don't make any partial changes */
qse_map_t files;
qse_sed_t* files_ext;
/*****************************************************/
} out;
struct