Lines Matching defs:nft
4081 struct format_tree *nft;
4092 nft = format_create(c, item, FORMAT_NONE, ft->flags);
4093 format_defaults(nft, ft->c, s, NULL, NULL);
4095 next.ft = nft;
4140 struct format_tree *nft;
4167 nft = format_create(c, item, FORMAT_WINDOW|w->id, ft->flags);
4168 format_defaults(nft, ft->c, ft->s, wl, NULL);
4170 next.ft = nft;
4172 format_free(nft);
4194 struct format_tree *nft;
4219 nft = format_create(c, item, FORMAT_PANE|wp->id, ft->flags);
4220 format_defaults(nft, ft->c, ft->s, ft->wl, wp);
4222 next.ft = nft;
4224 format_free(nft);
4246 struct format_tree *nft;
4256 nft = format_create(c, item, 0, ft->flags);
4257 format_defaults(nft, c, ft->s, ft->wl, ft->wp);
4259 next.ft = nft;
4261 format_free(nft);