Searched refs:escapes (Results 1 – 15 of 15) sorted by relevance
32 "escapes":"escape \u001b newline \n cr \r backslash \\\\ quote \"",\
57 following escapes hold (as in C):77 surrounded by quotes. The same escapes hold as for strings above.
565 static const char escapes[] = "\\\a\b\f\r\t\v"; in lputs() local614 (p = strchr(escapes, c)) != NULL) { in lputs()620 "\\abfrtv"[(uintptr_t)p - (uintptr_t)escapes]); in lputs()
42 -DUCVISUAL compile in code to handle \ escapes for visual on
40 special device control escapes (from routine devcntrl() in dpost.c).
69 \ "\#define" escapes to add the offsets from the base structure/union
67 \ "\#define" escapes to add the offsets from the base structure/union
209 07-03-19 regex/regdecomp.c: fix REX_ONECHAR escapes and add REX_KMP691 02-11-14 sfio/sfvprintf.c: add %#c for C escapes1109 fmtquote: escapes >0177 only if (flags&2)1123 sfkeyprintf: add %q for '...' quoting with ansi escapes
364 ** character it escapes that character and allows it to be inserted into
1115 as the standard escapes for quote and backslash. Ensures that the 13676 common ACPI string output procedure which handles escapes properly14011 Added a warning message for invalid escapes (a backslash followed14012 by any character other than the allowable escapes). This catches14813 escapes to non-null, ASCII values. An error results if an invalid14948 literals. The compiler now supports all single character escapes14949 as well as the Octal and Hex escapes. Note: the insertion of a
213 # escapes:2079 # fail to interpret the ^O and ^N escapes properly. Symptom: the :me:2212 # The problem with real vt220 terminals is they don't send escapes when in2214 # escapes or 2> put the vt220 into vt100 mode and use all the nifty3514 # sends PC-style escapes rather than vt100.8862 # Avatar escapes not used by these entries (because maybe you're smarter10901 # escapes will be passed through to the printer. Only trouble12336 # holds onto escapes and botches ^C's. The sb2 is the best of the 3.18745 # of the ECMA-48 escapes.19080 # * Change some \0 escapes to \200.[all …]
213 # escapes:2343 # fail to interpret the ^O and ^N escapes properly. Symptom: the <sgr0>2499 # The problem with real vt220 terminals is they don't send escapes when in2501 # escapes or 2> put the vt220 into vt100 mode and use all the nifty4006 # sends PC-style escapes rather than vt100.9954 # Avatar escapes not used by these entries (because maybe you're smarter12310 # escapes will be passed through to the printer. Only trouble13905 # holds onto escapes and botches ^C's. The sb2 is the best of the 3.20961 # of the ECMA-48 escapes.21296 # * Change some \0 escapes to \200.[all …]
1146 - handle escapes in real and original key format, ok millert@
4735 % @tex ... @end tex escapes into raw Tex temporarily.