/third_party/mksh/ |
H A D | funcs.c | 140 {"*=unset", c_unset}, 1302 unset(voptarg, 1); in c_getopts() 1895 unset(vp, subarray ? 0 : 1); in c_read() 2317 /* unset variable */ in c_unset() 2339 unset(vp, optc); in c_unset() 2341 /* unset function */ in c_unset()
|
H A D | jobs.c | 1265 unset(vp_pipest, 1);
|
H A D | exec.c | 454 unset(vp_pipest, 1); in execute()
|
H A D | sh.h | 951 /* null value for variable; comparison pointer for unset */ 1832 * Attributes that can be set by the user (used to decide if an unset 2749 void unset(struct tbl *, int);
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | head_32.S | 433 cmp %g1, 0xff ! unset means first CPU
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | head_32.S | 433 cmp %g1, 0xff ! unset means first CPU
|
/kernel/linux/linux-5.10/drivers/staging/media/zoran/ |
H A D | zr36060.c | 842 .unset = zr36060_unset,
|
H A D | zr36050.c | 808 .unset = zr36050_unset,
|
/kernel/linux/linux-6.6/drivers/media/pci/zoran/ |
H A D | zr36050.c | 795 .unset = zr36050_unset,
|
H A D | zr36060.c | 848 .unset = zr36060_unset,
|
/third_party/python/Lib/test/ |
H A D | test_tcl.py | 268 env.unset("TCL_LIBRARY")
|
/third_party/rust/crates/clap/src/builder/ |
H A D | command.rs | 1085 /// This only applies when [`term_width`][Command::term_width] is unset so that the current 1838 self.settings.unset(setting); 1839 self.g_settings.unset(setting);
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitLir.c | 1379 static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 unset, in check_sljit_emit_op2() argument 1435 if (unset) { in check_sljit_emit_op2() 1449 if (unset) in check_sljit_emit_op2() 1450 fprintf(compiler->verbose, "unset"); in check_sljit_emit_op2()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_compile.c | 2693 uint32_t set, unset, *optset; in parse_regex() local 4039 /* Scan for options imnsxJU to be set or unset. */ in parse_regex() 4048 set = unset = 0; in parse_regex() 4073 optset = &unset; in parse_regex() 4107 existing extended-more gets unset. Also, unsetting extended must also in parse_regex() 4108 unset extended-more. */ in parse_regex() 4111 (unset & PCRE2_EXTENDED) != 0) in parse_regex() 4112 unset |= PCRE2_EXTENDED_MORE; in parse_regex() 4114 options = (options | set) & (~unset); in parse_regex() 5454 matches a non-fixed first unit; reqcu just remains unset i in compile_branch() [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | auxtrace.c | 1395 int unset) in itrace_parse_synth_opts() 1405 if (unset) { in itrace_parse_synth_opts() 1394 itrace_parse_synth_opts(const struct option *opt, const char *str, int unset) itrace_parse_synth_opts() argument
|
H A D | evlist.c | 857 int unset __maybe_unused) in perf_evlist__parse_mmap_pages()
|
H A D | symbol.c | 2545 const char *dir, int unset __maybe_unused) in symbol__config_symfs()
|
H A D | hist.c | 2761 const char *arg, int unset __maybe_unused) in parse_filter_percentage()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-diff.c | 230 int unset __maybe_unused) in setup_compute()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-diff.c | 230 int unset __maybe_unused) in setup_compute()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | symbol.c | 2761 const char *dir, int unset __maybe_unused) in symbol__config_symfs()
|
H A D | hist.c | 2824 const char *arg, int unset __maybe_unused) in parse_filter_percentage()
|
/third_party/alsa-lib/src/alisp/ |
H A D | alisp.c | 913 lisp_warn(instance, "unset object with a non-indentifier"); in unset_object() 2190 * Syntax: (unset name) 3032 { "unset", F_unset },
|
/third_party/gn/src/gn/ |
H A D | variables.cc | 1139 input. Empty or unset means that the script doesn't generate the files.
|
/third_party/python/Lib/tkinter/ |
H A D | tix.py | 1798 # selection, set, size, unset, xview, yview 1936 def unset(self, x, y): member in Grid 1938 self.tk.call(self._w, 'unset', x, y)
|