Home
last modified time | relevance | path

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

12345678910>>...137

/netbsd/src/external/bsd/tmux/dist/
Dutf8.c539 enum utf8_state more; local
543 if ((more = utf8_open(&ud, *src)) == UTF8_MORE) {
544 while (++src < end && more == UTF8_MORE)
545 more = utf8_append(&ud, *src);
546 if (more == UTF8_DONE) {
605 enum utf8_state more; local
609 if ((more = utf8_open(&ud, *s)) == UTF8_MORE) {
610 while (++s < end && more == UTF8_MORE)
611 more = utf8_append(&ud, *s);
612 if (more == UTF8_DONE)
[all …]
Dformat-draw.c726 enum utf8_state more; in format_draw() local
789 if ((more = utf8_open(ud, *cp)) == UTF8_MORE) { in format_draw()
790 while (*++cp != '\0' && more == UTF8_MORE) in format_draw()
791 more = utf8_append(ud, *cp); in format_draw()
792 if (more != UTF8_DONE) in format_draw()
797 if (more != UTF8_DONE) { in format_draw()
1080 enum utf8_state more; in format_width() local
1094 } else if ((more = utf8_open(&ud, *cp)) == UTF8_MORE) { in format_width()
1095 while (*++cp != '\0' && more == UTF8_MORE) in format_width()
1096 more = utf8_append(&ud, *cp); in format_width()
[all …]
/netbsd/src/external/bsd/bzip2/dist/
Dbzmore10 *less) more=less ;;
11 *) more=more ;;
37 bzip2 -cdfq | eval $more
55 bzip2 -cdfq "$FILE" | eval $more
/netbsd/src/usr.bin/sed/
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/src/external/bsd/wpa/dist/src/common/
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/src/distrib/notes/
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/src/libexec/makewhatis/
Dmakewhatis.c962 size_t more; in parsemanpage() local
980 more = strlen(ptr); in parsemanpage()
981 if ((more > 1) && (ptr[more - 1] == ',') && in parsemanpage()
982 ISSPACE(ptr[more - 2])) { in parsemanpage()
983 ptr[--more] = '\0'; in parsemanpage()
984 ptr[more - 1] = ','; in parsemanpage()
987 (void) memmove(&buffer[length], ptr, more + 1); in parsemanpage()
988 length += more; in parsemanpage()
999 int more; in parsemanpage() local
1020 more = strlen(ptr) + 1; in parsemanpage()
[all …]
/netbsd/src/sys/arch/mips/mips/
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/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dlong-inferior-output.exp49 set more 1
51 while {$more} {
52 set more 0
58 set more 1
/netbsd/src/usr.sbin/inetd/
Dparse.c406 more: in getconfigent()
446 goto more; in getconfigent()
453 goto more; in getconfigent()
465 goto more; in getconfigent()
468 goto more; in getconfigent()
494 goto more; in getconfigent()
521 goto more; in getconfigent()
542 goto more; in getconfigent()
564 goto more; in getconfigent()
588 goto more; in getconfigent()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
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()
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/src/share/doc/standards/xopen/
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/src/external/bsd/ntp/dist/scripts/calc_tickadj/
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/src/external/bsd/ntp/dist/scripts/ntp-wait/
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/src/external/bsd/ntp/dist/scripts/ntptrace/
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/src/external/bsd/ntp/dist/scripts/
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'};
Dsummary-opts20 my $pager = $ENV{PAGER} || '(less || more)';
38 'help' => '', 'more-help' => ''
44 'help|?', 'more-help'));
57 --more-help Pass the extended usage text through a pager
64 paged_usage(0) if $opts->{'more-help'};
Dinvoke-summary.texi36 (@option{--help}) or the @code{more-help} option (@option{--more-help}). @code{more-help} will pri…
38 @code{more-help} is disabled on platforms without a working
40 used to select the program, defaulting to @file{more}. Both will exit
55 --more-help Pass the extended usage text through a pager
92 Process all files with the date suffix more or equal to value of
/netbsd/src/external/bsd/ntp/dist/scripts/ntpsweep/
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/src/distrib/mac68k/instkernel/ramdisk/
Dlist51 PROG usr/bin/more usr/bin/less
62 SPECIAL more srcdir distrib/utils/more
80 COPY ${NOTESOBJDIR}/INSTALL.more INSTALL.more
/netbsd/src/external/bsd/file/dist/
DTODO2 They are more visible there, so please add any further TODOs to that
14 required for soft magic, not the more detailed information given by
18 Read the kerberos magic entry for more ideas.
39 - We could use file_pipe2file more (for EOF offsets, CDF documents),
41 - The implementation of struct buffer needs re-thinking and more work.
/netbsd/src/distrib/i386/ramdisks/ramdisk-rescuetiny/
Dlist12 PROG usr/bin/more usr/bin/less
17 SPECIAL more srcdir distrib/utils/more
/netbsd/src/bin/ksh/
Dexpand.h33 int more = ((xp) + (n)) - (xs).end; \
34 if (more > 0) \
35 xp = Xcheck_grow_(&xs, xp, more); \
56 char * Xcheck_grow_ ARGS((XString *xsp, char *xp, int more));
/netbsd/src/distrib/i386/ramdisks/ramdisk-small/
Dlist16 PROG usr/bin/more usr/bin/less
22 SPECIAL more srcdir distrib/utils/more

12345678910>>...137