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

  /xsrc/external/mit/xedit/dist/
ispell.c 70 int format; /* remember text formatting style */
134 char *formatting; member in struct:_ispell
240 {"formatting", "TextFormat", XtRString, sizeof(char*),
241 Offset(formatting), XtRString, "text"},
1994 if (strcmp(fmt->name, ispell.formatting) == 0)
2007 ispell.formatting = fmt->name;
2129 if (strcmp(fmt->name, ispell.formatting) == 0) {
2132 XtSetArg(args[0], XtNlabel, ispell.formatting);
2146 "Unrecognized formatting type \"%s\", will use \"%s\"",
2147 ispell.formatting, ispell.format_info->name)
    [all...]
  /xsrc/external/mit/xterm/dist/
wcwidth.c 223 /* sorted list of non-overlapping intervals of formatting characters */
229 static const struct interval formatting[] = { local
688 } else if (Lookup(cmp, formatting)) {
689 /* treat formatting characters like control characters */

Completed in 8 milliseconds