/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/bin/stty/ |
modes.c | 58 tcflag_t unset; member in struct:specialmodes 183 *f &= ~smp->unset;
|
/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/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/bin/csh/ |
set.c | 539 unset(Char **v, struct command *t) function in typeref:typename:void
|
/src/usr.bin/mail/ |
cmd3.c | 731 * Unset a bunch of variable values. 734 unset(void *v) function in typeref:typename:PUBLIC int
|
/src/bin/ksh/ |
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/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;
|