Home | History | Annotate | Download | only in regress

Lines Matching refs:modification

44 struct modification {
51 parse_modification(const char *s, struct modification *m)
59 errx(1, "Invalid modification spec \"%s\"", s);
62 errx(1, "Invalid modification spec \"%s\"", s);
64 errx(1, "Invalid XOR modification value");
69 errx(1, "Invalid modification spec \"%s\"", s);
71 errx(1, "Invalid AND modification value");
73 errx(1, "Invalid OR modification value");
78 errx(1, "Invalid modification type \"%s\"", what);
88 struct modification mods[MAX_MODIFICATIONS];