Searched refs:ISO_ESCAPES (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dlex.h143 #define ISO_ESCAPES 0x1000 /* fully ISO-compliant escape seqs */ macro
H A Dlex.c510 if (sd->options & ISO_ESCAPES) goto _return_ill_quoted_;
514 if (sd->options & ISO_ESCAPES) goto _return_ill_quoted_;
518 if (sd->options & ISO_ESCAPES) goto _return_ill_quoted_;
522 if (sd->options & ISO_ESCAPES) goto _return_ill_quoted_;
556 if (sd->options & ISO_ESCAPES)
594 if (cc != ' ' && (sd->options & ISO_ESCAPES))
1590 if (syntax & ISO_ESCAPES) goto return_int3;
1593 if (syntax & ISO_ESCAPES) goto return_int3;
1596 if (syntax & ISO_ESCAPES) goto return_int3;
1609 if (!(syntax & ISO_ESCAPES)) got
[all...]
H A Dwrite.c1596 if (sd->options & ISO_ESCAPES)

Completed in 95 milliseconds