Home
last modified time | relevance | path

Searched refs:unset (Results 126 - 150 of 152) sorted by relevance

1234567

/third_party/mksh/
H A Dfuncs.c140 {"*=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 Djobs.c1265 unset(vp_pipest, 1);
H A Dexec.c454 unset(vp_pipest, 1); in execute()
H A Dsh.h951 /* 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 Dhead_32.S433 cmp %g1, 0xff ! unset means first CPU
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dhead_32.S433 cmp %g1, 0xff ! unset means first CPU
/kernel/linux/linux-5.10/drivers/staging/media/zoran/
H A Dzr36060.c842 .unset = zr36060_unset,
H A Dzr36050.c808 .unset = zr36050_unset,
/kernel/linux/linux-6.6/drivers/media/pci/zoran/
H A Dzr36050.c795 .unset = zr36050_unset,
H A Dzr36060.c848 .unset = zr36060_unset,
/third_party/python/Lib/test/
H A Dtest_tcl.py268 env.unset("TCL_LIBRARY")
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs1085 /// 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 DsljitLir.c1379 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 Dpcre2_compile.c2693 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 Dauxtrace.c1395 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 Devlist.c857 int unset __maybe_unused) in perf_evlist__parse_mmap_pages()
H A Dsymbol.c2545 const char *dir, int unset __maybe_unused) in symbol__config_symfs()
H A Dhist.c2761 const char *arg, int unset __maybe_unused) in parse_filter_percentage()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-diff.c230 int unset __maybe_unused) in setup_compute()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-diff.c230 int unset __maybe_unused) in setup_compute()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsymbol.c2761 const char *dir, int unset __maybe_unused) in symbol__config_symfs()
H A Dhist.c2824 const char *arg, int unset __maybe_unused) in parse_filter_percentage()
/third_party/alsa-lib/src/alisp/
H A Dalisp.c913 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 Dvariables.cc1139 input. Empty or unset means that the script doesn't generate the files.
/third_party/python/Lib/tkinter/
H A Dtix.py1798 # selection, set, size, unset, xview, yview
1936 def unset(self, x, y): member in Grid
1938 self.tk.call(self._w, 'unset', x, y)

Completed in 67 milliseconds

1234567