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

/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c2370 Sfio_t* sp_help = 0; local
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)))
[all...]

Completed in 25 milliseconds