Home
last modified time | relevance | path

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

/dports/devel/clewn/clewn-1.14/
H A Dnetbeans.c1134 char *wk_copy; local
1138 wk_copy = obstack_strsave(obs, text);
1140 if (strlen(wk_copy) > MAX_BALLOON_SIZE)
1141 strcpy(wk_copy + MAX_BALLOON_SIZE - 3, "...");
1144 quoted = quote(wk_copy, obs);
1146 quoted = wk_copy;