Home | History | Annotate | Download | only in WinQuake

Lines Matching defs:field

58 	char	field[MAX_FIELD_LEN];
241 eval_t *GetEdictFieldValue(edict_t *ed, const char *field)
249 if (!strcmp(field, gefvCache[i].field))
256 def = ED_FindField (field);
258 if (strlen(field) < MAX_FIELD_LEN)
261 strcpy (gefvCache[rep].field, field);
378 padded to 20 field width
460 // if the value is still all 0, skip the field
510 // if the value is still all 0, skip the field
771 Con_Printf ("Can't find field %s\n", s);
868 Con_Printf ("'%s' is not a field\n", keyname);
991 gefvCache[i].field[0] = 0;