Lines Matching defs:template
449 sfnode_t template;
462 template.sf_sffs = node->sf_sffs;
463 template.sf_path = path;
464 template.sf_is_stale = 0;
465 n = avl_find(&sfnodes, &template, &where);
557 sfnode_t template;
586 template.sf_sffs = dir->sf_sffs;
587 template.sf_path = fullpath;
588 template.sf_is_stale = 0;
589 node = avl_find(&sfnodes, &template, &where);