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

  /xsrc/external/mit/xconsole/dist/
xconsole.c 81 static long TextLength(Widget w);
371 last = TextLength (text);
484 *temp = (long) TextLength (text);
499 temp[1] = TextLength (text);
515 *length = TextLength (text);
647 TextLength(Widget w)
678 last = TextLength (w);
731 if (TextLength(w) > end_of_last_line)
  /xsrc/external/mit/xclipboard/dist/
xclipboard.c 85 TextLength(Widget w)
409 if (XawTextReplace(text, 0, TextLength (text), &textBlock)) {
574 *temp = (long) TextLength (text);
589 temp[1] = TextLength (text);

Completed in 66 milliseconds