Home
last modified time | relevance | path

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

/dports/graphics/box/box-0.4.0/box/
H A Dbltinstr.c161 struct struc_str_couple {BoxStr left, right;} *str_couple; in My_Compare_Str() local
162 str_couple = BOX_VM_ARG_PTR(vm, struct struc_str_couple); in My_Compare_Str()
163 *compare = BoxStr_Compare(& str_couple->left, & str_couple->right); in My_Compare_Str()
169 BoxType *str_couple = BoxType_Create_Structure(); in My_Register_Compare_Str() local
170 BoxType_Add_Member_To_Structure(str_couple, str, NULL); in My_Register_Compare_Str()
171 BoxType_Add_Member_To_Structure(str_couple, str, NULL); in My_Register_Compare_Str()
173 str_couple, My_Compare_Str); in My_Register_Compare_Str()
174 (void) BoxType_Unlink(str_couple); in My_Register_Compare_Str()