Home
last modified time | relevance | path

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

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dport.c2256 int binaryP = SG_CUSTOM_PORT_TYPE_BINARY == spec->type; in get_custom_table() local
2259 return binaryP ? &custom_bi_binary_table : &custom_bi_textual_table; in get_custom_table()
2261 return binaryP ? &custom_binary_table : &custom_textual_table; in get_custom_table()