Lines Matching defs:smul
981 const char *smul;
993 easprintf(&dst, "%s%s%s", ta->smul, s, ta->rmul);
1077 const char *bold, *sgr0, *smso, *rmso, *smul, *rmul;
1081 smso = rmso = smul = rmul = "";
1096 smul = ti_getstr(ti, "smul");
1097 if (smul == NULL || (rmul = ti_getstr(ti, "rmul")) == NULL)
1098 smul = rmul = "";
1104 sa[3] = term_fix_seq(ti, smul);
1128 ta.smul = snippet_args[3];