HomeSort by: relevance | last modified time | path
    Searched defs:smul (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/makemandb/
apropos-utils.c 981 const char *smul; member in struct:term_args
993 easprintf(&dst, "%s%s%s", ta->smul, s, ta->rmul);
1077 const char *bold, *sgr0, *smso, *rmso, *smul, *rmul; local in function:term_init
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]
    [all...]
apropos-utils.c 981 const char *smul; member in struct:term_args
993 easprintf(&dst, "%s%s%s", ta->smul, s, ta->rmul);
1077 const char *bold, *sgr0, *smso, *rmso, *smul, *rmul; local in function:term_init
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]
    [all...]

Completed in 24 milliseconds