代码搜索:wanted

找到约 570 项符合「wanted」的源代码

代码结果 570
www.eeworm.com/read/101457/15831509

inc buffers.inc

; BUFFERS.INC ; (c) 1989, 1990 Ashok P. Nadkarni ; ; Various definitions for string buffer structures in CMDEDIT. ; WANT_MARKERS equ 0 ;1 if the marker routines are wanted ; 0 otherwise.
www.eeworm.com/read/333706/12664012

changes

CHANGES since 0.99 patchlevel 15: - removed all the bugs, of course. - networking fixes. - more changes than I really wanted.. CHANGES since 0.99 patchlevel 14: - too many to count, really. Be
www.eeworm.com/read/125819/6020822

c string.c

/* Dumb strings stub. Wanted a quick hack for now - will use the libc version later. */ char *strcpy(char *dest, const char *source) { char *d = dest; const char *s = source; while (*d+
www.eeworm.com/read/124109/6055716

c string.c

/* Dumb strings stub. Wanted a quick hack for now - will use the libc version later. */ char *strcpy(char *dest, const char *source) { char *d = dest; const char *s = source; while (*d+
www.eeworm.com/read/112303/6145468

readme

Introduction ------------ LeakTracer is a small tool I wrote when checking a C++ program for memory leaks. I couldn't get dmalloc to display what I wanted, and I just saw the __builtin_return_address
www.eeworm.com/read/112303/6145477

readme

Introduction ------------ LeakTracer is a small tool I wrote when checking a C++ program for memory leaks. I couldn't get dmalloc to display what I wanted, and I just saw the __builtin_return_address
www.eeworm.com/read/101082/6243262

2b l35.2b

#print Now suppose we wanted to delete the blanks after the letter "t" in this line: here are a lot of blanks This line is on file "blank". Try the sequence ex blank 1p s/t */t/p wq ready
www.eeworm.com/read/101082/6243571

2 l3.2

#print Basic Alteration - Insert and Delete II Now we'll see how to change things at a larger scale than individual characters. Suppose you wanted to put a blank line into your file. You could
www.eeworm.com/read/482608/6619663

h sort.h

#ifndef SORT_H #define SORT_H #include "heapfile.h" // define if debug output wanted //#define DEBUGSORT // SORTREC is an in-memory sort record that qsort(3) sorts. // The sort attribute as well a
www.eeworm.com/read/482608/6619691

h buf.h

#ifndef BUF_H #define BUF_H #include "db.h" // define if debug output wanted //#define DEBUGBUF // declarations for buffer pool hash table struct hashBucket { File* file; // pointer a file obje