Home
last modified time | relevance | path

Searched refs:termch (Results 1 – 21 of 21) sorted by relevance

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/xmon/
H A Dxmon.c1056 termch = 0; in cmds()
1860 termch = 0; in cacheflush()
2826 termch = c; in dump()
2830 termch = 0; in dump()
3118 if (termch != '\n') termch = 0; in memlocate()
3144 if (termch != '\n') termch = 0; in memzcan()
3146 if (termch != '\n') termch = 0; in memzcan()
3481 termch = c; in scanhex()
3491 c = termch; in scannl()
3492 termch = 0; in scannl()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/xmon/
H A Dxmon.c1056 termch = 0; in cmds()
1860 termch = 0; in cacheflush()
2826 termch = c; in dump()
2830 termch = 0; in dump()
3118 if (termch != '\n') termch = 0; in memlocate()
3144 if (termch != '\n') termch = 0; in memzcan()
3146 if (termch != '\n') termch = 0; in memzcan()
3481 termch = c; in scanhex()
3491 c = termch; in scannl()
3492 termch = 0; in scannl()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/xmon/
H A Dxmon.c1056 termch = 0; in cmds()
1860 termch = 0; in cacheflush()
2826 termch = c; in dump()
2830 termch = 0; in dump()
3118 if (termch != '\n') termch = 0; in memlocate()
3144 if (termch != '\n') termch = 0; in memzcan()
3146 if (termch != '\n') termch = 0; in memzcan()
3481 termch = c; in scanhex()
3491 c = termch; in scannl()
3492 termch = 0; in scannl()
[all …]
/dports/databases/pgloader3/cl-containers-20200427-git/dev/
H A Dcontainers-readtable.lisp46 (defun read-container (stream &optional (termch #\]))
53 (ccl::%read-list-expression stream nil termch)
61 (defun read-container-element (stream &optional (termch #\]))
68 (ccl::%read-list-expression stream nil termch)
/dports/www/htdigest/httpd-2.4.6/include/
H A Dutil_script.h156 const char **termch,
179 const char **termch,
/dports/www/apache24/httpd-2.4.53/include/
H A Dutil_script.h156 const char **termch,
179 const char **termch,
/dports/www/htdigest/httpd-2.4.6/server/
H A Dutil_script.c774 const char **termch, in ap_scan_script_header_err_strs_ex() argument
785 if (termch) in ap_scan_script_header_err_strs_ex()
786 *termch = strs.curpos; in ap_scan_script_header_err_strs_ex()
795 const char **termch, in ap_scan_script_header_err_strs() argument
806 if (termch) in ap_scan_script_header_err_strs()
807 *termch = strs.curpos; in ap_scan_script_header_err_strs()
/dports/www/apache24/httpd-2.4.53/server/
H A Dutil_script.c869 const char **termch, argument
880 if (termch)
881 *termch = strs.curpos;
890 const char **termch, argument
901 if (termch)
902 *termch = strs.curpos;
/dports/emulators/libdsk/libdsk-1.4.2/lib/
H A Ddrvimd.c103 static dsk_err_t imd_readto(FILE *fp, char c1, char c2, int *count, int *termch) in imd_readto() argument
109 *termch = EOF; in imd_readto()
120 *termch = ch; in imd_readto()
369 int termch; in imd_open() local
386 err = imd_readto(fp, '\n', 0x1A, &ccmt, &termch); in imd_open()
419 if (termch != 0x1A) in imd_open()
421 err = imd_readto(fp, 0x1A, 0x1A, &ccmt, &termch); in imd_open()
/dports/www/fpc-httpd24/fpc-3.2.2/packages/httpd24/src/
H A Dutil_script.inc148 * @param termch Pointer to the last character parsed.
158 const char **termch,
170 * @param termch Pointer to the last character parsed.
181 const char **termch,
/dports/lang/fpc-source/fpc-3.2.2/packages/httpd24/src/
H A Dutil_script.inc148 * @param termch Pointer to the last character parsed.
158 const char **termch,
170 * @param termch Pointer to the last character parsed.
181 const char **termch,
/dports/www/htdigest/httpd-2.4.6/modules/arch/win32/
H A Dmod_isapi.c635 const char *termch; in send_response_header() local
718 APLOG_MODULE_INDEX, &termch, &termarg, stat, head, NULL); in send_response_header()
722 APLOG_MODULE_INDEX, &termch, &termarg, head, NULL); in send_response_header()
792 if (!termch) in send_response_header()
800 if (termch && (termarg == (stat ? 1 : 0)) in send_response_header()
801 && head_present && head + headlen > termch) { in send_response_header()
802 return ate + termch - head; in send_response_header()
/dports/www/apache24/httpd-2.4.53/modules/arch/win32/
H A Dmod_isapi.c635 const char *termch; in send_response_header() local
718 APLOG_MODULE_INDEX, &termch, &termarg, stat, head, NULL); in send_response_header()
722 APLOG_MODULE_INDEX, &termch, &termarg, head, NULL); in send_response_header()
792 if (!termch) in send_response_header()
800 if (termch && (termarg == (stat ? 1 : 0)) in send_response_header()
801 && head_present && head + headlen > termch) { in send_response_header()
802 return ate + termch - head; in send_response_header()
/dports/www/fpc-httpd22/fpc-3.2.2/packages/httpd22/src/
H A Dutil_script.inc109 * @param termch Pointer to the last character parsed.
117 termch: PPChar; termarg: PInteger; others: array of const): Integer;
/dports/lang/fpc-source/fpc-3.2.2/packages/httpd22/src/
H A Dutil_script.inc109 * @param termch Pointer to the last character parsed.
117 termch: PPChar; termarg: PInteger; others: array of const): Integer;
/dports/lang/fpc-source/fpc-3.2.2/packages/httpd20/src/
H A Dutil_script.inc109 * @param termch Pointer to the last character parsed.
117 termch: PPChar; termarg: PInteger; others: array of const): Integer;
/dports/lang/voc/voc-63008f6/src/library/ulm/
H A DulmStreams.Mod242 termch: Byte; (* flush on termch (linebuf only) *)
585 PROCEDURE LineTerm*(s: Stream; termch: Byte);
586 (* set line terminator of `s' (linebuf) to `termch' *)
590 s.termch := termch;
794 | linebuf: s.termch := defaulttermch;
899 linetermseen := byte = s.termch;
1381 (buf[s.count+off-1] = s.termch) THEN
1411 (buf[s.count+off-1] = s.termch) THEN
1492 IF (s.bufmode = linebuf) & (byte = s.termch) THEN
/dports/devel/py-sip/sip-5.5.0/sipbuild/module/source/12.7/
H A Dsiplib.c2380 char ch, termch; in buildObject() local
2389 termch = ')'; in buildObject()
2393 termch = '\0'; in buildObject()
2397 while ((ch = *fmt++) != termch) in buildObject()
/dports/devel/py-qt5-sip/PyQt5_sip-12.9.0/
H A Dsiplib.c2388 char ch, termch; in buildObject() local
2397 termch = ')'; in buildObject()
2401 termch = '\0'; in buildObject()
2405 while ((ch = *fmt++) != termch) in buildObject()
/dports/devel/py-sip/sip-5.5.0/sipbuild/module/source/12.8/
H A Dsiplib.c2386 char ch, termch; in buildObject() local
2395 termch = ')'; in buildObject()
2399 termch = '\0'; in buildObject()
2403 while ((ch = *fmt++) != termch) in buildObject()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/siplib/
H A Dsiplib.c2432 char ch, termch; in buildObject() local
2441 termch = ')'; in buildObject()
2445 termch = '\0'; in buildObject()
2449 while ((ch = *fmt++) != termch) in buildObject()