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

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

Completed in 62 milliseconds