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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxmlres.cpp357 bool isok; local
362 isok = false;
364 isok = true;
373 if (s == wxT("win")) isok = true;
376 if (s == wxT("mac")) isok = true;
378 if (s == wxT("unix")) isok = true;
381 if (s == wxT("os2")) isok = true;
384 if (isok)
389 if (isok)

Completed in 67 milliseconds