Searched refs:sp_help (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/misc/
H A Doptget.c2412 Sfio_t* sp_help = 0; local
2440 if (!(sp_help = sfstropen()))
2443 list(sp_help, &help_head[i]);
2445 sfprintf(sp_help, "[:%s?%s]", styles[i].match, styles[i].text);
2447 list(sp_help, &help_tail[i]);
2448 if (!(opts = sfstruse(sp_help)))
3628 if (!sp_help && !(sp_help = sfstropen()))
3630 sfprintf(sp_help, "[-][:%s?%s]", hp->match, hp->text);
3631 if (!(opts = sfstruse(sp_help)))
[all...]

Completed in 970 milliseconds