HomeSort by relevance Sort by last modified time
    Searched refs:NamedFunction (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/edify/
expr.c 351 NamedFunction* fn_table = NULL;
356 fn_table = realloc(fn_table, fn_size * sizeof(NamedFunction));
364 const char* na = ((const NamedFunction*)a)->name;
365 const char* nb = ((const NamedFunction*)b)->name;
370 qsort(fn_table, fn_entries, sizeof(NamedFunction), fn_entry_compare);
374 NamedFunction key;
376 NamedFunction* nf = bsearch(&key, fn_table, fn_entries,
377 sizeof(NamedFunction), fn_entry_compare);
expr.h 115 } NamedFunction;

Completed in 34 milliseconds