Lines Matching defs:field
21 * Each name or class field in an option is associated with a node or
58 * field is a value, not a pointer to another node).
98 * This must be the last field in
247 char *field;
272 * Parse the option one field at a time.
280 * Scan the next field from the name and convert it to a Tk_Uid.
281 * Must copy the field before calling Tk_Uid, so that a terminating
291 field = p;
295 length = p - field;
299 strncpy(tmp, field, (size_t) length);
302 if (isupper(UCHAR(*field))) {