Searched defs:xp (Results 1 - 25 of 80) sorted by relevance

1234

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dgetsyx.c68 _getsyx(int *yp, int *xp) argument
71 *yp = *xp = -1;
74 *xp = _virtscr->_curx;
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwins_wch.c105 int *yp, int *xp)
159 if (xp != NULL)
160 *xp = x;
104 __m_wins_wch(WINDOW *w, int y, int x, const cchar_t *cc, int *yp, int *xp) argument
/illumos-gate/usr/src/cmd/mail/
H A Dmain.c136 char *xp = xgetenv("DEBUG"); local
137 if (xp != (char *)NULL) {
138 debug = atoi(xp);
/illumos-gate/usr/src/lib/libcmd/common/
H A Drev.c64 register wchar_t *wp, *xp; local
83 xp = wp;
85 *xp++ = mbchar(cp);
87 while (xp > wp)
88 cp += mbconv(cp, *--xp);
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Dexp__E.c118 double z,p,q,xp,xh,w; local
127 xp= x*p ;
129 w = xh-(q-xp) ;
131 c += x*((xh*w-(q-(p+xp)))/(one-w)+c);
/illumos-gate/usr/src/uts/common/os/
H A Dddi_nodeid.c155 struct available *xp; local
157 xp = np->next;
158 if (xp == NULL)
161 if ((np->nodeid + np->count) == xp->nodeid) {
162 np->count += xp->count;
163 np_unlink(xp);
164 np_free(xp);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmacro.c193 char *xp; local
217 for (xp = xbuf; *s != '\0'; s++)
292 if (skipping || xp >= &xbuf[sizeof(xbuf) - 1])
295 *xp++ = c;
302 xp < &xbuf[sizeof(xbuf) - 1])
307 *xp++ = c;
314 *xp = '\0';
341 i = xp - xbuf;
/illumos-gate/usr/src/cmd/ast/msgcc/
H A Dmsggen.c133 translation(Xl_t* xp, register char* s) argument
155 for (px = xp; px; px = px->next)
171 px->next = xp;
172 xp = px;
176 return xp;
227 Xl_t* xp = 0; local
366 xp = translation(xp, mc->translation);
409 xp = translation(xp,
[all...]
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/i386/
H A Dbootinfo.c212 struct preloaded_file *xp; local
246 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
247 if (addr < (xp->f_addr + xp->f_size))
248 addr = xp->f_addr + xp->f_size;
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbootinfo32.c137 struct preloaded_file *xp, *kfp; local
200 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
201 if (addr < (xp->f_addr + xp->f_size))
202 addr = xp->f_addr + xp->f_size;
H A Dbootinfo64.c182 struct preloaded_file *xp, *kfp; local
216 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
217 if (addr < (xp->f_addr + xp->f_size))
218 addr = xp->f_addr + xp->f_size;
/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A Dmetadata.c282 struct preloaded_file *xp; local
305 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
306 if (addr < (xp->f_addr + xp->f_size))
307 addr = xp->f_addr + xp->f_size;
/illumos-gate/usr/src/boot/sys/boot/uboot/common/
H A Dmetadata.c252 struct preloaded_file *xp; local
295 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
296 if (addr < (xp->f_addr + xp->f_size))
297 addr = xp->f_addr + xp->f_size;
351 for (xp
[all...]
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Dbootinfo32.c137 struct preloaded_file *xp, *kfp; local
179 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
180 if (addr < (xp->f_addr + xp->f_size))
181 addr = xp->f_addr + xp->f_size;
H A Dbootinfo64.c184 struct preloaded_file *xp, *kfp; local
218 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
219 if (addr < (xp->f_addr + xp->f_size))
220 addr = xp->f_addr + xp->f_size;
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dcompletion.c94 register char *cp=outbuff, *bp, *xp; local
101 xp = cp;
108 bp = xp;
127 xp = cp;
143 return(++xp);
149 xp = find_begin(cp,last,')',type);
150 if(*(cp=xp)!=')')
151 bp = xp;
173 return(xp);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Darith.c133 register char *xp=str; local
144 while(xp=str, c=mbchar(str), isaname(c));
145 str = xp;
213 while(xp=str, c=mbchar(str), isaname(c));
214 str = xp;
260 char lastbase=0, *val = xp, oerrno = errno;
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c567 __m_do_scroll(WINDOW *w, int y, int x, int *yp, int *xp) argument
591 *xp = x;
605 __m_cc_add(w, y, x, cc, as_is, yp, xp)
609 int as_is, *yp, *xp;
616 w, y, x, cc, as_is, yp, xp
663 *xp = x;
/illumos-gate/usr/src/lib/libpp/common/
H A Dppinput.c46 register struct ppfile* xp; local
81 if (!(xp = ppsetfile(sfstruse(qp))))
83 return xp->name;
H A Dpplex.c55 #define CACHEOUTX() do{tp=op=pp.outp;xp=pp.oute;if(sp)sp=op;}while(0)
69 #define PPCHECKOUT() do{if(op>xp){{PPWRITE(PPBUFSIZ);if(pp.outbuf==pp.outb){pp.outbuf+=PPBUFSIZ;xp=pp.oute+=PPBUFSIZ;}else{pp.outbuf-=PPBUFSIZ;memcpy(pp.outbuf,xp,op-xp);xp=pp.oute-=PPBUFSIZ;op-=2*PPBUFSIZ;}}}}while(0)
70 #define PPCHECKOUTSP() do{if(op>xp){if(sp)op=sp;else{PPWRITE(PPBUFSIZ);if(pp.outbuf==pp.outb){pp.outbuf+=PPBUFSIZ;xp=pp.oute+=PPBUFSIZ;}else{pp.outbuf-=PPBUFSIZ;memcpy(pp.outbuf,xp,op-xp);x
155 #define xp macro
195 char* xp; local
[all...]
H A Dppop.c342 struct oplist* xp; local
410 xp = newof(0, struct oplist, 1, c + 1);
411 xp->value = ((char*)xp) + sizeof(struct oplist);
412 s = xp->value;
417 xp->op = s - xp->value;
426 xp->next = pp.chop;
427 pp.chop = xp;
1149 if (xp
[all...]
H A Dppsearch.c115 register struct ppfile* xp; local
149 !(fp->flags & INC_MEMBER(INC_PREFIX)) && (xp = fp->bound[INC_PREFIX]) ? xp->name : NiL,
150 !(fp->flags & INC_MEMBER(INC_LOCAL)) && (xp = fp->bound[INC_LOCAL]) ? xp->name : NiL,
151 !(fp->flags & INC_MEMBER(INC_VENDOR)) && (xp = fp->bound[INC_VENDOR]) ? xp->name : NiL,
152 !(fp->flags & INC_MEMBER(INC_STANDARD)) && (xp = fp->bound[INC_STANDARD]) ? xp->name : NiL,
297 xp
601 struct ppfile* xp; local
[all...]
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_amd64util.c231 int xp; local
233 if ((mdb_readsym(&xp, sizeof (xp), "xpv_panicking") != -1) && (xp > 0))
H A Dmdb_ia32util.c216 int xp; local
218 if ((mdb_readsym(&xp, sizeof (xp), "xpv_panicking") != -1) && (xp > 0))
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_sysevent.c152 fmd_xprt_t *xp = arg; local
186 fmd_xprt_post(sysev_hdl, xp, nvl, hrt);

Completed in 85 milliseconds

1234