Home
last modified time | relevance | path

Searched refs:Str_Strip2 (Results 1 – 2 of 2) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/liblegacy/include/de/
H A Dstr.h302 DENG_PUBLIC Str *Str_Strip2(Str *ds, int *count);
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/liblegacy/src/
H A Dstr.c549 ddstring_t *Str_Strip2(ddstring_t *str, int *count) in Str_Strip2() function
559 return Str_Strip2(str, NULL/*not interested in the stripped character count*/); in Str_Strip()