Home
last modified time | relevance | path

Searched refs:more (Results 1 – 25 of 4708) sorted by relevance

12345678910>>...189

/netbsd/external/bsd/tmux/dist/
H A Dutf8.c303 enum utf8_state more; local
310 if (more == UTF8_DONE) {
369 enum utf8_state more; local
375 more = utf8_append(&ud, *s);
376 if (more == UTF8_DONE)
397 enum utf8_state more; local
406 if (more == UTF8_DONE) {
461 enum utf8_state more; local
468 if (more == UTF8_DONE) {
506 enum utf8_state more; local
[all …]
H A Dformat-draw.c716 enum utf8_state more; in format_draw() local
781 more = utf8_append(ud, *cp); in format_draw()
782 if (more != UTF8_DONE) in format_draw()
787 if (more != UTF8_DONE) { in format_draw()
1042 enum utf8_state more; in format_width() local
1058 more = utf8_append(&ud, *cp); in format_width()
1059 if (more == UTF8_DONE) in format_width()
1084 enum utf8_state more; in format_trim_left() local
1115 if (more == UTF8_DONE) { in format_trim_left()
1146 enum utf8_state more; in format_trim_right() local
[all …]
/netbsd/external/bsd/unbound/dist/testdata/tcp_reuse.tdir/
H A Dtcp_reuse.test166 echo "> query a1.more.net a2.more.net a3.more.net a4.more.net a5.more.net"
167 …eamtcp -a -f 127.0.0.1@$UNBOUND_PORT a1.more.net A IN a2.more.net A IN a3.more.net A IN a4.more.ne…
178 for x in a1.more.net a2.more.net a3.more.net a4.more.net a5.more.net; do
196 echo "> query a7.more.net"
197 $PRE/streamtcp -a -f 127.0.0.1@$UNBOUND_PORT a7.more.net A IN >outfile 2>&1
208 for x in a7.more.net; do
223 echo "> query a11.more.net a12.more.net dropconn.drop.net a14.more.net a15.more.net"
224 …p -a -f 127.0.0.1@$UNBOUND_PORT a11.more.net A IN a12.more.net A IN dropconn.drop.net A IN a14.mor…
/netbsd/external/bsd/unbound/dist/testdata/tls_reuse.tdir/
H A Dtls_reuse.test166 echo "> query a1.more.net a2.more.net a3.more.net a4.more.net a5.more.net"
167 …eamtcp -a -f 127.0.0.1@$UNBOUND_PORT a1.more.net A IN a2.more.net A IN a3.more.net A IN a4.more.ne…
178 for x in a1.more.net a2.more.net a3.more.net a4.more.net a5.more.net; do
196 echo "> query a7.more.net"
197 $PRE/streamtcp -a -f 127.0.0.1@$UNBOUND_PORT a7.more.net A IN >outfile 2>&1
208 for x in a7.more.net; do
223 echo "> query a11.more.net a12.more.net dropconn.drop.net a14.more.net a15.more.net"
224 …p -a -f 127.0.0.1@$UNBOUND_PORT a11.more.net A IN a12.more.net A IN dropconn.drop.net A IN a14.mor…
/netbsd/external/bsd/bzip2/dist/
H A Dbzmore10 *less) more=less ;;
11 *) more=more ;;
37 bzip2 -cdfq | eval $more
55 bzip2 -cdfq "$FILE" | eval $more
/netbsd/usr.bin/sed/
H A Dmain.c243 cu_fgets(char *buf, int n, int *more) in cu_fgets() argument
255 if (more != NULL) in cu_fgets()
256 *more = 0; in cu_fgets()
285 if (more != NULL) in cu_fgets()
286 *more = !feof(f); in cu_fgets()
301 if (more != NULL) in cu_fgets()
302 *more = 1; in cu_fgets()
315 if (more != NULL) in cu_fgets()
316 *more = 0; in cu_fgets()
324 if (more != NULL) in cu_fgets()
[all …]
/netbsd/external/bsd/wpa/dist/src/common/
H A Dgas.c49 u8 more, u16 comeback_delay, size_t size) in gas_build_resp() argument
62 wpabuf_put_u8(buf, frag_id | (more ? 0x80 : 0)); in gas_build_resp()
79 gas_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, in gas_build_comeback_resp() argument
83 status_code, frag_id, more, comeback_delay, in gas_build_comeback_resp()
169 u8 frag_id, u8 more, in gas_anqp_build_comeback_resp() argument
175 frag_id, more, comeback_delay, 4 + size); in gas_anqp_build_comeback_resp()
189 u8 frag_id, u8 more, in gas_anqp_build_comeback_resp_buf() argument
196 more, comeback_delay, in gas_anqp_build_comeback_resp_buf()
/netbsd/distrib/notes/
H A DMakefile.inc23 TARGS= ${TARG}.ps ${TARG}.txt ${TARG}.html ${TARG}.more
25 ${TARG}.more.toc
77 ARGS_MORE= ${PRESET} -dformat=more -P-h -Tascii -mtty-char
92 TOC.more= ${TOCS:M*.more.*}
111 ${TARG}.more: ${SRCS} ${TOC.more} ${DISTRIBVERDEP}
133 ${TARG}.more.toc: ${SRCS}
/netbsd/libexec/makewhatis/
H A Dmakewhatis.c962 size_t more; in parsemanpage() local
980 more = strlen(ptr); in parsemanpage()
981 if ((more > 1) && (ptr[more - 1] == ',') && in parsemanpage()
988 length += more; in parsemanpage()
999 int more; in parsemanpage() local
1021 offset += more; in parsemanpage()
1051 int more; in parsemanpage() local
1079 more = strlen(ptr); in parsemanpage()
1080 if ((more > 1) && (ptr[more - 1] == ',') && in parsemanpage()
1085 else more++; in parsemanpage()
[all …]
/netbsd/sys/arch/mips/mips/
H A Dmips_stacktrace.c286 int more, stksize; in stacktrace_subr() local
391 more = 3; in stacktrace_subr()
394 for (va = subr; more; va += sizeof(int), in stacktrace_subr()
395 more = (more == 3) ? 3 : more - 1) { in stacktrace_subr()
407 more = 2; /* stop after next instruction */ in stacktrace_subr()
428 more = 1; /* stop now */ in stacktrace_subr()
440 more = 2; /* stop after next instruction */ in stacktrace_subr()
450 more = 2; /* stop after next instruction */ in stacktrace_subr()
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dlong-inferior-output.exp53 set more 1
55 while {$more} {
56 set more 0
62 set more 1
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dlong-inferior-output.exp53 set more 1
55 while {$more} {
56 set more 0
62 set more 1
/netbsd/usr.sbin/inetd/
H A Dparse.c406 more: in getconfigent()
446 goto more; in getconfigent()
453 goto more; in getconfigent()
521 goto more; in getconfigent()
588 goto more; in getconfigent()
695 goto more; in getconfigent()
703 goto more; in getconfigent()
734 goto more; in getconfigent()
742 goto more; in getconfigent()
765 goto more; in getconfigent()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Ddata-streamer.c55 int more, half_byte; in bp_pack_var_len_int() local
62 more = !((work == 0 && (half_byte & 0x4) == 0) in bp_pack_var_len_int()
64 if (more) in bp_pack_var_len_int()
69 while (more); in bp_pack_var_len_int()
H A Ddata-streamer.cc55 int more, half_byte; in bp_pack_var_len_int() local
62 more = !((work == 0 && (half_byte & 0x4) == 0) in bp_pack_var_len_int()
64 if (more) in bp_pack_var_len_int()
69 while (more); in bp_pack_var_len_int()
H A Ddata-streamer-out.c300 bool more; in streamer_write_hwi_stream() local
306 more = !(work == 0 || work == -1); in streamer_write_hwi_stream()
307 if (more) in streamer_write_hwi_stream()
318 while (more && left_in_block > 0); in streamer_write_hwi_stream()
319 if (more) in streamer_write_hwi_stream()
329 more = !(work == 0 || work == -1); in streamer_write_hwi_stream()
330 if (more) in streamer_write_hwi_stream()
340 while (more); in streamer_write_hwi_stream()
H A Ddata-streamer-out.cc309 bool more; in streamer_write_hwi_stream() local
315 more = !(work == 0 || work == -1); in streamer_write_hwi_stream()
316 if (more) in streamer_write_hwi_stream()
327 while (more && left_in_block > 0); in streamer_write_hwi_stream()
328 if (more) in streamer_write_hwi_stream()
338 more = !(work == 0 || work == -1); in streamer_write_hwi_stream()
339 if (more) in streamer_write_hwi_stream()
349 while (more); in streamer_write_hwi_stream()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Ddata-streamer.c55 int more, half_byte; in bp_pack_var_len_int() local
62 more = !((work == 0 && (half_byte & 0x4) == 0) in bp_pack_var_len_int()
64 if (more) in bp_pack_var_len_int()
69 while (more); in bp_pack_var_len_int()
H A Ddata-streamer-out.c300 bool more; in streamer_write_hwi_stream() local
306 more = !(work == 0 || work == -1); in streamer_write_hwi_stream()
307 if (more) in streamer_write_hwi_stream()
318 while (more && left_in_block > 0); in streamer_write_hwi_stream()
319 if (more) in streamer_write_hwi_stream()
329 more = !(work == 0 || work == -1); in streamer_write_hwi_stream()
330 if (more) in streamer_write_hwi_stream()
340 while (more); in streamer_write_hwi_stream()
/netbsd/share/doc/standards/xopen/
H A DMakefile5 TARGS+= ${i}.ps ${i}.txt ${i}.html ${i}.more
13 ARGS_MORE= ${GFLAGS} -dformat=more -P-h -Tascii
29 ${i}.more: ${i}
37 @echo ${.OBJDIR}/${TARG}.more
/netbsd/external/bsd/ntp/dist/scripts/calc_tickadj/
H A Dcalc_tickadj-opts20 my $pager = $ENV{PAGER} || '(less || more)';
34 'help' => '', 'more-help' => ''
39 'help|?', 'more-help'));
48 --more-help Pass the extended usage text through a pager
55 paged_usage(0) if $opts->{'more-help'};
/netbsd/external/bsd/ntp/dist/scripts/ntp-wait/
H A Dntp-wait-opts20 my $pager = $ENV{PAGER} || '(less || more)';
35 'help' => '', 'more-help' => ''
40 'help|?', 'more-help'));
50 --more-help Pass the extended usage text through a pager
57 paged_usage(0) if $opts->{'more-help'};
/netbsd/external/bsd/ntp/dist/scripts/ntptrace/
H A Dntptrace-opts20 my $pager = $ENV{PAGER} || '(less || more)';
35 'help' => '', 'more-help' => ''
40 'help|?', 'more-help'));
50 --more-help Pass the extended usage text through a pager
57 paged_usage(0) if $opts->{'more-help'};
/netbsd/external/bsd/ntp/dist/scripts/ntpsweep/
H A Dntpsweep-opts20 my $pager = $ENV{PAGER} || '(less || more)';
37 'help' => '', 'more-help' => ''
43 'help|?', 'more-help'));
55 --more-help Pass the extended usage text through a pager
62 paged_usage(0) if $opts->{'more-help'};
/netbsd/external/bsd/ntp/dist/scripts/
H A Dplot_summary-opts20 my $pager = $ENV{PAGER} || '(less || more)';
39 'help' => '', 'more-help' => ''
46 'help|?', 'more-help'));
61 --more-help Pass the extended usage text through a pager
68 paged_usage(0) if $opts->{'more-help'};

12345678910>>...189