Searched refs:sp_body (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | optget.c | 2152 Sfio_t* sp_body = 0; in opthelp() local 2220 if (style >= STYLE_match && style < STYLE_keys && !(sp_body = sfstropen())) in opthelp() 2613 if (sp_body) in opthelp() 2615 sfclose(sp_body); in opthelp() 2616 sp_body = 0; in opthelp() 2630 sp = sp_body; in opthelp() 2733 p = textout(sp_body, p, style, 0, 0, sp_info, version, id, catalog); in opthelp() 2736 sp_head = sp_body; in opthelp() 2737 if (!(sp_body = sfstropen())) in opthelp() 2855 sfputr(sp_body, "\n.OP - - anyof", '\n'); in opthelp() [all …]
|