Home
last modified time | relevance | path

Searched refs:char_CR (Results 1 – 25 of 38) sorted by relevance

12

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dscanchar.h63 #define char_CR '\r' macro
H A Discan.c510 case char_CR: in scan_token()
724 case char_CR: in scan_token()
785 case char_CR: in scan_token()
849 if (*sptr == char_CR && sptr[1] == char_EOL) in scan_token()
1027 if (c == char_CR) { in scan_token()
H A Dsstring.c276 case char_CR: /* ignore, check for following \n */ in s_PSSD_process()
330 case char_CR: /* convert to \n */ in s_PSSD_process()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dscanchar.h63 #define char_CR '\r' macro
H A Discan.c510 case char_CR: in scan_token()
724 case char_CR: in scan_token()
785 case char_CR: in scan_token()
849 if (*sptr == char_CR && sptr[1] == char_EOL) in scan_token()
1027 if (c == char_CR) { in scan_token()
H A Dsstring.c276 case char_CR: /* ignore, check for following \n */ in s_PSSD_process()
330 case char_CR: /* convert to \n */ in s_PSSD_process()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dscanchar.h58 #define char_CR '\r' macro
H A Dsstring.c272 case char_CR: /* ignore, check for following \n */ in s_PSSD_process()
326 case char_CR: /* convert to \n */ in s_PSSD_process()
H A Dseexec.c118 if(c != '\t' && c != char_CR && c != char_EOL && c != ' ') in s_exD_process()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dscanchar.h62 #define char_CR '\r' macro
H A Dsstring.c274 case char_CR: /* ignore, check for following \n */ in s_PSSD_process()
328 case char_CR: /* convert to \n */ in s_PSSD_process()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dscanchar.h58 #define char_CR '\r' macro
H A Dsstring.c272 case char_CR: /* ignore, check for following \n */ in s_PSSD_process()
326 case char_CR: /* convert to \n */ in s_PSSD_process()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dscanchar.h60 #define char_CR '\r' macro
H A Dsstring.c274 case char_CR: /* ignore, check for following \n */ in s_PSSD_process()
328 case char_CR: /* convert to \n */ in s_PSSD_process()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dscanchar.h62 #define char_CR '\r' macro
H A Dsstring.c274 case char_CR: /* ignore, check for following \n */ in s_PSSD_process()
328 case char_CR: /* convert to \n */ in s_PSSD_process()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dscanchar.h60 #define char_CR '\r' macro
H A Dsstring.c274 case char_CR: /* ignore, check for following \n */ in s_PSSD_process()
328 case char_CR: /* convert to \n */ in s_PSSD_process()
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Discan.c569 case char_CR: in scan_token()
794 case char_CR: in scan_token()
855 case char_CR: in scan_token()
919 if (*sptr == char_CR && sptr[1] == char_EOL) in scan_token()
1100 if (c == char_CR) { in scan_token()
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Discan.c572 case char_CR: in gs_scan_token()
800 case char_CR: in gs_scan_token()
861 case char_CR: in gs_scan_token()
925 if (*sptr == char_CR && sptr[1] == char_EOL) in gs_scan_token()
1106 if (c == char_CR) { in gs_scan_token()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Discan.c572 case char_CR: in gs_scan_token()
800 case char_CR: in gs_scan_token()
861 case char_CR: in gs_scan_token()
925 if (*sptr == char_CR && sptr[1] == char_EOL) in gs_scan_token()
1106 if (c == char_CR) { in gs_scan_token()
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Discan.c569 case char_CR: in scan_token()
794 case char_CR: in scan_token()
855 case char_CR: in scan_token()
919 if (*sptr == char_CR && sptr[1] == char_EOL) in scan_token()
1100 if (c == char_CR) { in scan_token()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Discan.c556 case char_CR: in gs_scan_token()
785 case char_CR: in gs_scan_token()
845 case char_CR: in gs_scan_token()
908 if (*sptr == char_CR && sptr[1] == char_EOL) in gs_scan_token()
1097 if (c == char_CR) { in gs_scan_token()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Discan.c556 case char_CR: in gs_scan_token()
785 case char_CR: in gs_scan_token()
845 case char_CR: in gs_scan_token()
908 if (*sptr == char_CR && sptr[1] == char_EOL) in gs_scan_token()
1097 if (c == char_CR) { in gs_scan_token()

12