Searched refs:unset (Results 1 - 25 of 76) sorted by relevance

1234

/macosx-10.10/BerkeleyDB-21/db/os_qnx/
H A Dos_qnx_fsync.c31 int fd, unset, flags; local
34 unset = 1;
46 unset = 0;
59 if (unset) {
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Denv_test.cpp69 ATF_TEST_CASE(unset); variable
70 ATF_TEST_CASE_HEAD(unset)
72 set_md_var("descr", "Tests the unset function");
74 ATF_TEST_CASE_BODY(unset)
77 atf::env::unset("PATH");
90 ATF_ADD_TEST_CASE(tcs, unset);
H A Denv.hpp79 void unset(const std::string&);
H A Denv.cpp68 impl::unset(const std::string& name) function in class:impl
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Denv_test.c92 ATF_TC(unset); variable
93 ATF_TC_HEAD(unset, tc)
97 ATF_TC_BODY(unset, tc)
113 ATF_TP_ADD_TC(tp, unset);
/macosx-10.10/ntp-92/libntp/
H A Diosignal.c404 sigset_t unset; local
406 if (sigemptyset(&unset))
410 if (sigaddset(&unset, SIGIO))
414 if (sigaddset(&unset, SIGPOLL))
417 if (sigaddset(&unset, SIGALRM))
420 if ((errno = pthread_sigmask(SIG_UNBLOCK, &unset, NULL)))
429 sigset_t unset; local
437 if (sigemptyset(&unset))
441 if (sigaddset(&unset, SIGIO))
445 if (sigaddset(&unset, SIGPOL
[all...]
/macosx-10.10/procmail-14/procmail/src/
H A Dvariables.h9 retStdout P((char*const newmyenv,const int fail,const int unset)),
H A Dvariables.c94 void retStdout(newmyenv,fail,unset) /* see note on primeStdout() */
95 char*const newmyenv;const int fail,unset;
97 if(fail&&unset) /* on second thought... */
407 sputenv(lockfile); /* unset it on failure */
/macosx-10.10/adv_cmds-158/stty/
H A Dmodes.c58 long unset; member in struct:modes
272 ip->t.c_cflag &= ~mp->unset;
279 ip->t.c_iflag &= ~mp->unset;
286 ip->t.c_lflag &= ~mp->unset;
293 ip->t.c_oflag &= ~mp->unset;
301 ip->t.c_oflag &= ~mp->unset;
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dmtsm.h37 void unset();
63 void unset();
H A Dmtsm.cpp63 void int_value::unset() function in class:int_value
164 void string_value::unset() function in class:string_value
256 int_values[MTSM_CE].unset();
433 s->bool_values[MTSM_BR].unset();
/macosx-10.10/file_cmds-242/mtree/
H A Dspec.c56 static void unset(char *, NODE *);
104 /* Grab file name, "$", "set", or "unset". */
116 if (strcmp(p + 1, "unset"))
118 unset(NULL, &ginfo);
312 unset(char *t, NODE *ip) function
/macosx-10.10/zsh-61/zsh/Src/
H A Dinit.c183 if (stopmsg) /* unset 'you have stopped jobs' flag */
244 opts[MONITOR] = 2; /* may be unset in init_io() */
254 if (unset(SHINSTDIN)) {
367 if (unset(SHOPTIONLETTERS) && **argv == 'b') {
447 if(unset(SHOPTIONLETTERS))
664 /* unset zle if using zsh under emacs */
910 if(unset(INTERACTIVE)) {
1094 if (isset(SHINSTDIN) && !SHIN && unset(INTERACTIVE)) {
1156 if (unset(PRIVILEGED)) {
1174 if (isset(RCS) && unset(PRIVILEGE
[all...]
/macosx-10.10/vim-55/runtime/macros/
H A Dshellmenu.vim105 imenu Set.unset unset
113 imenu Set.Treat unset variables as an error when substituting set -u
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Graph/
H A DBitMatrix.pm61 sub unset { subroutine
133 $m->unset($u, $v)
183 =item unset($u, $v)
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/Graph/
H A DBitMatrix.pm61 sub unset { subroutine
133 $m->unset($u, $v)
183 =item unset($u, $v)
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dtest-program.cpp234 atf::env::unset("LANG");
235 atf::env::unset("LC_ALL");
236 atf::env::unset("LC_COLLATE");
237 atf::env::unset("LC_CTYPE");
238 atf::env::unset("LC_MESSAGES");
239 atf::env::unset("LC_MONETARY");
240 atf::env::unset("LC_NUMERIC");
241 atf::env::unset("LC_TIME");
242 atf::env::unset("TZ");
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DStructureStubInfo.h226 } unset; member in union:JSC::StructureStubInfo::__anon2548
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/
H A Dconfig_test.cpp92 atf::env::unset(name);
/macosx-10.10/mail_cmds-30/mail/
H A Dcmd3.c233 unset(alist);
253 unset(alist);
469 /* set no<var> means unset <var> */
473 errs += unset(alist);
502 unset(arglist) function
515 printf("\"%s\": variable cannot be unset\n", *ap);
H A Dcmdtab.c72 { "unset", unset, M|RAWLIST, 1, 1000 },
H A Dextern.h256 int unset(char **);
/macosx-10.10/ICU-531.30/icuSources/allinone/
H A Dicucheck.bat107 REM unset ICU_OPATH
/macosx-10.10/emacs-93/emacs/lisp/mh-e/
H A Dmh-xface.el168 ;; variable, arrange to reset mh-picon-existing-directory-list to 'unset.
178 (defvar mh-picon-existing-directory-list 'unset
257 (when (eq mh-picon-existing-directory-list 'unset)
/macosx-10.10/vim-55/runtime/syntax/
H A Damiga.vim56 syn keyword amiKey calculator edit iconx newcli run unset

Completed in 221 milliseconds

1234