Home
last modified time | relevance | path

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

/dports/x11-toolkits/open-motif/motif-2.3.8/tools/wml/
H A Dwmlsynbld.c117 cdesc->name = wmlAllocateString (name);
194 rdesc->name = wmlAllocateString (name);
242 ddesc->name = wmlAllocateString (name);
284 chdesc->name = wmlAllocateString (name);
328 cdesc->name = wmlAllocateString (name);
370 esdesc->name = wmlAllocateString (name);
411 evdesc->name = wmlAllocateString (name);
451 ddesc->name = wmlAllocateString (name);
659 rdesc->name = wmlAllocateString (name);
716 chdesc->name = wmlAllocateString (name);
[all …]
H A Dwmlutils.c52 char *wmlAllocateString (stg) in wmlAllocateString() function
274 listptr->hvec[0].objname = wmlAllocateString (name);
307 listptr->hvec[newndx].objname = wmlAllocateString (name);
314 listptr->hvec[listptr->cnt].objname = wmlAllocateString (name);
354 listptr->hvec[0].objname = wmlAllocateString (name);
382 listptr->hvec[newndx].objname = wmlAllocateString (name);
H A Dwml.h634 extern char *wmlAllocateString (); /* dynamic string copy */
H A Dwmloutkey.c210 grtok->token = wmlAllocateString (token); in wmlKeyWGrammarTokens()