Lines Matching defs:inner
33 * Each hyperlink and ID combination is assigned a number ("inner" in this
36 * Each URI has one inner number and one external ID (which tmux uses to send
52 u_int inner;
82 * If both URIs are anonymous, use the inner for comparison so
90 return (left->inner - right->inner);
107 return (left->inner - right->inner);
159 return (hlu->inner);
165 hlu->inner = hl->next_inner++;
177 return (hlu->inner);
180 /* Get hyperlink by inner number. */
182 hyperlinks_get(struct hyperlinks *hl, u_int inner, const char **uri_out,
187 find.inner = inner;