Home
last modified time | relevance | path

Searched refs:ent (Results 1 – 20 of 20) sorted by relevance

/original-bsd/sys/netiso/
H A Dte.c102 register struct eon_centry *ent; local
110 ent = qtocentry( hdr->link,
117 ent = qtocentry( hdr->link,
124 ent = qtocentry( hdr->link,
131 ent = qtocentry( hdr->link,
142 (ent->eonc_addr.s_addr)&0xff,
153 q = centrytoq(ent, off)->link;
158 q, ent, off);
161 ent = qtocentry( q, off );
175 register struct eon_centry *ent; in main() local
[all …]
/original-bsd/sys/tests/netiso/
H A Dte.c102 register struct eon_centry *ent; local
110 ent = qtocentry( hdr->link,
117 ent = qtocentry( hdr->link,
124 ent = qtocentry( hdr->link,
131 ent = qtocentry( hdr->link,
142 (ent->eonc_addr.s_addr)&0xff,
153 q = centrytoq(ent, off)->link;
158 q, ent, off);
161 ent = qtocentry( q, off );
175 register struct eon_centry *ent; in main() local
[all …]
/original-bsd/contrib/sc/
H A Dvmtbl.c84 struct ent ***tbl2;
145 GROWALLOC(tbl2, tbl, newrows, struct ent **, nolonger);
146 memset(tbl+maxrows, 0, (newrows-maxrows)*(sizeof(struct ent **)));
169 if ((tbl[i] = (struct ent **)realloc((char *)tbl[i],
170 (unsigned)(newcols * sizeof(struct ent **)))) == (struct ent **)0)
175 (newcols-maxcols)*sizeof(struct ent **));
183 { if ((tbl[i] = (struct ent **)malloc((unsigned)(newcols *
184 sizeof(struct ent **)))) == (struct ent **)0)
188 memset((char *)tbl[i], 0, newcols*sizeof(struct ent **));
H A Dsc.h41 struct ent *vp;
62 struct ent { struct
68 struct ent *next; /* next deleted ent */ argument
69 struct ent *evnext; /* next ent w/ a object to eval */ argument
70 struct ent *evprev; /* prev ent w/ a object to eval */ argument
186 extern struct ent ***tbl;
202 extern struct ent *to_fix;
233 extern struct ent *lookat();
H A Dsc.c47 struct ent ***tbl;
60 struct ent *to_fix;
102 struct ent *
106 register struct ent **pp;
110 if (*pp == (struct ent *)0) {
111 *pp = (struct ent *) xmalloc((unsigned)sizeof(struct ent));
134 register struct ent *p; in free_ent()
144 register struct ent *p; in flush_saved()
145 register struct ent *q; in flush_saved()
170 register struct ent **pp;
[all …]
H A Dcmds.c54 register struct ent *n; in duprow()
81 register struct ent *n; in dupcol()
153 *pp = (struct ent *)0;
164 register struct ent *p;
374 struct ent **tmprow;
384 *pp = (struct ent *)0;
440 *pp = (struct ent *)0;
479 *pp = (struct ent *)0;
487 *pp = (struct ent *)0;
696 struct ent *nc;
[all …]
H A Dinterp.c88 struct ent *firstev = (struct ent *)0; /* first expr in the eval list */
190 register struct ent *p = (struct ent *)0;
539 struct ent *
546 struct ent *ep = (struct ent *)0; /* selected entry */
572 struct ent *ep;
1016 struct ent *ep;
1524 struct ent *v; in let()
1571 struct ent *v; in slet()
1622 struct ent *v;
1774 struct ent *v; in clearent()
[all …]
H A Drange.c57 if (find_range(name, strlen(name), (struct ent *)0, (struct ent *)0)) {
90 struct ent *left, *right;
138 struct ent *lmatch;
139 struct ent *rmatch;
228 struct ent *v;
245 struct ent *v1, *v2;
H A DTODO11 *ATBL would be a pointer to a *ent (cell).
13 sizeof(struct ent *)*maxcols (whichever is smaller)
16 sizeof(struct ent **)*maxrows (whichever is smaller)
21 3) dolookup calling eval w/ ent * not enode *
22 (dolookup called w/ ent * not enode *)
H A Dlex.c43 struct ent *ent; member
125 (struct ent *)0, (struct ent *)0)) { in yylex()
H A Dgram.y29 struct ent_ptr ent; member
35 %type <ent> var
/original-bsd/old/libm/libom/
H A Dexp.c30 int ent; local
41 ent = floor(arg);
42 fract = (arg-ent) - 0.5;
46 return(ldexp(sqrt2*(temp2+temp1)/(temp2-temp1), ent));
/original-bsd/sys/pmax/include/
H A DmachAsmDefs.h57 .ent x, 0; \
69 .ent x, 0; \
88 .ent x, 0; \
101 .ent x, 0; \
/original-bsd/lib/librpc/rpc/
H A Dsvc_udp.c449 register cache_ptr ent; local
456 for (ent = uc->uc_entries[loc]; ent != NULL; ent = ent->cache_next) {
457 if (ent->cache_xid == su->su_xid &&
458 ent->cache_proc == uc->uc_proc &&
459 ent->cache_vers == uc->uc_vers &&
460 ent->cache_prog == uc->uc_prog &&
461 EQADDR(ent->cache_addr, uc->uc_addr)) {
462 *replyp = ent->cache_reply;
463 *replylenp = ent->cache_replylen;
/original-bsd/usr.bin/compress/
H A Dzopen.c138 #define ent zs->u.w.zs_ent macro
249 ent = *bp++;
263 fcode = (long)(((long)c << maxbits) + ent);
264 i = ((c << hshift) ^ ent); /* Xor hashing. */
267 ent = codetabof(i);
278 ent = codetabof(i);
283 nomatch: if (output(zs, (code_int) ent) == -1)
286 ent = c;
308 if (output(zs, (code_int) ent) == -1) {
/original-bsd/sys/tahoe/math/
H A DKexpf.s47 movl r0,-88(fp) # (int)ent from Kfloorf
56 callf $24,_Ksubd # (arg - ent)
118 pushl -88(fp) # ent
/original-bsd/usr.bin/sccs/
H A Dsccs.c1401 static struct pfile ent; local
1409 ent.p_osid = p = buf;
1410 ent.p_nsid = p = nextfield(p);
1411 ent.p_user = p = nextfield(p);
1412 ent.p_date = p = nextfield(p);
1413 ent.p_time = p = nextfield(p);
1414 ent.p_aux = p = nextfield(p);
1416 return (&ent);
/original-bsd/lib/libc/gen/
H A Dgetcap.c51 cgetset(ent) in cgetset() argument
52 char *ent; in cgetset()
54 if (ent == NULL) {
61 topreclen = strlen(ent);
67 (void)strcpy(toprec, ent);
/original-bsd/bin/csh/
H A Dfile.c528 register Char *x, *ent; local
532 for (ent = entry; *x && *x == *ent++; x++, len++)
/original-bsd/usr.bin/unifdef/
H A Dunifdef.c519 goto ent;
526 ent: