Home
last modified time | relevance | path

Searched defs:ep (Results 1 – 25 of 239) sorted by relevance

12345678910

/plan9/sys/src/cmd/gs/src/
H A Dichar.h41 #define esenum(ep) r_ptr(ep, gs_text_enum_t) argument
43 #define esslot(ep) ((ep)[-1]) argument
45 #define esodepth(ep) ((ep)[-2]) argument
47 #define esddepth(ep) ((ep)[-3]) argument
49 #define esgslevel(ep) ((ep)[-4]) argument
51 #define essfont(ep) ((ep)[-5]) argument
53 #define esrfont(ep) ((ep)[-6]) argument
55 #define eseproc(ep) ((ep)[-7]) argument
H A Destack.h113 #define make_mark_estack(ep, es_idx, proc)\ argument
117 #define r_is_estack_mark(ep)\ argument
119 #define estack_mark_index(ep) r_size(ep) argument
120 #define set_estack_mark_index(ep, es_idx) r_set_size(ep, es_idx) argument
124 #define make_op_estack(ep, proc)\ argument
H A Dzcontrol.c44 es_ptr ep = esp; in zcond() local
67 es_ptr ep = esp; in cond_continue() local
160 es_ptr ep; in zsuperexec() local
195 es_ptr ep; in zrunandhide() local
301 register es_ptr ep; in zfor() local
354 register es_ptr ep = esp; in for_pos_int_continue() local
373 register es_ptr ep = esp; in for_neg_int_continue() local
392 es_ptr ep = esp; in for_real_continue() local
424 es_ptr ep; in zfor_samples() local
446 es_ptr ep = esp; in for_samples_continue() local
[all …]
H A Dstream.h309 #define s_declare_inline(s, cp, ep)\ argument
312 #define s_begin_inline(s, cp, ep)\ argument
314 #define s_end_inline(s, cp, ep)\ argument
316 #define sbufavailable_inline(s, cp, ep)\ argument
318 #define sendbufp_inline(s, cp, ep)\ argument
321 #define sgetc_inline(s, cp, ep)\ argument
323 #define spgetc_inline(s, cp, ep)\ argument
326 #define sputback_inline(s, cp, ep)\ argument
H A Dzimage.c226 #define EBOT_NUM_SOURCES(ep) ((ep) + 2) argument
227 #define EBOT_SOURCE(ep, i)\ argument
229 #define ETOP_SOURCE(ep, i)\ argument
231 #define ETOP_PLANE_INDEX(ep) ((ep) - 2) argument
232 #define ETOP_NUM_SOURCES(ep) ((ep) - 1) argument
260 es_ptr ep = EBOT_SOURCE(esp, px); in zimage_data_setup() local
H A Dzcsindex.c136 es_ptr ep = esp; in indexed_map1() local
188 es_ptr ep; in zcs_begin_map() local
H A Dscfdgen.c119 const cfe_run *ep; in cfd_enumerate_codes() local
153 const cfe_run *ep; in cfd_enumerate_2d() local
174 const cfe_run *ep; in cfd_enumerate_uncompressed() local
/plan9/sys/src/cmd/ndb/
H A DconvDNS2M.c23 char *ep; /* first free char in buf */ member
37 psym(uchar *p, uchar *ep, char *np) in psym()
52 pstr(uchar *p, uchar *ep, char *np) in pstr()
58 pbytes(uchar *p, uchar *ep, uchar *np, int n) in pbytes()
67 puchar(uchar *p, uchar *ep, int val) in puchar()
76 pushort(uchar *p, uchar *ep, int val) in pushort()
86 pulong(uchar *p, uchar *ep, int val) in pulong()
98 pv4addr(uchar *p, uchar *ep, char *name) in pv4addr()
110 pv6addr(uchar *p, uchar *ep, char *name) in pv6addr()
119 pname(uchar *p, uchar *ep, char *np, Dict *dp) in pname()
[all …]
/plan9/sys/src/cmd/unix/u9fs/
H A DconvM2S.c6 gstring(uchar *p, uchar *ep, char **s) in gstring()
26 gqid(uchar *p, uchar *ep, Qid *q) in gqid()
52 uchar *p, *ep; in convM2S() local
H A Du9fs.c614 uchar *p, *ep, *q; in stat2qid() local
708 uchar *p, *ep; in rread() local
1242 newfid(int fid, char **ep) in newfid()
1263 newauthfid(int fid, void *magic, char **ep) in newauthfid()
1275 oldfidex(int fid, int auth, char **ep) in oldfidex()
1298 oldfid(int fid, char **ep) in oldfid()
1304 oldauthfid(int fid, void **magic, char **ep) in oldauthfid()
1332 fidstat(Fid *fid, char **ep) in fidstat()
1346 userchange(User *u, char **ep) in userchange()
1389 groupchange(User *u, User *g, char **ep) in groupchange()
[all …]
/plan9/sys/src/cmd/unix/drawterm/libc/
H A DconvM2S.c7 gstring(uchar *p, uchar *ep, char **s) in gstring()
27 gqid(uchar *p, uchar *ep, Qid *q) in gqid()
53 uchar *p, *ep; in convM2S() local
H A Dfmt.c76 Convfmt *p, *ep; in __fmtinstall() local
114 Convfmt *p, *ep; in fmtfmt() local
/plan9/sys/src/libc/9sys/
H A DconvM2S.c7 gstring(uchar *p, uchar *ep, char **s) in gstring()
27 gqid(uchar *p, uchar *ep, Qid *q) in gqid()
53 uchar *p, *ep; in convM2S() local
/plan9/sys/src/9/omap/
H A Ddevusb.c264 seprintep(char *s, char *se, Ep *ep, int all) in seprintep()
324 Ep *ep; in epalloc() local
354 Ep *ep; in getep() local
367 putep(Ep *ep) in putep()
403 Ep *ep; in dumpeps() local
449 Ep *ep; in newdev() local
479 newdevep(Ep *ep, int i, int tt, int mode) in newdevep()
539 Ep *ep; in usbgen() local
803 Ep *ep; in usbopen() local
856 epclose(Ep *ep) in epclose()
[all …]
/plan9/sys/src/9/kw/
H A Ddevusb.c264 seprintep(char *s, char *se, Ep *ep, int all) in seprintep()
324 Ep *ep; in epalloc() local
354 Ep *ep; in getep() local
367 putep(Ep *ep) in putep()
403 Ep *ep; in dumpeps() local
449 Ep *ep; in newdev() local
479 newdevep(Ep *ep, int i, int tt, int mode) in newdevep()
539 Ep *ep; in usbgen() local
802 Ep *ep; in usbopen() local
855 epclose(Ep *ep) in epclose()
[all …]
/plan9/sys/src/9/pc/
H A Ddevusb.c264 seprintep(char *s, char *se, Ep *ep, int all) in seprintep()
324 Ep *ep; in epalloc() local
353 Ep *ep; in getep() local
366 putep(Ep *ep) in putep()
402 Ep *ep; in dumpeps() local
448 Ep *ep; in newdev() local
478 newdevep(Ep *ep, int i, int tt, int mode) in newdevep()
538 Ep *ep; in usbgen() local
820 Ep *ep; in usbopen() local
873 epclose(Ep *ep) in epclose()
[all …]
/plan9/sys/src/9/bcm/
H A Ddevusb.c264 seprintep(char *s, char *se, Ep *ep, int all) in seprintep()
324 Ep *ep; in epalloc() local
354 Ep *ep; in getep() local
367 putep(Ep *ep) in putep()
403 Ep *ep; in dumpeps() local
449 Ep *ep; in newdev() local
479 newdevep(Ep *ep, int i, int tt, int mode) in newdevep()
539 Ep *ep; in usbgen() local
803 Ep *ep; in usbopen() local
856 epclose(Ep *ep) in epclose()
[all …]
H A Dusbdwc.c69 chanalloc(Ep *ep) in chanalloc()
89 chanrelease(Ep *ep, Hostchan *chan) in chanrelease()
102 chansetup(Hostchan *hc, Ep *ep) in chansetup()
192 chanwait(Ep *ep, Ctlr *ctlr, Hostchan *hc, int mask) in chanwait()
289 logstart(Ep *ep) in logstart()
296 clog(Ep *ep, Hostchan *hc) in clog()
314 logdump(Ep *ep) in logdump()
331 chanio(Ep *ep, Hostchan *hc, int dir, int pid, void *a, int len) in chanio()
455 multitrans(Ep *ep, Hostchan *hc, int rw, void *a, long n) in multitrans()
473 eptrans(Ep *ep, int rw, void *a, long n) in eptrans()
[all …]
/plan9/sys/src/cmd/spell/
H A Dsprog.c457 char *ep, *cp; in main() local
599 trysuff(char* ep, int lev, int flag) in trysuff()
640 nop(char* ep, char* d, char* a, int lev, int flag) in nop()
647 cstrip(char* ep, char* d, char* a, int lev, int flag) in cstrip()
670 strip(char* ep, char* d, char* a, int lev, int flag) in strip()
688 s(char* ep, char* d, char* a, int lev, int flag) in s()
713 an(char* ep, char* d, char* a, int lev, int flag) in an()
722 ize(char* ep, char* d, char* a, int lev, int flag) in ize()
735 y_to_e(char* ep, char* d, char* a, int lev, int flag) in y_to_e()
755 ily(char* ep, char* d, char* a, int lev, int flag) in ily()
[all …]
/plan9/sys/src/cmd/aquarela/
H A Dnbdgramconv.c8 nbdgramconvM2S(NbDgram *s, uchar *ap, uchar *ep) in nbdgramconvM2S()
64 nbdgramconvS2M(uchar *ap, uchar *ep, NbDgram *s) in nbdgramconvS2M()
H A Dnbnsconv.c122 resourcedecode(NbnsMessageResource **headp, int count, uchar *ap, uchar *pp, uchar *ep) in resourcedecode()
162 uchar *p, *ep; in nbnsconvM2S() local
226 resourceencode(NbnsMessageResource *r, uchar *ap, uchar *ep) in resourceencode()
252 uchar *ep = ap + nap; in nbnsconvS2M() local
/plan9/sys/src/ape/cmd/pdksh/
H A Dmain.c667 register struct env *ep; local
683 register struct env *ep = e; in quitenv() local
735 struct env *ep; in cleanup_parents_env() local
760 struct env *ep; in cleanup_proc_env() local
/plan9/sys/src/libsunrpc/
H A Dserver.c82 uchar *p, *ep; in sunRpcRequestThread() local
191 uchar *p, *bp, *ep; in sunMsgReplyError() local
228 uchar *bp, *p, *ep; in sunMsgReply() local
/plan9/sys/src/cmd/aux/
H A Dtrampoline.c42 Endpoints *ep; in main() local
179 Endpoints *ep; in getendpoints() local
196 freeendpoints(Endpoints *ep) in freeendpoints()
/plan9/sys/src/ape/lib/ap/stdio/
H A Drdline.c8 char *rdline(FILE *f, char **ep){ in rdline()

12345678910