/ast/src/lib/libast/vmalloc/ |
H A D | vmdisc.c | 30 /* Change the discipline for a region. The old discipline 44 Vmdisc_t* old = vm->disc; local 47 { if(old->exceptf && 48 (*old->exceptf)(vm,VM_DISC,(Void_t*)disc,old) != 0 ) 52 return old;
|
H A D | vmdebug.c | 73 int old = Dbfd; local 75 return old; 467 Void_t* addr; /* old block of data */ 520 if(!data) /* failed, reset data for old block */
|
/ast/src/lib/librecsort/ |
H A D | rsmethod.c | 36 reg Rsmethod_t* old = rs->meth; local 40 return old; 56 return old;
|
H A D | rsdisc.c | 37 reg Rsdisc_t* old; local 45 old = rs->disc; 47 { if(old && (old->events & RS_DISC) && 48 (*old->eventf)(rs,RS_DISC,(Void_t*)disc,(Void_t*)0,old) < 0) 62 return old;
|
/ast/src/lib/libvcodex/ |
H A D | vcdisc.c | 35 Vcdisc_t *old = vc->disc; local 42 if(old && old->eventf && 43 (*old->eventf)(vc, VC_DISC, (Void_t*)disc, old) < 0 ) 55 return old ? old : disc;
|
/ast/src/lib/libast/cdt/ |
H A D | dtdisc.c | 60 Dtdisc_t *old; local 63 if(!(old = dt->disc) ) /* initialization call from dtopen() */ 71 return old; 73 if(old->eventf && (*old->eventf)(dt,DT_DISC,(Void_t*)disc,old) < 0) 87 return old;
|
/ast/src/lib/libast/string/ |
H A D | strtoip4.c | 54 int old; local 95 if (old = part < 4) 113 old = 1; 117 if (z <= 32 && (!old || part < 2))
|
/ast/src/lib/libpz/ |
H A D | pzsync.c | 40 Pzelt_t* old; local 59 old = elt; 61 dtdelete(pz->sort.order, old); 62 dtinsert(pz->sort.free, old);
|
H A D | pzdeflate.c | 42 Pzelt_t* old; local 199 old = elt; 201 dtdelete(order, old); 202 dtinsert(pz->sort.free, old);
|
/ast/src/cmd/mailx/port/ |
H A D | dtdisc.c | 109 reg Dtdisc_t* old; local 111 if(!(old = dt->disc) ) /* initialization call from dtopen() */ 119 return old; 125 if(old->eventf && (*old->eventf)(dt,DT_DISC,(Void_t*)disc,old) < 0) 135 return old; 188 return old;
|
/ast/lib/package/ |
H A D | package.mk | 257 old.new.source = $(PACKAGEDIR)/$(name).$(version).$(old.version).$(suffix) 258 old.new.binary = $(PACKAGEDIR)/$(name).$(version).$(old.version).$(CC.HOSTTYPE).$(suffix) 259 old.new.runtime = $(PACKAGEDIR)/$(name)-run.$(version).$(old.version).$(CC.HOSTTYPE).$(suffix) 502 old.version := $(V) 503 old.source := $(I) 504 if "$(old.version)" >= "$(version)" 505 error 3 $(name): previous base $(old [all...] |
/ast/src/cmd/INIT/ |
H A D | package.mk | 257 old.new.source = $(PACKAGEDIR)/$(name).$(version).$(old.version).$(suffix) 258 old.new.binary = $(PACKAGEDIR)/$(name).$(version).$(old.version).$(CC.HOSTTYPE).$(suffix) 259 old.new.runtime = $(PACKAGEDIR)/$(name)-run.$(version).$(old.version).$(CC.HOSTTYPE).$(suffix) 502 old.version := $(V) 503 old.source := $(I) 504 if "$(old.version)" >= "$(version)" 505 error 3 $(name): previous base $(old [all...] |
/ast/src/lib/libast/regex/ |
H A D | regcache.c | 86 int old; local 139 old = 0; 147 else if (!matchstate.cache[old] || matchstate.cache[old]->serial > matchstate.cache[i]->serial) 148 old = i; 154 unused = old;
|
/ast/src/lib/libast/disc/ |
H A D | sfdcmore.c | 96 struct termios old; local 105 tcgetattr(rfd, &old); 106 tty = old; 113 if (c == old.c_cc[VEOF]) 115 else if (c == old.c_cc[VINTR]) 117 else if (c == old.c_cc[VQUIT]) 124 tcsetattr(rfd, TCSADRAIN, &old);
|
/ast/src/lib/libcoshell/ |
H A D | coinit.c | 63 * old!=0 formats in old style 69 putexport(Coshell_t* co, Sfio_t* sp, char* n, int old, int coex, int flags) argument 84 if (old) 88 if (!old) 106 if (old) 122 int old; local 181 old = !(flags & (CO_KSH|CO_SERVER)); 182 if (!old) 191 putexport(co, sp, s, old, ! [all...] |
/ast/src/lib/libtk/generic/ |
H A D | tkConfig.c | 317 * The old value is recycled, if that is appropriate for 364 char *old, *new; 372 old = *((char **) ptr); 373 if (old != NULL) { 374 ckfree(old); 426 Pixmap new, old; 437 old = *((Pixmap *) ptr); 438 if (old != None) { 439 Tk_FreeBitmap(Tk_Display(tkwin), old); 445 Tk_3DBorder new, old; 361 char *old, *new; local 423 Pixmap new, old; local 436 Tk_FreeBitmap(Tk_Display(tkwin), old); local 442 Tk_3DBorder new, old; local 468 Tk_Cursor new, old; local 481 Tk_FreeCursor(Tk_Display(tkwin), old); local [all...] |
/ast/src/cmd/nmake/ |
H A D | read.c | 262 int old; local 277 old = 0; 306 old = 1; 313 old = preprocess = 0; 324 old = 0; 329 old = 0; 359 old = 0; 372 if (old)
|
H A D | expand.h | 26 * in a header to allow an external old->new syntax converter 36 unsigned short op; /* old op name letter */ 37 unsigned short arg; /* old op value char 1 */ 38 unsigned short aux; /* old op value char 2 */ 56 const char* old; /* old op */ member in struct:__anon163 58 int len; /* len(old)==len(xxx) */ 89 * old -> new ops not captured by the tables
|
/ast/src/cmd/std/ |
H A D | unexpand.c | 104 register int c,n=1,old= -1; local 123 if(tablist[n] <= old) 125 old = tablist[n++];
|
/ast/src/lib/libtksh/src/ |
H A D | basic.c | 838 * is the concatenation of the old info and the new message. 924 * The return value is the old limit on nesting for interp. 939 int old; 941 old = iPtr->maxNestingDepth; 945 return old; 925 int old; local
|
/ast/src/cmd/mailx/ |
H A D | tty.c | 236 struct termios old; local 243 tcgetattr(rfd, &old); 244 tty = old; 250 if (c == old.c_cc[VEOF]) 252 else if (c == old.c_cc[VINTR]) 254 else if (c == old.c_cc[VQUIT]) 261 tcsetattr(rfd, TCSADRAIN, &old); 282 struct termios old; local 290 tcgetattr(rfd, &old); 291 tty = old; [all...] |
/ast/src/cmd/probe/ |
H A D | probe.c | 206 * check path for old processor name clash 207 * if old!=0 then file path compared with file old 208 * 0 returned if clash or file path the same as old 212 verify(char* path, char* old, char* processor, int must) argument 233 if (r && old && sfseek(nf, 0L, 0) == 0 && (of = sfopen(NiL, old, "r"))) 253 if (!nz && !oz && !touch(old, (time_t)-1, (time_t)-1, 0))
|
/ast/src/cmd/3d/ |
H A D | map.c | 391 message((-2, "mount: old fs=%s map=%-*s arg=%-*s op=%-*s", fs->special, map->keysize, map->key, arglen, arg, ov ? (oe - ov) : 6, ov)); 487 register Map_t* old; local 551 old = search(tab, from, fromsize, NiL, *to ? 0 : T_DELETE); 559 if (old) 561 if (!(old->valsize & T_SIZE)) 562 free(old->val); 563 if ((old->valsize = tosize) & T_SIZE) 564 old->val = (char*)to; 566 old->val = strcpy(newof(0, char, strlen(to), 1), to); 571 else if (old) [all...] |
/ast/src/lib/libast/misc/ |
H A D | stk.c | 192 Sfio_t *old = 0; local 194 old = stkinstall(stream,NiL); 197 if(old) 198 stkinstall(old,NiL); 265 Sfio_t *old; local 275 old = stkcur?stk2stream(stkcur):0; 291 return(old); 395 register unsigned char *old; local 402 old = stream->_data; 403 stream->_data = stream->_next = old 427 register unsigned char *old, *top; local [all...] |
/ast/src/lib/libpp/ |
H A D | ppcontrol.c | 303 static struct ppmacro old; local 660 old = *mac; 1191 if (old.value) 1193 if ((i0 & SYM_FUNCTION) != (sym->flags & SYM_FUNCTION) || old.arity != mac->arity || !streq(old.value, mac->value)) goto redefined; 1194 if (!old.formals) 1204 if (!streq(mac->formkeys[n].name, old.formkeys[n].name) || !streq(mac->formkeys[n].value, old.formkeys[n].value)) 1209 if (!streq(mac->formals, old.formals)) goto redefined; 1215 mac->formkeys = old [all...] |