Home | History | Annotate | Download | only in ctl

Lines Matching defs:field

54 static struct field *findfield(const char *name);
55 static void prfield(const struct field *p, const char *sep);
56 static void rdfield(struct field *p, char *q);
71 static struct field {
154 static struct field *
165 prfield(const struct field *p, const char *sep)
237 rdfield(struct field *p, char *q)
405 struct field *p;
410 warnx("field %s does not exist "
414 warnx("field %s does not exist",
431 struct field *p;
442 warnx("field `%s' does not exist", *argv);