Searched refs:QUOTED (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/lib/libc/gen/
H A Dgetttyent.c191 #define QUOTED 1 macro
205 q ^= QUOTED; /* obscure, but nice */
208 if (q == QUOTED && *p == '\\' && *(p+1) == '"')
211 if (q == QUOTED)
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dwrite.c90 #define WRITE_OPTIONS_WRITEQ (QUOTED|FULLDEPTH|VAR_NUMBERS|STD_ATTR|NO_MACROS|OUT_DOLLAR_VAR)
91 #define WRITE_OPTIONS_CANON (QUOTED|FULLDEPTH|VAR_NUMBERS|STD_ATTR|NO_MACROS|CANONICAL|DOTLIST)
178 static int output_mode_mask = QUOTED | PRINT_CALL | ATTRIBUTE;
667 * QUOTED print quotes when needed
693 ((idwrite & QUOTED) && (flags & ARGSIGN))
751 int size = _float_to_string_opt(val, tag, fbuf, idwrite & QUOTED, sd->options);
766 return (idwrite & QUOTED) ?
793 if (SuspDead(val.ptr) || !(idwrite & QUOTED))
806 int bufsize = 1 + (ExternalClass(val.ptr)->string_size)(ExternalData(val.ptr), idwrite&QUOTED?1:0);
808 int len = (ExternalClass(val.ptr)->to_string)(ExternalData(val.ptr), buf, idwrite&QUOTED
[all...]
H A Dec_io.h232 #define QUOTED 8 /* print quotes when needed */ macro
H A Dprintam.c1829 (void) tag_desc[t].write(QUOTED, current_output_,
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dio.pl514 option_format(quoted(true), 16'0000, 16'0008, _). % QUOTED

Completed in 118 milliseconds