Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/misc/
H A Doptget.c2148 Sfio_t* sp_help = 0; in opthelp() local
2176 if (!(sp_help = sfstropen())) in opthelp()
2179 list(sp_help, &help_head[i]); in opthelp()
2181 sfprintf(sp_help, "[:%s?%s]", styles[i].match, styles[i].text); in opthelp()
2183 list(sp_help, &help_tail[i]); in opthelp()
2184 if (!(opts = sfstruse(sp_help))) in opthelp()
3329 if (!sp_help && !(sp_help = sfstropen())) in opthelp()
3331 sfprintf(sp_help, "[-][:%s?%s]", hp->match, hp->text); in opthelp()
3332 if (!(opts = sfstruse(sp_help))) in opthelp()
3701 if (sp_help) in opthelp()
[all …]