Home
last modified time | relevance | path

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

/dports/graphics/box/box-0.4.0/box/
H A Dcombs.h200 BOXCOMBTYPE_AT, #fn, (fn)}
210 {(parent), NULL, BOXTYPEID_NONE, (child_id), BOXCOMBTYPE_AT, #fn, (fn)}
220 {NULL, (child), (parent_id), BOXTYPEID_NONE, BOXCOMBTYPE_AT, #fn, (fn)}
230 {NULL, NULL, (parent_id), (child_id), BOXCOMBTYPE_AT, #fn, (fn)}
H A Dobj.c140 node = BoxType_Find_Own_Combination_With_Id(t, BOXCOMBTYPE_AT, in My_Init_Obj()
261 BoxType_Find_Own_Combination_With_Id(t, BOXCOMBTYPE_AT, in My_Finish_Obj()
633 comb_node = BoxType_Find_Combination(t_parent, BOXCOMBTYPE_AT, t_child, in Box_Combine()
H A Dtypes.h68 BOXCOMBTYPE_AT, enumerator
H A Dbuiltins.c362 Bltin_Comb_Def(child, BOXCOMBTYPE_AT, parent, c_fn); in Bltin_Proc_Def()
369 Bltin_Comb_Def(child, BOXCOMBTYPE_AT, parent, c_fn); in Bltin_Proc_Def_With_Id()
374 Bltin_Comb_Def_With_Ids(child, BOXCOMBTYPE_AT, parent, c_fn); in Bltin_Proc_Def_With_Ids()
H A Dcoremath.c159 if (!BoxType_Define_Combination(t, BOXCOMBTYPE_AT, row->in_type, cb)) {
H A Dtypes.c251 if (BoxType_Define_Combination(type_type, BOXCOMBTYPE_AT, in Box_Register_Type_Combs()
634 comb = BoxType_Define_Combination(t, BOXCOMBTYPE_AT, t, callable); in BoxType_Create_Any()
1176 case BOXCOMBTYPE_AT: in BoxType_Get_Repr()
H A Dtokenizer.c1219 {yylval.Combine = BOXCOMBTYPE_AT; MY_SCAN_TOK(); return TOK_COMBINE;}
1230 {yylval.Combine = BOXCOMBTYPE_AT; MY_SCAN_TOK(); return TOK_COMBINE;}
1235 {yylval.Combine = BOXCOMBTYPE_AT; MY_SCAN_TOK(); return TOK_COMBINE;}
H A Dvalue.c868 BoxType_Find_Combination(parent->type, BOXCOMBTYPE_AT, in My_Emit_Call()