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

  /src/external/bsd/tmux/dist/
format-draw.c 65 format_free_range(struct format_ranges *frs, struct format_range *fr)
67 TAILQ_REMOVE(frs, fr, entry);
73 format_update_ranges(struct format_ranges *frs, struct screen *s, u_int offset,
78 if (frs == NULL)
81 TAILQ_FOREACH_SAFE(fr, frs, entry, fr1) {
86 format_free_range(frs, fr);
95 format_free_range(frs, fr);
110 struct screen *s, struct format_ranges *frs, u_int offset, u_int start,
119 format_update_ranges(frs, s, offset, start, width);
127 int focus_end, struct format_ranges *frs)
729 struct format_ranges frs; local
    [all...]
  /src/sys/external/bsd/ipf/netinet/
fil.c 2501 frentry_t *frs; local
2508 frs = fin->fin_fr;
2512 fin->fin_fr = frs;
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
syncprov.c 504 SlapReply frs = { REP_RESULT }; local
535 rc = fop.o_bd->be_search( &fop, &frs );
681 SlapReply frs = { REP_RESULT }; local
810 fop.o_bd->be_search( &fop, &frs );
834 rs_reinit( &frs, REP_RESULT );
1796 SlapReply frs = { REP_RESULT }; local
1833 rs_reinit( &frs, REP_RESULT );
1834 fop.o_bd->be_search( &fop, &frs );
2253 SlapReply frs = { REP_RESULT }; local
2406 rc = fop.o_bd->be_search( &fop, &frs );
    [all...]

Completed in 26 milliseconds