HomeSort by: relevance | last modified time | path
    Searched refs:args_entry (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/tmux/dist/
arguments.c 36 struct args_entry { struct
44 RB_ENTRY(args_entry) entry;
61 static struct args_entry *args_find(struct args *, u_char);
63 static int args_cmp(struct args_entry *, struct args_entry *);
64 RB_GENERATE_STATIC(args_tree, args_entry, entry, args_cmp);
68 args_cmp(struct args_entry *a1, struct args_entry *a2)
74 static struct args_entry *
77 struct args_entry entry
    [all...]
cmd-queue.c 359 struct args_entry *ae;
tmux.h 1710 struct args_entry;
1711 RB_HEAD(args_tree, args_entry);
2643 u_char args_first(struct args *, struct args_entry **);
2644 u_char args_next(struct args_entry **);

Completed in 30 milliseconds