Home | History | Annotate | Download | only in util

Lines Matching full:last_token

770 	char *last_token;
803 last_token = token;
826 strlen(last_token) + 2);
828 strcat(field->type, last_token);
830 field->type = last_token;
831 last_token = token;
842 field->name = last_token;