Lines Matching defs:text
44 #define OPT_WIDTH 80 /* default help text width */
45 #define OPT_MARGIN 10 /* default help text margin */
92 const char* text; /* --? text */
93 unsigned int size; /* strlen text */
107 const char* text; /* help text */
112 const char* text; /* default message text */
119 char text[1]; /* saved text text */
699 d->key = offsetof(Save_t, text);
707 strcpy(p->text, s);
710 return p->text;
734 opt_info.state->msgdisc.key = offsetof(Msg_t, text);
1559 * output text to sp from p according to style
2064 if (lp->text)
2065 sfprintf(sp, "?%s", lp->text);
2181 sfprintf(sp_help, "[:%s?%s]", styles[i].match, styles[i].text);
3331 sfprintf(sp_help, "[-][:%s?%s]", hp->match, hp->text);