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

  /external/ltrace/
options.h 80 struct opt_F_t {
90 enum opt_F_kind opt_F_get_kind(struct opt_F_t *entry);
94 void opt_F_destroy(struct opt_F_t *entry);
99 * initialized like VECT_INIT(VEC, struct opt_F_t); Returns 0 on
103 /* Vector of struct opt_F_t. */
options.c 71 /* Vector of struct opt_F_t. */
467 struct opt_F_t arg = {
483 opt_F_destroy(struct opt_F_t *entry)
492 opt_F_get_kind(struct opt_F_t *entry)
517 VECT_INIT(&opt_F, struct opt_F_t);