Searched refs:_tail (Results 1 – 1 of 1) sorted by relevance
217 #define WS_RSKIP_LIMIT(_str, _tail) \ in add_match_record() argument218 while (((_tail) > (_str)) && isspace(*((_tail) - 1))) \ in add_match_record()219 (_tail)--; \ in add_match_record()220 *(_tail) = '\0' in add_match_record()