Home
last modified time | relevance | path

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

/dports/games/poker-eval/poker-eval-138.0/examples/
H A Dusedecks.c189 testOmaha8(const char *holestr, const char *boardstr) { in testOmaha8() argument
201 printf("\nOmaha Hi/Lo8: %s | %s\n", holestr, boardstr); in testOmaha8()
205 strcpy(str, holestr); in testOmaha8()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/utils/idftools/
H A Didf_common.cpp696 std::string holestr; in write() local
703 case PIN: holestr = "PIN"; break; in write()
704 case VIA: holestr = "VIA"; break; in write()
705 case TOOL: holestr = "TOOL"; break; in write()
706 case OTHER: holestr = "\"" + holetype + "\""; break; in write()
707 default: holestr = "MTG"; break; in write()
734 << refstr.c_str() << " " << holestr.c_str() << " " << ownstr.c_str() << "\n"; in write()
741 << pltstr.c_str() << " " << refstr.c_str() << " " << holestr.c_str() << " " in write()