Home
last modified time | relevance | path

Searched refs:linep (Results 1 – 25 of 572) sorted by relevance

12345678910>>...23

/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/dps8/
H A Ddps8_fnp2.c796 linep->buffer[linep->nPos] = 0; in processInputCharacter()
988 linep->buffer[linep->nPos++] = kar; in processInputCharacter()
1070 linep->buffer[linep->nPos++] = kar; in processInputCharacter()
1071 linep->buffer[linep->nPos] = 0; in processInputCharacter()
1077 …((linep->service == service_autocall || linep->service == service_slave) && linep->inUsed >= linep in processInputCharacter()
1087 (linep->inputBufferSize != 0 && linep->nPos >= (int) linep->inputBufferSize)) in processInputCharacter()
1095 (linep->inputBufferSize != 0 && linep->nPos >= linep->inputBufferSize)) in processInputCharacter()
1147 while (linep->inBuffer && linep->inUsed < linep->inSize) in fnpProcessBuffer()
1164 linep->buffer[linep->nPos++] = c; in fnpProcessBuffer()
1165 linep->buffer[linep->nPos] = 0; in fnpProcessBuffer()
[all …]
H A Dfnpuv.c272 linep->accept_input = 1; in fnpuv_associated_brk()
273 linep->line_break=true; in fnpuv_associated_brk()
846 reset_line (linep); in on_new_connection()
932 linep->listen = true; in on_dialout_connect()
936 linep->was_CR = false; in on_dialout_connect()
988 linep->is_tun = false; in fnpuv_dial_out()
1120 if (linep->server.data) in fnpuv_open_slave()
1144 linep->server.data = p; in fnpuv_open_slave()
1145 linep->line_client = NULL; in fnpuv_open_slave()
1209 if (linep->inBuffer) in processPacketInput()
[all …]
H A Ddps8_fnp2_iomcmd.c163 if (linep->line_client && linep->service == service_login) in wcd()
535 linep->echnego_screen_left,linep->echnego_unechoed_cnt); in wcd()
542 linep->echnego_on = in wcd()
543 linep->echnego_sync_ctr == linep->echnego_unechoed_cnt; in wcd()
721 if (linep->service == service_login && linep -> line_client) in wcd()
728 if (linep->service == service_slave && ! linep -> line_client) in wcd()
1080 if (! linep->in_frame) in tun_write()
1088 linep->frame[linep->frameLen ++] = (uint8_t) (data [i] & 0xff); in tun_write()
1095 uint16_t target = (uint16_t) ((linep->frame[0] & 0xff) << 8) | (linep->frame[1]); in tun_write()
1163 if (! linep->line_client || ! linep->line_client->data) in fnp_wtx_output()
[all …]
/dports/devel/elfutils/elfutils-0.179/libdw/
H A Ddwarf_getsrclines.c396 uint8_t *endp = memchr (linep, '\0', lineendp - linep); in read_srclines()
399 linep = endp + 1; in read_srclines()
403 ++linep; in read_srclines()
426 linep += len; in read_srclines()
477 while (linep < lineendp && *linep != '\0') in read_srclines()
487 linep = endp + 1; in read_srclines()
533 if (linep >= lineendp || *linep != '\0') in read_srclines()
536 ++linep; in read_srclines()
607 linep += len; in read_srclines()
773 uint8_t *endp = memchr (linep, '\0', lineendp - linep); in read_srclines()
[all …]
/dports/www/wget2/wget2-2.0.0/libwget/
H A Dcookie.c349 linep = buf; in cookie_db_load()
351 while (isspace(*linep)) linep++; // ignore leading whitespace in cookie_db_load()
358 linep = linep + 10; in cookie_db_load()
369 for (p = linep; *linep && *linep != '\t';) linep++; in cookie_db_load()
377 for (p = *linep ? ++linep : linep; *linep && *linep != '\t';) linep++; in cookie_db_load()
381 for (p = *linep ? ++linep : linep; *linep && *linep != '\t';) linep++; in cookie_db_load()
382 if (p != linep) in cookie_db_load()
388 for (p = *linep ? ++linep : linep; *linep && *linep != '\t';) linep++; in cookie_db_load()
392 for (p = *linep ? ++linep : linep; *linep && *linep != '\t';) linep++; in cookie_db_load()
406 for (p = *linep ? ++linep : linep; *linep && *linep != '\t';) linep++; in cookie_db_load()
[all …]
/dports/devel/sunpromake/schily-2021-09-18/sformat/
H A Dio.c56 char *linep; in cvt_std()
78 if (linep[0] == '^' && *skipwhite(&linep[1]) == '\0') {
80 } else if (linep[0] == '$' && *skipwhite(&linep[1]) == '\0') {
82 } else if (linep[0] == '+' && *skipwhite(&linep[1]) == '\0') {
85 } else if (linep[0] == '-' && *skipwhite(&linep[1]) == '\0') {
102 char *linep; in cvt_blocks()
135 !strchr(linep, 'm') && !strchr(linep, 'M'))
150 if (linep[0] && !cvt_std(linep, &cyls, 0L, dp->lncyl, dp))
239 char *linep; local
404 char *linep; local
[all …]
/dports/devel/schilybase/schily-2021-09-18/sformat/
H A Dio.c56 char *linep; in cvt_std()
78 if (linep[0] == '^' && *skipwhite(&linep[1]) == '\0') {
80 } else if (linep[0] == '$' && *skipwhite(&linep[1]) == '\0') {
82 } else if (linep[0] == '+' && *skipwhite(&linep[1]) == '\0') {
85 } else if (linep[0] == '-' && *skipwhite(&linep[1]) == '\0') {
102 char *linep; in cvt_blocks()
135 !strchr(linep, 'm') && !strchr(linep, 'M'))
150 if (linep[0] && !cvt_std(linep, &cyls, 0L, dp->lncyl, dp))
239 char *linep; local
404 char *linep; local
[all …]
/dports/devel/sccs/schily-2021-09-18/sformat/
H A Dio.c56 char *linep; in cvt_std()
78 if (linep[0] == '^' && *skipwhite(&linep[1]) == '\0') {
80 } else if (linep[0] == '$' && *skipwhite(&linep[1]) == '\0') {
82 } else if (linep[0] == '+' && *skipwhite(&linep[1]) == '\0') {
85 } else if (linep[0] == '-' && *skipwhite(&linep[1]) == '\0') {
102 char *linep; in cvt_blocks()
135 !strchr(linep, 'm') && !strchr(linep, 'M'))
150 if (linep[0] && !cvt_std(linep, &cyls, 0L, dp->lncyl, dp))
239 char *linep; local
404 char *linep; local
[all …]
/dports/net/rscsi/schily-2021-09-18/sformat/
H A Dio.c56 char *linep; in cvt_std()
78 if (linep[0] == '^' && *skipwhite(&linep[1]) == '\0') {
80 } else if (linep[0] == '$' && *skipwhite(&linep[1]) == '\0') {
82 } else if (linep[0] == '+' && *skipwhite(&linep[1]) == '\0') {
85 } else if (linep[0] == '-' && *skipwhite(&linep[1]) == '\0') {
102 char *linep; in cvt_blocks()
135 !strchr(linep, 'm') && !strchr(linep, 'M'))
150 if (linep[0] && !cvt_std(linep, &cyls, 0L, dp->lncyl, dp))
239 char *linep; local
404 char *linep; local
[all …]
/dports/archivers/star/schily-2021-09-18/sformat/
H A Dio.c56 char *linep; in cvt_std()
78 if (linep[0] == '^' && *skipwhite(&linep[1]) == '\0') {
80 } else if (linep[0] == '$' && *skipwhite(&linep[1]) == '\0') {
82 } else if (linep[0] == '+' && *skipwhite(&linep[1]) == '\0') {
85 } else if (linep[0] == '-' && *skipwhite(&linep[1]) == '\0') {
102 char *linep; in cvt_blocks()
135 !strchr(linep, 'm') && !strchr(linep, 'M'))
150 if (linep[0] && !cvt_std(linep, &cyls, 0L, dp->lncyl, dp))
239 char *linep; local
404 char *linep; local
[all …]
/dports/sysutils/cdrtools/schily-2021-09-18/sformat/
H A Dio.c56 char *linep; in cvt_std()
78 if (linep[0] == '^' && *skipwhite(&linep[1]) == '\0') {
80 } else if (linep[0] == '$' && *skipwhite(&linep[1]) == '\0') {
82 } else if (linep[0] == '+' && *skipwhite(&linep[1]) == '\0') {
85 } else if (linep[0] == '-' && *skipwhite(&linep[1]) == '\0') {
102 char *linep; in cvt_blocks()
135 !strchr(linep, 'm') && !strchr(linep, 'M'))
150 if (linep[0] && !cvt_std(linep, &cyls, 0L, dp->lncyl, dp))
239 char *linep; local
404 char *linep; local
[all …]
/dports/editors/ved/schily-2021-09-18/sformat/
H A Dio.c56 char *linep; in cvt_std()
78 if (linep[0] == '^' && *skipwhite(&linep[1]) == '\0') {
80 } else if (linep[0] == '$' && *skipwhite(&linep[1]) == '\0') {
82 } else if (linep[0] == '+' && *skipwhite(&linep[1]) == '\0') {
85 } else if (linep[0] == '-' && *skipwhite(&linep[1]) == '\0') {
102 char *linep; in cvt_blocks()
135 !strchr(linep, 'm') && !strchr(linep, 'M'))
150 if (linep[0] && !cvt_std(linep, &cyls, 0L, dp->lncyl, dp))
239 char *linep; local
404 char *linep; local
[all …]
/dports/devel/smake/schily-2021-09-18/sformat/
H A Dio.c56 char *linep; in cvt_std()
78 if (linep[0] == '^' && *skipwhite(&linep[1]) == '\0') {
80 } else if (linep[0] == '$' && *skipwhite(&linep[1]) == '\0') {
82 } else if (linep[0] == '+' && *skipwhite(&linep[1]) == '\0') {
85 } else if (linep[0] == '-' && *skipwhite(&linep[1]) == '\0') {
102 char *linep; in cvt_blocks()
135 !strchr(linep, 'm') && !strchr(linep, 'M'))
150 if (linep[0] && !cvt_std(linep, &cyls, 0L, dp->lncyl, dp))
239 char *linep; local
404 char *linep; local
[all …]
/dports/sysutils/schilyutils/schily-2021-09-18/sformat/
H A Dio.c56 char *linep; in cvt_std()
78 if (linep[0] == '^' && *skipwhite(&linep[1]) == '\0') {
80 } else if (linep[0] == '$' && *skipwhite(&linep[1]) == '\0') {
82 } else if (linep[0] == '+' && *skipwhite(&linep[1]) == '\0') {
85 } else if (linep[0] == '-' && *skipwhite(&linep[1]) == '\0') {
102 char *linep; in cvt_blocks()
135 !strchr(linep, 'm') && !strchr(linep, 'M'))
150 if (linep[0] && !cvt_std(linep, &cyls, 0L, dp->lncyl, dp))
239 char *linep; local
404 char *linep; local
[all …]
/dports/mail/alpine/alpine-465e23b/pico/
H A Dregion.c118 register LINE *linep; in copyregion() local
136 linep = lforw(linep); in copyregion()
179 linep = lforw(linep); in lowerregion()
185 lputc(linep, loffs, ac); in lowerregion()
224 linep = lforw(linep); in upperregion()
230 lputc(linep, loffs, ac); in upperregion()
328 linep = lforw(linep); in markregion()
355 n = llength(linep); in unmarkbuffer()
357 c = lgetc(linep, n); in unmarkbuffer()
359 lputc(linep, n, c); in unmarkbuffer()
[all …]
/dports/editors/pico-alpine/alpine-465e23b/pico/
H A Dregion.c118 register LINE *linep; in copyregion() local
136 linep = lforw(linep); in copyregion()
179 linep = lforw(linep); in lowerregion()
185 lputc(linep, loffs, ac); in lowerregion()
224 linep = lforw(linep); in upperregion()
230 lputc(linep, loffs, ac); in upperregion()
328 linep = lforw(linep); in markregion()
355 n = llength(linep); in unmarkbuffer()
357 c = lgetc(linep, n); in unmarkbuffer()
359 lputc(linep, n, c); in unmarkbuffer()
[all …]
/dports/editors/vim/vim-8.2.3745/src/libvterm/t/
H A Dharness.c738 linep++; in main()
785 linep++; in main()
797 linep++; in main()
800 linep++; in main()
831 linep++; in main()
835 linep++; in main()
846 linep++; in main()
850 linep++; in main()
863 linep++; in main()
866 linep++; in main()
[all …]
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/libvterm/t/
H A Dharness.c584 linep++; in main()
630 linep++; in main()
640 linep++; in main()
643 linep++; in main()
673 linep++; in main()
677 linep++; in main()
687 linep++; in main()
691 linep++; in main()
699 linep++; in main()
730 linep++; in main()
[all …]
/dports/devel/libvterm/libvterm-0.1.1/t/
H A Dharness.c584 linep++; in main()
630 linep++; in main()
640 linep++; in main()
643 linep++; in main()
673 linep++; in main()
677 linep++; in main()
687 linep++; in main()
691 linep++; in main()
699 linep++; in main()
730 linep++; in main()
[all …]
/dports/mail/aerc/aerc-0.4.0/vendor/github.com/ddevault/go-libvterm/libvterm/t/
H A Dharness.c584 linep++; in main()
630 linep++; in main()
640 linep++; in main()
643 linep++; in main()
673 linep++; in main()
677 linep++; in main()
687 linep++; in main()
691 linep++; in main()
699 linep++; in main()
730 linep++; in main()
[all …]
/dports/security/gpgme/gpgme-1.15.1/src/
H A Dgpgme-w32spawn.c281 char *linep; in translate_get_from_file() local
300 if (linep) in translate_get_from_file()
302 if (linep > line && linep[-1] == '\r') in translate_get_from_file()
303 linep--; in translate_get_from_file()
306 linep = line; in translate_get_from_file()
319 linep++; in translate_get_from_file()
325 linep++; in translate_get_from_file()
340 linep = tail; in translate_get_from_file()
343 linep++; in translate_get_from_file()
352 linep++; in translate_get_from_file()
[all …]
/dports/security/gpgme-qt5/gpgme-1.15.1/src/
H A Dgpgme-w32spawn.c281 char *linep; in translate_get_from_file() local
300 if (linep) in translate_get_from_file()
302 if (linep > line && linep[-1] == '\r') in translate_get_from_file()
303 linep--; in translate_get_from_file()
306 linep = line; in translate_get_from_file()
319 linep++; in translate_get_from_file()
325 linep++; in translate_get_from_file()
340 linep = tail; in translate_get_from_file()
343 linep++; in translate_get_from_file()
352 linep++; in translate_get_from_file()
[all …]
/dports/security/gpgme-cpp/gpgme-1.15.1/src/
H A Dgpgme-w32spawn.c281 char *linep; in translate_get_from_file() local
300 if (linep) in translate_get_from_file()
302 if (linep > line && linep[-1] == '\r') in translate_get_from_file()
303 linep--; in translate_get_from_file()
306 linep = line; in translate_get_from_file()
319 linep++; in translate_get_from_file()
325 linep++; in translate_get_from_file()
340 linep = tail; in translate_get_from_file()
343 linep++; in translate_get_from_file()
352 linep++; in translate_get_from_file()
[all …]
/dports/security/py-gpgme/gpgme-1.15.1/src/
H A Dgpgme-w32spawn.c281 char *linep; in translate_get_from_file() local
300 if (linep) in translate_get_from_file()
302 if (linep > line && linep[-1] == '\r') in translate_get_from_file()
303 linep--; in translate_get_from_file()
306 linep = line; in translate_get_from_file()
319 linep++; in translate_get_from_file()
325 linep++; in translate_get_from_file()
340 linep = tail; in translate_get_from_file()
343 linep++; in translate_get_from_file()
352 linep++; in translate_get_from_file()
[all …]
/dports/sysutils/cdrkit/cdrkit-1.1.11/readom/
H A Dio.c79 if (linep[0] == '?') { in cvt_std()
91 if (linep[0] == '^' && *skipwhite(&linep[1]) == '\0') { in cvt_std()
93 } else if (linep[0] == '$' && *skipwhite(&linep[1]) == '\0') { in cvt_std()
95 } else if (linep[0] == '+' && *skipwhite(&linep[1]) == '\0') { in cvt_std()
98 } else if (linep[0] == '-' && *skipwhite(&linep[1]) == '\0') { in cvt_std()
101 } else if (*astol(linep, &l)) { in cvt_std()
102 printf("Not a number: '%s'.\n", linep); in cvt_std()
127 char *linep; in getvalue() local
136 linep = skipwhite(line); in getvalue()
141 if (linep[0] == '\0' && *lp != -1L) in getvalue()
[all …]

12345678910>>...23