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

1 2

  /src/usr.sbin/lpr/lpd/
modes.c 51 long unset; member in struct:modes
208 ip->t.c_cflag &= ~mp->unset;
215 ip->t.c_iflag &= ~mp->unset;
222 ip->t.c_lflag &= ~mp->unset;
229 ip->t.c_oflag &= ~mp->unset;
  /src/sys/modules/arch/
compatsubdir.mk 15 MAKEDIRTARGETENV+= unset MAKEOBJDIRPREFIX &&
  /src/sys/arch/alpha/stand/setnetbootinfo/
setnetbootinfo.c 50 int verbose, force, unset; variable in typeref:typename:int
97 unset = 1;
112 if (unset && (force || host != NULL || addr != NULL))
115 if (unset) {
158 if (unset)
213 netbbinfop->set = unset ? 0 : 1;
  /src/compat/
compatsubdir.mk 17 MAKEDIRTARGETENV+= unset MAKEOBJDIRPREFIX &&
  /src/sys/arch/acorn32/stand/lib/
Makefile.inc 23 cd ${RISCOSDIR} && MAKEOBJDIRPREFIX= && unset MAKEOBJDIRPREFIX && \
  /src/sys/arch/hppa/spmath/
Makefile.inc 16 cd ${SPMATHDIR} && MAKEOBJDIRPREFIX= && unset MAKEOBJDIRPREFIX && \
  /src/sys/arch/i386/stand/lib/
Makefile.inc 25 cd ${I386DIR} && MAKEOBJDIRPREFIX= && unset MAKEOBJDIRPREFIX && \
  /src/sys/arch/ia64/stand/efi/libefi/
Makefile.inc 23 cd ${EFIDIR} && MAKEOBJDIRPREFIX= && unset MAKEOBJDIRPREFIX && \
  /src/bin/csh/
init.c 103 { "unset", unset, 1, INF },
extern.h 288 void unset(Char **, struct command *);
set.c 539 unset(Char **v, struct command *t) function in typeref:typename:void
  /src/bin/stty/
modes.c 58 tcflag_t unset; member in struct:specialmodes
183 *f &= ~smp->unset;
  /src/sys/external/isc/libsodium/dist/contrib/
Findsodium.cmake 39 unset(sodium_LIBRARY CACHE)
40 unset(sodium_LIBRARY_DEBUG CACHE)
41 unset(sodium_LIBRARY_RELEASE CACHE)
42 unset(sodium_DLL_DEBUG CACHE)
43 unset(sodium_DLL_RELEASE CACHE)
  /src/usr.bin/make/unit-tests/
shell-csh.mk 35 # In the C shell, "unset verbose" is set as the noPrint command.
  /src/bin/sh/
option.list 43 uflag nounset u # expanding unset var is an error
  /src/bin/ksh/
mail.c 201 unset(vp, 0);
proto.h 266 void unset ARGS((struct tbl *, int));
c_sh.c 689 if (unset_var) { /* unset variable */
696 unset(vp, strchr(id, '[') ? 1 : 0);
697 } else { /* unset function */
905 {"*=unset", c_unset},
var.c 764 /* Unset a variable. array_ref is set if there was an array reference in
768 unset(vp, array_ref) function
787 /* If foo[0] is being unset, the remainder of the array is kept... */
1250 unset(vp, 0);
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/
CMakeLists.txt 11 unset(XASFAP_LENGTH)
  /src/usr.bin/mail/
extern.h 119 int unset(void *);
cmdtab.c 78 { "unset", unset, 0, CMP(S) T|M|RAWLIST, 1, 1000 },
  /src/sys/external/bsd/drm/dist/
configure.ac 95 unset libdrm_cv_warn_cflags
  /src/usr.sbin/mtree/
spec.c 102 static void unset(char *, NODE *);
139 /* Grab file name, "$", "set", or "unset". */
149 else if (strcmp(p + 1, "unset") == 0)
150 unset(next, &ginfo);
706 unset(char *t, NODE *ip) function in typeref:typename:void
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_sdma_v4_0.c 917 int i, unset = 0; local in function:sdma_v4_0_gfx_stop
922 if ((adev->mman.buffer_funcs_ring == sdma[i]) && unset != 1) {
924 unset = 1;
962 bool unset = false; local in function:sdma_v4_0_page_stop
968 (unset == false)) {
970 unset = true;

Completed in 96 milliseconds

1 2