Searched refs:more (Results 1 - 25 of 91) sorted by relevance

1234

/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dbunsetsu.c194 d->more.todo = 1;
195 d->more.ch = d->ch;
196 d->more.fnum = CANNA_FN_FunctionalInsert;
204 d->more.todo = 1;
205 d->more.ch = d->ch;
206 d->more.fnum = CANNA_FN_QuotedInsert;
214 d->more.todo = 1;
215 d->more.ch = d->ch;
216 d->more.fnum = CANNA_FN_KillToEndOfLine;
H A Dhex.c77 d->more.todo = 1;
78 d->more.ch = d->ch;
79 d->more.fnum = CANNA_FN_Kakutei;
83 d->more.todo = 1;
84 d->more.ch = d->ch;
85 d->more.fnum = CANNA_FN_DeletePrevious;
H A Dichiran.c262 if (!cannaconf.stayAfterValidate && !d->more.todo) {
263 d->more.todo = 1;
264 d->more.ch = 0;
265 d->more.fnum = CANNA_FN_Forward;
860 -- Do determine from the candidate list, then do one more function.
879 d->more.todo = 1;
880 d->more.ch = d->ch;
881 d->more.fnum = func;
897 d->more.todo = 1;
898 d->more
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizerAddOn.h23 virtual status_t AutoStart(int count, BMediaNode** node, int32* id, bool* more);
H A DEqualizerAddOn.cpp94 EqualizerAddOn::AutoStart(int count, BMediaNode** node, int32* id, bool* more) argument
/haiku-fatelf/src/bin/network/wget/tests/
H A DTest-ftp-bad-list.px16 Some more text.
H A DTest-ftp-recursive.px16 Some more text.
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdb_mbuild.sh18 # GNU General Public License for more details.
35 -v Be more (and more, and more) verbose.
91 # Be more, and more, and more, verbose
/haiku-fatelf/src/add-ons/media/media-add-ons/vst_host/
H A DVSTAddOn.h24 virtual status_t AutoStart(int count, BMediaNode** node, int32* id, bool* more);
/haiku-fatelf/src/add-ons/kernel/drivers/disk/virtual/nbd/
H A Dnbd-server.py43 more = self.sock.recv(nbytes - len(rv))
44 if more == '': raise Error(nbytes)
45 rv += more
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dstreambuf.cc13 GNU General Public License for more details.
76 register int more = n; local
80 if (count > more)
81 count = more;
83 more -= count;
85 if (more == 0 || __underflow(this) == EOF)
88 return n - more;
/haiku-fatelf/src/add-ons/kernel/busses/scsi/usb/
H A DTODO17 #10) Make reservation of devices more flexible (can switch it off).
19 #12) Timeouts should be more adequate
39 #32) deactivate automatic READ(10)->READ(6) switching. Looks like it's makes more problems than solves.
41 #34) Tracing in protocols implementations should be more generic ...
/haiku-fatelf/src/bin/coreutils/man/
H A Druncon.x5 transitioned security context modified by one or more of LEVEL,
/haiku-fatelf/src/bin/zip/
H A Ddeflate.c29 * is preferable to spend more time in matches to allow very fast string
35 * A previous version of this file used a more sophisticated algorithm
37 * time, but has a larger average cost, uses more memory and is patented.
473 * necessary to put more guard bytes at the end of the window, or
474 * to check more often for insufficient lookahead.
591 unsigned more; /* Amount of free space at the end of the window. */ local
594 more = (unsigned)(window_size - (ulg)lookahead - (ulg)strstart);
599 if (more == (unsigned)EOF) {
603 more--;
618 * more
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Dwheel-gen.pl14 # GNU General Public License for more details.
85 define the wheel. For more information, see
/haiku-fatelf/src/bin/gawk/
H A Dansi2knr.c241 char *more; local
319 more = ++line;
324 switch ( *skipspace(ppdirforward(more), 1) )
329 fputs(more, out);
338 /* more might be. */
340 strcpy(buf, more);
376 * Skip forward or backward over one or more preprocessor directives.
/haiku-fatelf/src/libs/print/libprint/
H A DGraphicsDriver.cpp460 bool more; local
463 more = (*it)->enumObject(&picture_data);
468 } while (more);
538 bool more; local
540 more = spoolData->enumObject(&page_data);
543 } while (more && --nup);
545 return more;
559 bool more; local
565 more = true;
590 more
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A Dgenops.c12 Lesser General Public License for more details.
450 _IO_size_t more = n; variable
451 if (more <= 0)
459 if ((_IO_size_t) count > more)
460 count = more;
481 more -= count;
483 if (more == 0 || _IO_OVERFLOW (f, (unsigned char) *s++) == EOF)
485 more--;
487 return n - more;
508 _IO_size_t more variable
[all...]
H A Dwgenops.c14 Lesser General Public License for more details.
322 _IO_size_t more = n; variable
323 if (more <= 0)
332 if ((_IO_size_t) count > more)
333 count = more;
355 more -= count;
357 if (more == 0 || __woverflow (f, *s++) == WEOF)
359 more--;
361 return n - more;
372 _IO_size_t more variable
[all...]
/haiku-fatelf/src/bin/gzip/
H A Ddeflate.c25 * is preferable to spend more time in matches to allow very fast string
31 * A previous version of this file used a more sophisticated algorithm
33 * time, but has a larger average cost, uses more memory and is patented.
416 * necessary to put more guard bytes at the end of the window, or
417 * to check more often for insufficient lookahead.
519 unsigned more = (unsigned)(window_size - (ulg)lookahead - (ulg)strstart); local
525 if (more == (unsigned)EOF) {
529 more--;
532 * more == 0 with more
[all...]
/haiku-fatelf/src/bin/sharutils/src/
H A Duuencode.c12 GNU General Public License for more details.
211 fprintf (stderr, _("Try `%s --help' for more information.\n"),
/haiku-fatelf/src/documentation/docbook-xsl/
H A Dinstall.sh405 files in this distribution, you need to update one or more
776 For more information, see the "How to use a catalog file" section
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Ddeflate.c19 * is preferable to spend more time in matches to allow very fast string
25 * A previous version of this file used a more sophisticated algorithm
27 * time, but has a larger average cost, uses more memory and is patented.
68 need_more, /* block not completed, need more input or more output */
70 finish_started, /* finish started, need only more output at next deflate */
71 finish_done /* finish done, accept no more input or output */
493 * more output space, but possibly with both pending and
511 /* User must not provide more input after the first FINISH: */
799 * necessary to put more guar
972 unsigned more; /* Amount of free space at the end of the window. */ local
[all...]
/haiku-fatelf/src/bin/bash/support/
H A Dbashbug.sh20 # GNU General Public License for more details.
234 echo "$0: Please use a more descriptive subject header."
/haiku-fatelf/src/bin/gdb/gdb/config-x86/
H A Dobserver.inc15 GNU General Public License for more details.

Completed in 301 milliseconds

1234