Home
last modified time | relevance | path

Searched refs:tp (Results 226 – 250 of 286) sorted by relevance

12345678910>>...12

/original-bsd/sys/kern/
H A Dkern_sysctl.c628 register struct tty *tp; local
664 (tp = ep->e_sess->s_ttyp)) {
665 ep->e_tdev = tp->t_dev;
666 ep->e_tpgid = tp->t_pgrp ? tp->t_pgrp->pg_id : NO_PID;
667 ep->e_tsess = tp->t_session;
/original-bsd/contrib/sort/
H A Dfsort.c222 u_char **bin[257], **top[256], ***bp, ***bpmax, ***tp; local
239 tp = top, hp = histo;
241 *tp++ = *(bp+1) = *bp + (c = *hp);
/original-bsd/sys/tahoe/tahoe/
H A Dvm_machdep.c93 int tp; local
100 tp = vtotp(u.u_procp, v);
101 pte = tptopte(u.u_procp, tp);
/original-bsd/usr.bin/f77/pass1.vax/
H A Dproc.c1095 Addrp altmpn(tp) in altmpn() argument
1096 Tempp tp; in altmpn()
1101 if (tp->tag != TTEMP)
1102 badtag ("altmpn",tp->tag);
1104 t = tp->memalloc;
1107 if (tp->vtype == TYCHAR)
1114 t->vtype = tp->vtype;
1115 t->vleng = tp->vleng;
1116 t->varleng = tp->varleng;
1121 q = mkaltmpn (tp->ntempelt, tp->vtype, tp->vleng);
H A Ddata.c644 register struct Paramblock *tp; local
655 tp = (struct Paramblock *) getname(len, repr);
657 if (tp == NULL)
662 else if (tp->vclass != CLPARAM || !ISCONST(tp->paramval))
664 if (tp->paramval->tag != TERROR)
669 p = (expptr) cpexpr(tp->paramval);
684 register struct Paramblock *tp; local
694 tp = (struct Paramblock *) getname(len, repr);
696 if (tp == NULL)
701 else if (tp->vclass != CLPARAM || !ISCONST(tp->paramval))
[all …]
H A Dio.c444 Addrp tp, mkscalar(); local
485 tp = mktemp(qe->headblock.vtype,
489 tp = mktemp(qe->headblock.vtype,
493 expr = mkexpr(OPASSIGN,cpexpr(tp),qe);
497 puteq (cpexpr(tp),qe);
500 frexpr(tp->vleng);
501 tp->vleng = qvl;
503 putio(ICON(1), tp);
H A Dputpcc.c523 expptr lp, tp; local
602 tp = (expptr) mkaltemp
604 putx( mkexpr(OPASSIGN, cpexpr(tp), lp) );
605 lp = tp;
1523 Addrp sp, tp; local
1535 tp = mkaltemp(type, PNULL);
1536 qp = mkexpr(OPCOLON, cpexpr(tp), cpexpr(sp));
1537 qp = mkexpr(OPQUEST, mkexpr(op, cpexpr(tp),cpexpr(sp)), qp);
1546 putassign( cpexpr(tp), p1->datap );
1558 frexpr(tp);
/original-bsd/usr.bin/f77/pass1.tahoe/
H A Dproc.c1047 Addrp altmpn(tp) in altmpn() argument
1048 Tempp tp; in altmpn()
1053 if (tp->tag != TTEMP)
1054 badtag ("altmpn",tp->tag);
1056 t = tp->memalloc;
1059 if (tp->vtype == TYCHAR)
1066 t->vtype = tp->vtype;
1067 t->vleng = tp->vleng;
1068 t->varleng = tp->varleng;
1073 q = mkaltmpn (tp->ntempelt, tp->vtype, tp->vleng);
H A Ddata.c647 register struct Paramblock *tp; local
658 tp = (struct Paramblock *) getname(len, repr);
660 if (tp == NULL)
665 else if (tp->vclass != CLPARAM || !ISCONST(tp->paramval))
667 if (tp->paramval->tag != TERROR)
672 p = (expptr) cpexpr(tp->paramval);
687 register struct Paramblock *tp; local
697 tp = (struct Paramblock *) getname(len, repr);
699 if (tp == NULL)
704 else if (tp->vclass != CLPARAM || !ISCONST(tp->paramval))
[all …]
H A Dio.c431 Addrp tp, mkscalar(); local
472 tp = mkaltemp(qe->headblock.vtype,
476 tp = mkaltemp(qe->headblock.vtype,
480 expr = mkexpr(OPASSIGN,cpexpr(tp),qe);
484 puteq (cpexpr(tp),qe);
487 frexpr(tp->vleng);
488 tp->vleng = qvl;
490 putio(ICON(1), tp);
H A Dputpcc.c521 expptr lp, tp; local
604 tp = (expptr) mkaltemp
606 putx( mkexpr(OPASSIGN, cpexpr(tp), lp) );
607 lp = tp;
1533 Addrp sp, tp; local
1545 tp = mkaltemp(type, PNULL);
1546 qp = mkexpr(OPCOLON, cpexpr(tp), cpexpr(sp));
1547 qp = mkexpr(OPQUEST, mkexpr(op, cpexpr(tp),cpexpr(sp)), qp);
1556 putassign( cpexpr(tp), p1->datap );
1568 frexpr(tp);
/original-bsd/old/pcc/lint/lpass2/
H A Dlpass2.c551 ptb( v, tp ) struct tb *tp; { variable
555 for( ; tp->m; ++tp ){
556 if( v&tp->m ){
558 printf( "%s", tp->nm );
/original-bsd/old/compact/compact/
H A Dcompact.c73 char *cp, *tp; local
81 tp = index(cp, '\0');
82 if (tp - cp > MAXNAMLEN || strlen(file) + 2 >= MAXPATHLEN) {
/original-bsd/lib/libc/gen/
H A Dcrypt.c280 register C_block *tp; local
286 tp = &p[t&0xf]; OR(D,D0,D1,*tp); p += (1<<CHUNKBITS);
287 tp = &p[t>>4]; OR(D,D0,D1,*tp); p += (1<<CHUNKBITS);
/original-bsd/bin/ps/
H A Dprint.c331 struct tm *tp; local
340 tp = localtime(&k->ki_u.u_start.tv_sec);
346 (void)strftime(buf, sizeof(buf) - 1, fmt, tp);
350 (void)strftime(buf, sizeof(buf) - 1, fmt, tp);
352 (void)strftime(buf, sizeof(buf) - 1, "%e%b%y", tp);
/original-bsd/sbin/restore/
H A Dsymtab.c398 struct strhdr *tp, *np; local
400 tp = &strtblhdr[strlen(name) / STRTBLINCR];
402 np->next = tp->next;
403 tp->next = np;
/original-bsd/sys/nfs/
H A Dnfs_nqlease.c1194 register struct nfsnode *tp; local
1210 tp = nmp->nm_timerhead.cqh_last;
1211 while (tp != (void *)&nmp->nm_timerhead && tp->n_expiry > np->n_expiry)
1212 tp = tp->n_timer.cqe_prev;
1213 if (tp == (void *)&nmp->nm_timerhead) {
1216 CIRCLEQ_INSERT_AFTER(&nmp->nm_timerhead, tp, np, n_timer);
/original-bsd/lib/libedit/
H A Dtty.c727 ttymap_t *tp; local
743 for (tp = tty_map; tp->nch != -1; tp++) {
744 new[0] = t_n[tp->nch];
745 old[0] = t_o[tp->och];
753 map[new[0]] = tp->bind[el->el_map.type];
758 alt[new[0]] = tp->bind[el->el_map.type+1];
/original-bsd/sys/vax/stand/
H A DMakefile276 [ -d ../vaxdist/tp ] || mkdir ../vaxdist/tp
277 cp tpcopy ../vaxdist/tp/copy
278 cp tpboot ../vaxdist/tp/boot
279 cp tpformat ../vaxdist/tp/format
/original-bsd/contrib/rcs-V5.6/src/
H A Drcsfnms.c242 char const *tp = tmp(); local
243 p = testalloc(strlen(tp) + 10);
244 VOID sprintf(p, "%s%cT%cXXXXXX", tp, SLASH, '0'+n);
247 tp, SLASH, '0'+n
/original-bsd/sbin/ping/
H A Dping.c440 struct timeval tv, *tp; local
466 tp = (struct timeval *)&icp->icmp_ip;
468 tp = (struct timeval *)icp->icmp_data;
470 tvsub(&tv, tp);
/original-bsd/sys/i386/isa/
H A Dif_apxreg.h34 u_short tp; member
/original-bsd/usr.bin/login/
H A Dlogin.c.198 struct timeval tp;
329 (void)gettimeofday(&tp, (struct timezone *)NULL);
331 if (tp.tv_sec >= pwd->pw_change) {
335 else if (tp.tv_sec - pwd->pw_change < TWOWEEKS) {
341 if (tp.tv_sec >= pwd->pw_expire) {
345 else if (tp.tv_sec - pwd->pw_expire < TWOWEEKS) {
/original-bsd/usr.bin/pascal/pdx/sym/
H A Dtree.c252 LOCAL convert(tp, typeto, op) in convert() argument
253 NODE **tp; in convert()
257 #define tree (*tp)
/original-bsd/old/pcc/c2.vax/
H A Dc20.c452 register struct node *p, *lp, *tp; in refcount() local
475 tp = nonlab(lp)->back; in refcount()
476 if (tp!=lp) { in refcount()
477 p->labno = tp->labno; in refcount()
478 lp = tp; in refcount()

12345678910>>...12