HomeSort by: relevance | last modified time | path
    Searched defs:clear (Results 1 - 25 of 100) sorted by relevancy

1 2 3 4

  /src/lib/libcurses/
clear.c 1 /* $NetBSD: clear.c,v 1.14 2024/12/23 02:58:03 blymn Exp $ */
35 static char sccsid[] = "@(#)clear.c 8.2 (Berkeley) 5/4/94";
37 __RCSID("$NetBSD: clear.c,v 1.14 2024/12/23 02:58:03 blymn Exp $");
47 * clear --
48 * Clear stdscr
51 clear(void) function in typeref:typename:int
60 * Clear the window.
clear.c 1 /* $NetBSD: clear.c,v 1.14 2024/12/23 02:58:03 blymn Exp $ */
35 static char sccsid[] = "@(#)clear.c 8.2 (Berkeley) 5/4/94";
37 __RCSID("$NetBSD: clear.c,v 1.14 2024/12/23 02:58:03 blymn Exp $");
47 * clear --
48 * Clear stdscr
51 clear(void) function in typeref:typename:int
60 * Clear the window.
  /src/games/dab/
random.cc 47 clear();
56 void RANDOM::clear(void) function in class:RANDOM
random.cc 47 clear();
56 void RANDOM::clear(void) function in class:RANDOM
  /src/lib/libutil/
stat_flags.c 103 if (clear) { \
127 int clear; local in function:string_to_flags
138 clear = 0;
143 clear = 1;
152 clear = !clear;
158 * the state of clear is not changed.
stat_flags.c 103 if (clear) { \
127 int clear; local in function:string_to_flags
138 clear = 0;
143 clear = 1;
152 clear = !clear;
158 * the state of clear is not changed.
  /src/sys/arch/x68k/stand/common/
execkern.S 59 jbsr clear
90 | clear unused registers
124 | clear %d0 bytes at %a1
127 clear: subql #1,%d0 label
execkern.S 59 jbsr clear
90 | clear unused registers
124 | clear %d0 bytes at %a1
127 clear: subql #1,%d0 label
  /src/sbin/gpt/
set.c 74 uint64_t attributes = 0, clear = 0; local in function:cmd_set
96 clear = ~clear;
115 if (gpt == NULL || argc != optind || (attributes != 0 && clear != 0))
118 return gpt_attr_update(gpt, entry, attributes, clear);
set.c 74 uint64_t attributes = 0, clear = 0; local in function:cmd_set
96 clear = ~clear;
115 if (gpt == NULL || argc != optind || (attributes != 0 && clear != 0))
118 return gpt_attr_update(gpt, entry, attributes, clear);
  /src/libexec/rpc.sprayd/
sprayd.c 125 static struct timeval clear, get; local in function:spray_service
130 (void)gettimeofday(&clear, 0);
143 timersub(&get, &clear, &get);
sprayd.c 125 static struct timeval clear, get; local in function:spray_service
130 (void)gettimeofday(&clear, 0);
143 timersub(&get, &clear, &get);
  /src/usr.bin/chflags/
chflags.c 65 u_long clear, set, newflags; local in function:main
128 if (string_to_flags(&flags, &set, &clear))
130 clear = ~clear;
185 newflags &= clear;
chflags.c 65 u_long clear, set, newflags; local in function:main
128 if (string_to_flags(&flags, &set, &clear))
130 clear = ~clear;
185 newflags &= clear;
  /src/sys/lib/libsa/
bootcfg.h 54 int clear; /* Clear the screen? */ member in struct:bootcfg_def
bootcfg.h 54 int clear; /* Clear the screen? */ member in struct:bootcfg_def
  /src/sys/dev/gpib/
cs80bus.c 271 struct cs80_clearcmd clear; local in function:cs80reset
278 clear.c_unit = CS80CMD_SUNIT(punit);
279 clear.c_cmd = CS80CMD_CLEAR;
280 if (cs80send(sc, slave, punit, CS80CMD_TCMD, &clear, sizeof(clear))) {
281 DPRINTF(DBG_FAIL, ("cs80reset: CLEAR failed\n"));
cs80bus.c 271 struct cs80_clearcmd clear; local in function:cs80reset
278 clear.c_unit = CS80CMD_SUNIT(punit);
279 clear.c_cmd = CS80CMD_CLEAR;
280 if (cs80send(sc, slave, punit, CS80CMD_TCMD, &clear, sizeof(clear))) {
281 DPRINTF(DBG_FAIL, ("cs80reset: CLEAR failed\n"));
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDictionary.h 100 void clear() { Size = 0; } function in class:fuzzer::Dictionary
FuzzerDictionary.h 100 void clear() { Size = 0; } function in class:fuzzer::Dictionary
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_bvgraph.h 31 void clear() { function in class:__sanitizer::BVGraph
33 v[i].clear();
93 v[idx].clear();
101 return v[from].clear();
115 visited.clear();
sanitizer_list.h 26 // This class does not have a CTOR, so clear() should be called on all
32 void clear() { function in struct:__sanitizer::IntrusiveList
100 l->clear();
114 l->clear();
sanitizer_bvgraph.h 31 void clear() { function in class:__sanitizer::BVGraph
33 v[i].clear();
93 v[idx].clear();
101 return v[from].clear();
115 visited.clear();
sanitizer_list.h 26 // This class does not have a CTOR, so clear() should be called on all
32 void clear() { function in struct:__sanitizer::IntrusiveList
100 l->clear();
114 l->clear();
  /src/usr.bin/ktrace/
ktrace.c 82 enum { NOTSET, CLEAR, CLEARALL } clear; local in function:main
91 clear = NOTSET;
112 clear = CLEARALL;
116 clear = CLEAR;
191 trpoints |= clear == NOTSET ? DEF_POINTS : ALL_POINTS;
201 if (clear == CLEAR && outfile == NULL && pid == 0)
219 if (clear != NOTSET)
    [all...]

Completed in 27 milliseconds

1 2 3 4