/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.
|
/src/games/dab/ |
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.
|
/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
|
/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);
|
/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);
|
/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;
|
/src/sys/lib/libsa/ |
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"));
|
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
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_bitvector.h | 29 void clear() { bits_ = 0; } function in class:__sanitizer::BasicBitVector 94 void clear() { bv_.clear(); } function in class:__sanitizer::BasicBitVector::Iterator 115 // This structure allows O(kLevel1Size) time for clear() and empty(), 123 void clear() { function in class:__sanitizer::TwoLevelBitVector 125 l1_[i].clear(); 151 l2_[i0][i1].clear(); 205 l2_[i0][i1].clear(); 251 clear(); 278 it1_.clear(); [all...] |
sanitizer_common.cc | 132 clear(); 146 void LoadedModule::clear() { function in class:__sanitizer::LoadedModule
|
sanitizer_deadlock_detector.h | 40 void clear() { function in class:__sanitizer::DeadlockDetectorTLS 41 bv_.clear(); 51 bv_.clear(); 145 void clear() { function in class:__sanitizer::DeadlockDetector 147 available_nodes_.clear(); 148 recycled_nodes_.clear(); 149 g_.clear(); 173 recycled_nodes_.clear(); 178 recycled_nodes_.clear(); 180 g_.clear(); [all...] |
/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...] |
/src/distrib/utils/more/ |
screen.c | 97 *sc_clear, /* Clear screen */ 98 *sc_eol_clear, /* Clear to end of line */ 515 * Clear the screen. 518 clear() function in typeref:typename:void 524 * Clear from the cursor to the end of the cursor's line.
|
/src/games/warp/ |
term.h | 266 EXT char *CL INIT(NULL); /* home and clear screen */ 267 EXT char *CE INIT(NULL); /* clear to end of line */ 270 EXT char *CD INIT(NULL); /* clear to end of display -- PWP */ 292 #define clear() (do_tc(CL,LINES),real_y=real_x=0) macro
|
/src/sys/dev/hpc/ |
bicons.c | 130 static void clear(int, int); 177 clear(0, bicons_ypixel); 251 clear((bicons_height - 1) * FONT_HEIGHT, FONT_HEIGHT); 309 clear(int y, int height) function in typeref:typename:void
|
/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
asan_allocator.h | 104 AsanChunkFifoList() { clear(); } 109 void clear() { function in class:__asan::AsanChunkFifoList 110 IntrusiveList<AsanChunk>::clear();
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
sanitizer_bvgraph_test.cc | 45 void clear() { s_.clear(); } function in class:SimpleGraph 72 g.clear(); 79 target.clear(); 80 s_target.clear(); 121 g.clear(); 125 s.clear(); 126 bv.clear(); 127 s_g.clear(); 128 g.clear(); [all...] |
/src/sys/external/bsd/drm/dist/shared-core/ |
mach64_state.c | 267 DRM_DEBUG("dispatch clear %d,%d-%d,%d flags 0x%x\n", 321 /* Setup for depth buffer clear 779 drm_mach64_clear_t *clear = data; local in function:mach64_dma_clear 789 ret = mach64_dma_dispatch_clear(dev, file_priv, clear->flags, 790 clear->x, clear->y, clear->w, clear->h, 791 clear->clear_color, 792 clear->clear_depth) [all...] |
/src/sys/dev/pci/cxgb/ |
cxgb_xgmac.c | 56 static const unsigned int clear[] = { local in function:xaui_serdes_reset 72 for (i = 0; i < ARRAY_SIZE(clear); i++) { 73 t3_set_reg_field(adap, ctrl, clear[i], 0); 686 /* The next stat isn't clear-on-read. */
|
/src/usr.sbin/paxctl/ |
paxctl.c | 169 int clear, int list, int many) 283 if (clear) { 323 int i, clear = 0, list = 0, bad = 0, many, minus; local in function:main 335 clear = 1; 374 switch ((add_flags != 0 || del_flags != 0) + clear) { 387 clear, list, many);
|
/src/games/backgammon/common_source/ |
fancy.c | 59 static char *CD; /* clear to end of screen sequence */ 60 static char *CE; /* clear to end of line sequence */ 61 static char *CL; /* clear screen sequence */ 591 clear(void) function in typeref:typename:void 595 /* double space if can't clear */ 602 for (i = 0; i < 24; i++)/* clear line counts */ 752 /* force CL to null because this is what's tested in clear() */
|