HomeSort by: relevance | last modified time | path
    Searched refs:working (Results 1 - 25 of 170) sorted by relevancy

1 2 3 4 5 6 7

  /src/lib/libcurses/
get_wch.c 86 *working = &_cursesi_screen->cbuf_cur, local
110 *working = *start;
114 "current(%d), end(%d)\n", *start, *working, *end);
116 k = inbuf[*working];
117 *working = (*working + 1) % MAX_CBUF_SIZE;
118 if (*working == *end) { /* see if run out of keys */
124 *start, *working, *end);
160 *start, *working, *end);
163 *working = *end
    [all...]
getch.c 211 static int start, end, working; /* pointers for manipulating inbuf data */ variable
445 start = end = working = 0;
563 working = start;
564 inbuf[working] = k;
565 INC_POINTER(working);
566 end = working;
572 k = inbuf[working];
573 INC_POINTER(working);
574 if (working == end) { /* see if we have run
614 inbuf[working] = k
    [all...]
  /src/lib/libform/
type_ipv4.c 65 unsigned long hex_val, working; local
119 working = hex_val;
121 vals[i] = (unsigned int)(working & 0xffUL);
122 working = working >> 8;
  /src/sys/arch/sparc64/doc/
TODO 17 - ldom virtual network interface (vnet) is working
19 - the sysinst tool starts, disk setup is working, network configuration is working,
  /src/share/mk/
bsd.ioconf.mk 15 # keep builds working while hashing out some of the experimental
  /src/usr.sbin/makefs/cd9660/
iso9660_rrip.c 208 int ca_used, susp_used, susp_used_pre_ce, working; local
212 working = 254 - space;
215 working -= node->su_tail_size + 4;
216 /* printf("There are %i bytes to work with\n",working); */
221 if (working < 0)
227 working -= CD9660_SUSP_ENTRY_SIZE(temp);
228 if (working >= 0) {
232 if (working >= 28) {
243 if (working <= 0) {
738 int working,len local
    [all...]
  /src/usr.bin/make/unit-tests/
varname-dot-curdir.mk 4 # canonical path of the current working directory, when make started.
var-op-assign.mk 90 # line, since any commands run after that are probably working with
  /src/external/gpl2/xcvs/dist/src/
history.c 86 * printed. "-w" forces the "working dir" to be used in the
201 char *dir; /* "Compressed" Working dir (In history record) */
238 static short working; variable
308 " -w Working directory must match\n",
324 - Then sort by file. "File" is "repository/file" unless "working" is set,
356 if (working)
461 case 'w': /* Match Working Dir (CurDir) fields */
462 working = 1;
611 if (working)
694 working = 0; /* User's workdir doesn't count here *
    [all...]
  /src/external/gpl3/gcc.old/dist/fixincludes/
mkheaders.in 97 echo mkheaders: please rerun with CONFIG_SHELL set to a working Bourne shell >&2
  /src/external/gpl3/gcc/dist/fixincludes/
mkheaders.in 97 echo mkheaders: please rerun with CONFIG_SHELL set to a working Bourne shell >&2
  /src/tests/bin/sh/
t_varval.sh 79 atf_set "descr" "Check that this test has a hope of working. " \
  /src/external/bsd/ntp/dist/ntpsnmpd/
ntpsnmpd-opts.def 70 is the temporary working space for this project.
  /src/external/lgpl3/gmp/dist/mpn/x86/
copyd.asm 46 C Copy src,size to dst,size, working from high to low addresses.
copyi.asm 46 C Copy src,size to dst,size, working from low to high addresses.
  /src/external/gpl3/binutils/dist/bfd/
configure.com 222 /* Define if you have a working `mmap' system call. */
  /src/external/gpl3/binutils.old/dist/bfd/
configure.com 222 /* Define if you have a working `mmap' system call. */
  /src/external/gpl3/gdb/dist/bfd/
configure.com 222 /* Define if you have a working `mmap' system call. */
  /src/external/gpl3/gdb.old/dist/bfd/
configure.com 222 /* Define if you have a working `mmap' system call. */
  /src/tests/usr.bin/xlint/lint1/
check-expect.lua 10 expected in the current working directory.
  /src/external/apache2/llvm/dist/libcxx/utils/ci/
run-buildbot 26 to figure it out based on the current working directory.
  /src/external/bsd/nvi/dist/dist/ExtUtils/
Embed.pm 327 If you have a working B<DynaLoader> then there is rarely any need to statically link in any
  /src/external/gpl3/gcc.old/dist/maintainer-scripts/
gcc_release 74 -d destination Local working directory where we will build the release
786 # Remove working directory
  /src/external/gpl3/gcc/dist/maintainer-scripts/
gcc_release 74 -d destination Local working directory where we will build the release
786 # Remove working directory
  /src/external/bsd/ntp/dist/ntpd/
ntpd-opts.def 49 specify a working, although limited, configuration entirely on the

Completed in 46 milliseconds

1 2 3 4 5 6 7