Home | History | Annotate | Download | only in dist

Lines Matching defs:fsp

606 	struct cmd_find_state	*fsp, fs;
655 fsp = &item->target;
657 fsp = &item->state->current;
659 fsp = &fs;
662 cmdq_insert_hook(fsp->s, item, fsp, "after-%s", entry->name);
668 fsp = NULL;
670 fsp = &item->target;
672 fsp = &item->state->current;
674 fsp = &fs;
675 cmdq_insert_hook(fsp != NULL ? fsp->s : NULL, item, fsp,