Searched refs:tmpStr (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dmenus.c1324 char *tmpStr; local in function:PopUpMenu
1333 tmpStr = mk_twmkeys_entry(tmpKey);
1334 if(tmpStr == NULL) {
1335 tmpStr = strdup("(error)");
1338 AddToMenu(menu, tmpStr, tmpKey->action, NULL, tmpKey->func, NULL, NULL);

Completed in 4 milliseconds