Searched refs:bof (Results 1 – 25 of 26) sorted by relevance
12
34 static int bof_entry_grow(bof_t *bof) in bof_entry_grow() argument38 if (bof->array_size < bof->nentry) in bof_entry_grow()40 array = realloc(bof->array, (bof->nentry + 16) * sizeof(void*)); in bof_entry_grow()43 bof->array = array; in bof_entry_grow()44 bof->nentry += 16; in bof_entry_grow()125 bof_t *bof_array_get(bof_t *bof, unsigned i) in bof_array_get() argument127 if (!bof_is_array(bof) || i >= bof->array_size) in bof_array_get()129 return bof->array[i]; in bof_array_get()132 unsigned bof_array_size(bof_t *bof) in bof_array_size() argument134 if (!bof_is_array(bof)) in bof_array_size()[all …]
39 struct bof;41 typedef struct bof { struct42 struct bof **array; argument65 extern bof_t *bof_array_get(bof_t *bof, unsigned i); argument66 extern unsigned bof_array_size(bof_t *bof);69 extern unsigned bof_blob_size(bof_t *bof);70 extern void *bof_blob_value(bof_t *bof);75 extern int32_t bof_int32_value(bof_t *bof);77 extern void bof_decref(bof_t *bof);78 extern void bof_incref(bof_t *bof);[all …]
20 bof.c \21 bof.h
8 goTo.bof();11 goTo.bof();
8 goTo.bof();
6 goTo.bof();
5 goTo.bof();
4 goTo.bof();
7 goTo.bof();
198 bof(): void;
82 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*…83 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*…
83 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*…84 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*…
2626 boolean_output_functor<result_type, std::vector<property_type>, 0> bof; in execute() local2627 sl.scan(result, bof, pmd.begin(), pmd.end()); in execute()2629 boolean_output_functor<result_type, std::vector<property_type>, 1> bof; in execute() local2630 sl.scan(result, bof, pmd.begin(), pmd.end()); in execute()2632 boolean_output_functor<result_type, std::vector<property_type>, 2> bof; in execute() local2633 sl.scan(result, bof, pmd.begin(), pmd.end()); in execute()2635 boolean_output_functor<result_type, std::vector<property_type>, 3> bof; in execute() local2636 sl.scan(result, bof, pmd.begin(), pmd.end()); in execute()
82 public bof() { method in FourSlashInterface.GoTo