Home
last modified time | relevance | path

Searched refs:wiggle_parse_patch (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/wiggle/wiggle-1.3/
H A Dwiggle.h146 extern struct plist *wiggle_parse_patch(FILE *f, FILE *of, int *np);
H A Dparse.c250 struct plist *wiggle_parse_patch(FILE *f, FILE *of, int *np) in wiggle_parse_patch() function
H A Dwiggle.c643 pl = wiggle_parse_patch(f, NULL, &num_patches); in multi_merge()
H A Dvpatch.c3144 pl = wiggle_parse_patch(stdin, f, &num_patches); in vpatch()
3147 pl = wiggle_parse_patch(stdin, NULL, &num_patches); in vpatch()
3172 pl = wiggle_parse_patch(f, NULL, &num_patches); in vpatch()