Searched refs:InsertChar (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | TextAction.c | 136 static void InsertChar(Widget, XEvent*, String*, Cardinal*); 2985 * called inside InsertChar. 3047 InsertChar(Widget w, XEvent *event, String *p _X_UNUSED, Cardinal *n _X_UNUSED) function in typeref:typename:void 3410 InsertChar(w, event, params, num_params); 3442 InsertChar(w, event, params, num_params); 4378 {"insert-char", InsertChar},
|
| /xsrc/external/mit/xdm/dist/greeter/ |
| H A D | Login.c | 1372 InsertChar ( function in typeref:typename:void 2059 {"insert-char", InsertChar},
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | xterm.h | 1721 extern void InsertChar (XtermWidget /* xw */, unsigned /* n */);
|
| H A D | util.c | 1142 InsertChar(xw, cells); 1429 InsertChar(XtermWidget xw, unsigned n) function in typeref:typename:void 1441 TRACE(("InsertChar count=%d\n", n)); 1485 * prevent InsertChar from shifting the end of a line over
|
| H A D | charproc.c | 3726 InsertChar(xw, (unsigned) one_if_default(0));
|
Completed in 33 milliseconds