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

  /xsrc/external/mit/xedit/dist/lisp/modules/progmodes/
auto.lsp 45 (defsynprop *prop-escape*
46 "escape"
73 (syntable :escape *prop-escape* nil
100 (syntoken "`" :nospec t :begin :escape :contained t)
rpm.lsp 44 (defsynprop *prop-rpm-escape*
45 "rpm-escape"
126 (syntoken "\`" :nospec t :begin :escape :contained t)
127 (syntable :escape *prop-rpm-escape* nil
sh.lsp 37 (defsynprop *prop-escape*
38 "escape"
89 ;; rule to start escape
90 (syntoken "`" :nospec t :contained t :begin :escape)
91 ;; ignore single quote, required because escape is augmented
93 (synaugment :escape :variable)
97 (syntoken "`" :nospec t :contained t :begin :escape)
98 (syntable :escape *prop-escape* #'default-indent
102 ;; rule to start double quote inside escape
    [all...]
perl.lsp 47 (defsynprop *prop-string-escape*
48 "string-escape"
63 (defsynprop *prop-constant-escape*
64 "constant-escape"
79 (defsynprop *prop-shell-escape*
80 "shell-escape"
428 (syntoken "\\\\\\d{3}|\\\\." :property *prop-string-escape*)
474 (syntoken "\\\\." :property *prop-string-escape*))
man.lsp 72 (defsynprop *prop-man-escape*
73 "escape"
138 :property *prop-man-escape*)
  /xsrc/external/mit/xf86-video-qxl/dist/src/
spiceqxl_inputs.c 82 int escape; member in struct:XSpiceKbd
203 /* spice sends AT scancodes (with a strange escape).
240 kbd->escape = frag;
245 if (kbd->escape == 224) {
246 kbd->escape = 0;
  /xsrc/external/mit/xf86-video-vmware/dist/src/
vmwarevideo.c 410 * Checks if Video FIFO and Escape FIFO cap are enabled.
777 * FIFO ESCAPE mechanism to the host.
806 uint32 escape; member in struct:_body
847 cmdSetRegs.body.escape = SVGA_ESCAPE_VMWARE_VIDEO_SET_REGS;
919 * Sends the VIDEO_FLUSH command (FIFO ESCAPE mechanism) asking the host
935 uint32 escape; member in struct:_body
953 cmdFlush.body.escape = SVGA_ESCAPE_VMWARE_VIDEO_FLUSH;
968 * Sets one video register using the FIFO ESCAPE mechanidm.
988 uint32 escape; member in struct:_body
1007 cmdSetRegs.body.escape = SVGA_ESCAPE_VMWARE_VIDEO_SET_REGS
    [all...]
  /xsrc/external/mit/xterm/dist/
input.c 540 * Decide if we should generate a special escape sequence for "other" keys
786 * setting, popup menu or escape sequence, it overrides the keyboard type
961 * of determining whether we generate an escape sequence for a keypad
1376 unparseputc(xw, prefix); /* escape */
1734 Boolean escape = False; local
1748 if (escape) {
1749 escape = False;
1751 escape = True;
  /xsrc/external/mit/libXaw/dist/src/
Actions.c 280 /* '\\' may have been used to escape a resource name.
877 char *escape = XtMalloc((Cardinal)strlen(value) + 2); local
878 escape[0] = '\\';
879 strcpy(escape + 1, value);
880 return (escape);
902 char * escape = NULL; local
918 escape = _XawEscapeActionVarValue(value);
922 String val = escape ? escape : value;
926 if (escape)
    [all...]
  /xsrc/external/mit/libXt/dist/src/
Intrinsic.c 1025 #define escape '%' macro
1036 if (*source != escape) {
1042 PUT(escape);
1046 if (*source == ':' || *source == escape) {
1080 #undef escape macro
  /xsrc/external/mit/xedit/dist/lisp/
write.c 129 Oprint_escape = STATIC_ATOM("*PRINT-ESCAPE*");
256 write object &key case circle escape length level lines pretty readably right-margin stream
261 LispObj *object, *ocase, *circle, *escape, *length, *level, *stream; local
266 escape = ARGUMENT(3);
286 if (escape != UNSPEC)
287 LispAddVar(Oprint_escape, escape);
380 /* escape characters and strings? */

Completed in 62 milliseconds