Searched refs:force_token (Results 1 – 1 of 1) sorted by relevance
874 static enum event_type force_token(const char *str, char **tok);1027 return force_token("\"\%s\" ", tok); in __read_token()1031 return force_token("\" sta:%pM\" ", tok); in __read_token()1035 return force_token("\" vif:%p(%d)\" ", tok); in __read_token()1042 static enum event_type force_token(const char *str, char **tok) in force_token() function