/plan9/sys/src/cmd/aux/antiword/ |
H A D | debug.h | 17 #define DBG_MSG(t) (void)fprintf(stderr,\ argument 21 #define DBG_STRN(t,m) (void)fprintf(stderr,\ argument 49 #define DBG_UNICODE(t) vPrintUnicode(__FILE__, __LINE__,\ argument 51 #define DBG_UNICODE_N(t,m) vPrintUnicode(__FILE__, __LINE__,\ argument 54 #define DBG_MSG_C(c,t) do { if (c) DBG_MSG(t); } while(0) argument 55 #define DBG_STRN_C(c,t,m) do { if (c) DBG_STRN(t,m); } while(0) argument 63 #define DBG_MSG(t) /* EMPTY */ argument 64 #define DBG_STRN(t,m) /* EMPTY */ argument 72 #define DBG_UNICODE(t) /* EMPTY */ argument 73 #define DBG_UNICODE_N(t,m) /* EMPTY */ argument [all …]
|
/plan9/sys/src/cmd/ip/imap4d/ |
H A D | fns.h | 119 #define MK(t) ((t*)emalloc(sizeof(t))) argument 120 #define MKZ(t) ((t*)ezmalloc(sizeof(t))) argument 121 #define MKN(t,n) ((t*)emalloc((n)*sizeof(t))) argument 122 #define MKNZ(t,n) ((t*)ezmalloc((n)*sizeof(t))) argument 123 #define MKNA(t,at,n) ((t*)emalloc(sizeof(t) + (n)*sizeof(at))) argument
|
/plan9/sys/src/libgeometry/ |
H A D | tstack.c | 21 Space *pushmat(Space *t){ in pushmat() 33 Space *popmat(Space *t){ in popmat() 40 void rot(Space *t, double theta, int axis){ in rot() 56 void qrot(Space *t, Quaternion q){ in qrot() 63 void scale(Space *t, double x, double y, double z){ in scale() 75 void move(Space *t, double x, double y, double z){ in move() 87 void xform(Space *t, Matrix m){ in xform() 92 void ixform(Space *t, Matrix m, Matrix inv){ in ixform() 104 void look(Space *t, Point3 e, Point3 l, Point3 u){ in look() 127 int persp(Space *t, double fov, double n, double f){ in persp() [all …]
|
/plan9/sys/src/cmd/rc/ |
H A D | tree.c | 14 tree *t = new(tree); in newtree() local 26 tree *t, *u; in freenodes() local 51 tree *t; in tree3() local 67 mung1(tree *t, tree *c0) in mung1() 74 mung2(tree *t, tree *c0, tree *c1) in mung2() 82 mung3(tree *t, tree *c0, tree *c1, tree *c2) in mung3() 106 simplemung(tree *t) in simplemung() 130 tree *t = newtree(); in token() local
|
/plan9/sys/src/cmd/venti/srv/ |
H A D | fns.h | 224 #define MK(t) ((t*)emalloc(sizeof(t))) argument 225 #define MKZ(t) ((t*)ezmalloc(sizeof(t))) argument 226 #define MKN(t,n) ((t*)emalloc((n)*sizeof(t))) argument 227 #define MKNZ(t,n) ((t*)ezmalloc((n)*sizeof(t))) argument 228 #define MKNA(t,at,n) ((t*)emalloc(sizeof(t) + (n)*sizeof(at))) argument
|
/plan9/sys/src/cmd/abaco/ |
H A D | text.c | 20 textinit(Text *t, Image *b, Rectangle r, Font *f, Image *cols[NCOL]) in textinit() 33 textredraw(Text *t, Rectangle r, Font *f, Image *b) in textredraw() 47 textresize(Text *t, Image *b, Rectangle r) in textresize() 67 textclose(Text *t) in textclose() 74 textinsert(Text *t, uint q0, Rune *r, uint n) in textinsert() 94 textfill(Text *t) in textfill() 128 textdelete(Text *t, uint q0, uint q1) in textdelete() 160 textbswidth(Text *t, Rune c) in textbswidth() 191 texttype(Text *t, Rune r) in texttype() 313 textframescroll(Text *t, int dl) in textframescroll() [all …]
|
H A D | tabs.c | 20 Table *t; in drawtable() local 46 settable(Table *t) in settable() 66 Table *t; in settables() local 81 cellwidth(Table *t, Tablecell *c, int sep) in cellwidth() 100 cellheight(Table *t, Tablecell *c, int sep) in cellheight() 132 fixcols(Table *t, int *width, int sep, int domax) in fixcols() 170 tablewidth(Table *t, int tw, int sep) in tablewidth() 222 fixrows(Table *t, int sep) in fixrows() 261 tableheight(Table *t, int sep) in tableheight() 287 tablesize(Table *t, int availw) in tablesize() [all …]
|
H A D | time.c | 26 timerstop(Timer *t) in timerstop() 33 timercancel(Timer *t) in timercancel() 43 Timer **t, *x; in timerproc() local 105 Timer *t; in timerstart() local
|
/plan9/sys/src/libndb/ |
H A D | ndbfree.c | 12 ndbfree(Ndbtuple *t) in ndbfree() 29 ndbsetval(Ndbtuple *t, char *val, int n) in ndbsetval() 54 Ndbtuple *t; in ndbnew() local 72 ndbsetmalloctag(Ndbtuple *t, uintptr tag) in ndbsetmalloctag()
|
/plan9/sys/src/cmd/acme/ |
H A D | text.c | 23 textinit(Text *t, File *f, Rectangle r, Reffont *rf, Image *cols[NCOL]) in textinit() 40 textredraw(Text *t, Rectangle r, Font *f, Image *b, int odx) in textredraw() 71 textresize(Text *t, Rectangle r) in textresize() 91 textclose(Text *t) in textclose() 126 textcolumnate(Text *t, Dirlist **dlp, int ndl) in textcolumnate() 181 textload(Text *t, uint q0, char *file, int setqid) in textload() 295 textbsinsert(Text *t, uint q0, Rune *r, uint n, int tofile, int *nrp) in textbsinsert() 340 textinsert(Text *t, uint q0, Rune *r, uint n, int tofile) in textinsert() 387 typecommit(Text *t) in typecommit() 396 textfill(Text *t) in textfill() [all …]
|
H A D | time.c | 25 timerstop(Timer *t) in timerstop() 32 timercancel(Timer *t) in timercancel() 42 Timer **t, *x; in timerproc() local 106 Timer *t; in timerstart() local
|
H A D | ecmd.c | 62 cmdexec(Text *t, Cmd *cp) in cmdexec() 155 filelist(Text *t, Rune *r, int nr) in filelist() 169 a_cmd(Text *t, Cmd *cp) in a_cmd() 187 B_cmd(Text *t, Cmd *cp) in B_cmd() 212 c_cmd(Text *t, Cmd *cp) in c_cmd() 221 d_cmd(Text *t, Cmd*) in d_cmd() 231 D1(Text *t) in D1() 238 D_cmd(Text *t, Cmd *cp) in D_cmd() 295 e_cmd(Text *t, Cmd *cp) in e_cmd() 348 f_cmd(Text *t, Cmd *cp) in f_cmd() [all …]
|
/plan9/sys/src/libthread/ |
H A D | sched.c | 31 Thread *t, **l; in _schedinit() local 86 Thread *t; in needstack() local 103 Thread *t; in _sched() local 134 Thread *t; in runthread() local 158 _threadready(Thread *t) in _threadready()
|
H A D | rendez.c | 10 finish(Thread *t, void *val) in finish() 31 Thread *t, **l; in _threadrendezvous() local 68 _threadflagrendez(Thread *t) in _threadflagrendez() 78 Thread *t, **l; in _threadbreakrendez() local
|
/plan9/sys/src/cmd/gs/src/ |
H A D | gzspotan.c | 58 gx_san_trap *t = *list, *t1; in free_trap_list() local 70 gx_san_trap_contact *t = *list, *t1; in free_cont_list() local 82 gx_san_trap *t = padev->trap_free; in trap_reserve() local 107 gx_san_trap_contact *t = padev->cont_free; in cont_reserve() local 130 trap_unreserve(gx_device_spot_analyzer *padev, gx_san_trap *t) in trap_unreserve() 138 cont_unreserve(gx_device_spot_analyzer *padev, gx_san_trap_contact *t) in cont_unreserve() 160 band_list_remove(gx_san_trap **list, gx_san_trap *t) in band_list_remove() 175 band_list_insert_last(gx_san_trap **list, gx_san_trap *t) in band_list_insert_last() 191 cont_list_insert_last(gx_san_trap_contact **list, gx_san_trap_contact *t) in cont_list_insert_last() 207 trap_is_last(const gx_san_trap *list, const gx_san_trap *t) in trap_is_last() [all …]
|
/plan9/sys/src/cmd/iostats/ |
H A D | statsrv.c | 35 update(Rpc *rpc, vlong t) in update() 55 vlong t; in Xversion() local 81 vlong t; in Xauth() local 94 Fsrpc *t, *e; in Xflush() local 123 vlong t; in Xattach() local 149 vlong t; in Xwalk() local 220 vlong t; in Xclunk() local 255 vlong t; in Xstat() local 299 vlong t; in Xcreate() local 345 vlong t; in Xremove() local [all …]
|
/plan9/sys/src/cmd/astro/ |
H A D | pdate.c | 21 dsrc(double d, Tim *t, int i) in dsrc() 37 dtsetup(double d, Tim *t) in dtsetup() 60 Tim t; in pdate() local 84 Tim t; in ptime() local 199 double t, l1, l2; in tzone() local 263 convdate(Tim *t) in convdate()
|
/plan9/sys/src/cmd/aquarela/ |
H A D | smbtransaction.c | 16 _smbtransactiondecodeprimary(SmbTransaction *t, SmbHeader *h, uchar *pdata, SmbBuffer *b, int hasna… in _smbtransactiondecodeprimary() 86 decoderesponse(SmbTransaction *t, Args *a, SmbBuffer *b, char **errmsgp) in decoderesponse() 137 smbtransactiondecoderesponse(SmbTransaction *t, SmbHeader *h, uchar *pdata, SmbBuffer *b, char **er… in smbtransactiondecoderesponse() 167 smbtransactiondecoderesponse2(SmbTransaction *t, SmbHeader *h, uchar *pdata, SmbBuffer *b, char **e… in smbtransactiondecoderesponse2() 197 smbtransactiondecodeprimary(SmbTransaction *t, SmbHeader *h, uchar *pdata, SmbBuffer *b, char **err… in smbtransactiondecodeprimary() 203 smbtransactiondecodeprimary2(SmbTransaction *t, SmbHeader *h, uchar *pdata, SmbBuffer *b, char **er… in smbtransactiondecodeprimary2() 209 smbtransactionfree(SmbTransaction *t) in smbtransactionfree() 220 _transactionencodeprimary(SmbTransaction *t, uchar cmd, SmbHeader *h, SmbPeerInfo *p, SmbBuffer *ob, in _transactionencodeprimary() 309 smbtransactionencodeprimary(SmbTransaction *t, SmbHeader *h, SmbPeerInfo *p, SmbBuffer *ob, in smbtransactionencodeprimary() 316 smbtransactionencodeprimary2(SmbTransaction *t, SmbHeader *h, SmbPeerInfo *p, SmbBuffer *ob, in smbtransactionencodeprimary2() [all …]
|
/plan9/sys/src/cmd/cc/ |
H A D | dcl.c | 4 dodecl(void (*f)(int,Type*,Sym*), int c, Type *t, Node *n) in dodecl() argument 135 tcopy(Type *t) in tcopy() 156 doinit(Sym *s, Type *t, long o, Node *a) in doinit() 248 isstruct(Node *a, Type *t) in isstruct() 285 init1(Sym *s, Type *t, long o, int exflag) in init1() 522 sualign(Type *t) in sualign() 607 Type *tl, *tr, *t; in ofnproto() local 634 Type *t; in argmark() local 856 Type *t; in fnproto1() local 1014 sigind(Type *t, Typetab *tt) in sigind() [all …]
|
/plan9/sys/src/cmd/rio/ |
H A D | time.c | 24 timerstop(Timer *t) in timerstop() 31 timercancel(Timer *t) in timercancel() 41 Timer **t, *x; in timerproc() local 110 Timer *t; in timerstart() local
|
/plan9/sys/src/cmd/samterm/ |
H A D | main.c | 34 Text *t; in threadmain() local 128 Text *t; in current() local 148 Text *t=(Text *)l->user1; in closeup() local 176 findl(Text *t) in findl() 188 Text *t=(Text *)l->user1; in duplicate() local 246 snarf(Text *t, int w) in snarf() 257 cut(Text *t, int w, int save, int check) in cut() 280 paste(Text *t, int w) in paste() 292 Text *t=(Text *)l->user1; in scrorigin() local 365 Text *t; in center() local [all …]
|
/plan9/acme/news/src/ |
H A D | util.c | 22 char *t; in estrdup() local 30 estrstrdup(char *s, char *t) in estrstrdup() 41 estrstrstrdup(char *r, char *s, char *t) in estrstrstrdup() 53 eappend(char *s, char *sep, char *t) in eappend() 70 egrow(char *s, char *sep, char *t) in egrow()
|
/plan9/sys/src/libc/port/ |
H A D | quote.c | 12 char *t, *ret; in unquotestrdup() local 50 Rune *t, *ret; in unquoterunestrdup() local 88 char *t, *u, *ret; in quotestrdup() local 114 Rune *t, *u, *ret; in quoterunestrdup() local
|
/plan9/sys/src/cmd/fossil/ |
H A D | view.c | 310 Tnode *t; in stringnode() local 321 xcacheexpand(Tnode *t) in xcacheexpand() 334 Tnode *t; in initxcache() local 345 xheaderexpand(Tnode *t) in xheaderexpand() 361 Tnode *t; in initxheader() local 383 xsuperexpand(Tnode *t) in xsuperexpand() 399 Tnode *t; in initxsuper() local 426 xvacrootexpand(Tnode *t) in xvacrootexpand() 439 Tnode *t; in initxvacroot() local 478 Xblock *t = (Xblock*)tt; in xblockexpand() local [all …]
|
/plan9/sys/src/cmd/spin/ |
H A D | pangen6.c | 346 AST_run_alias(char *pn, char *s, Lextok *t, int parno) in AST_run_alias() 368 FSM_trans *t; in AST_findrun() local 401 { Lextok *f, *t, *c; in AST_para() local 530 FSM_trans *t; in AST_other() local 594 AST_indirect(FSM_use *uin, FSM_trans *t, char *cause, char *pn) in AST_indirect() 625 def_relevant(char *pn, FSM_trans *t, Lextok *n, int ischan) in def_relevant() 666 FSM_trans *t; in AST_relevant() local 704 { FSM_trans *t, *T; in AST_relpar() local 765 AST_scoutrun(Lextok *t) in AST_scoutrun() 778 FSM_trans *t; in AST_tagruns() local [all …]
|