Lines Matching refs:sp_help
2370 Sfio_t* sp_help = 0;
2398 if (!(sp_help = sfstropen()))
2401 list(sp_help, &help_head[i]);
2403 sfprintf(sp_help, "[:%s?%s]", styles[i].match, styles[i].text);
2405 list(sp_help, &help_tail[i]);
2406 if (!(opts = sfstruse(sp_help)))
3585 if (!sp_help && !(sp_help = sfstropen()))
3587 sfprintf(sp_help, "[-][:%s?%s]", hp->match, hp->text);
3588 if (!(opts = sfstruse(sp_help)))
3973 if (sp_help)
3974 sfclose(sp_help);