Home | History | Annotate | Download | only in misc

Lines Matching refs:post

775 		return run_ssfilter(f->pred, s) && run_ssfilter(f->post, s);
777 return run_ssfilter(f->pred, s) || run_ssfilter(f->post, s);
885 l2 = ssfilter_bytecompile(f->post, &a2);
898 l2 = ssfilter_bytecompile(f->post, &a2);