Searched refs:px (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libast/uwin/ |
H A D | support.c | 101 unsigned short *px=(unsigned short *) &x + 3; local 103 unsigned short *px=(unsigned short *) &x; local 109 if( (k= *px & mexp ) != ~msign ) { 116 if( (k= *px & mexp ) != mexp ) { 123 if( k < (mexp>>gap) ) *px = (*px&~mexp) | (k<<gap); 128 {*px=(*px&~mexp)|(short)(1<<gap); x *= scalb(1.0,k-1);} 153 unsigned short *px=(unsigned short *) &x+3, local 156 unsigned short *px 187 short *px=(short *) &x+3, k; local [all...] |
/ast/src/cmd/msgcc/ |
H A D | msggen.c | 135 register Xl_t* px; local 155 for (px = xp; px; px = px->next) 156 if (streq(px->name, s)) 158 if (strcoll(px->date, d) < 0) 160 free(px->date); 161 if (!(px->date = strdup(d))) 166 if (!px) 224 Xl_t* px; local [all...] |
/ast/src/cmd/std/ |
H A D | pss-kvm.c | 116 struct eproc* px; 172 state->px = &state->kp->kp_eproc; 183 pe->pgrp = state->px->e_pgid; 184 pe->tty = state->px->e_tdev; 185 pe->uid = state->px->e_ucred.cr_uid; 187 pe->sid = state->px->e_sess->s_sid; 240 pe->ppid = state->px->e_ppid; 247 pe->refcount = state->px->e_xccount; 248 pe->rss = state->px->e_xrssize; 250 pe->size = state->px [all...] |
H A D | pss-info.c | 149 struct pssentry px; 156 read(state->mem, &px, sizeof(px)) == sizeof(px)) 158 pe->sid = px.sid; 159 pe->size = (pr->stack_total + (px.brk - px.data_start)) / 1024; 160 pe->time = (px.pss_utime + px.stime) / 5;
|
/ast/src/cmd/ksh93/sh/ |
H A D | jobs.c | 341 struct process *px; local 449 px = 0; 458 px=job_byjid(pw->p_job); 467 if(px) 470 job_unlink(px); 471 px->p_nxtjob = job.pwlist; 472 job.pwlist = px; 545 if(px && pw != px) 549 px 913 register struct process *px; local 998 register struct process *px = pw; local 1253 register struct process *pw, *px; local 1431 register struct process *pw, *px; local 1488 register struct process *pw=0,*px; local 1759 job_unstop(register struct process *px) argument 1844 register struct process *px; local 2000 register struct process *pw, *px, *pwnext; local [all...] |
Completed in 25 milliseconds