Home
last modified time | relevance | path

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

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