vac: add -a and -x flags
Thanks to Michael Kaminsky for the suggestion.
This commit is contained in:
parent
d9841dc7ad
commit
e05b0ff3eb
11 changed files with 551 additions and 83 deletions
|
|
@ -23,3 +23,8 @@ VacFile *_vacfileroot(VacFs *fs, VtFile *file);
|
|||
|
||||
int _vacfsnextqid(VacFs *fs, uvlong *qid);
|
||||
void vacfsjumpqid(VacFs*, uvlong step);
|
||||
|
||||
Reprog* glob2regexp(char*);
|
||||
void loadexcludefile(char*);
|
||||
int includefile(char*);
|
||||
void excludepattern(char*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue