Searched refs:Match_t (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/sort/
H A Dsfopen.c50 struct Match_s; typedef struct Match_s Match_t; typedef in typeref:struct:Match_s
61 Match_t* next;
68 Match_t* match;
75 static Match_t*
84 Match_t* mp;
85 Match_t* me;
86 Match_t* mv;
125 if (!(mv = newof(0, Match_t, 1, 0)))
156 register Match_t* mp;
/ast/src/lib/libvdelta/vd01/
H A Dvddelta01.c38 typedef struct _match_s Match_t; typedef in typeref:struct:_match_s
41 { Match_t* next; /* linked list ptr */
50 Match_t* base; /* base of elements */
52 Match_t** table; /* hash table */
57 static int vdputinst(Table_t* tab, uchar* begs, uchar* here, Match_t* match, int n_copy)
63 Match_t* match; /* best match if any */
167 reg Match_t *m, *list, *curm, *bestm;
172 reg Match_t *base = tab->base, **table = tab->table;
184 return vdputinst(tab,s,endfold,NIL(Match_t*),0);
188 bestm = NIL(Match_t*);
[all...]
/ast/src/cmd/std/
H A Dmount.c171 } Match_t; typedef in typeref:struct:__anon233
212 register Match_t* p;
216 state.matchdisc.key = offsetof(Match_t, name);
236 if (!(p = (Match_t*)dtmatch(state.match, b)))
238 if (!(p = newof(0, Match_t, 1, s - b)))
256 Match_t* p;
263 if (!(p = (Match_t*)dtmatch(state.match, s)))
267 p = (Match_t*)dtmatch(state.match, s);
282 Match_t* p;
286 p = (Match_t*)dtmatc
[all...]
/ast/src/lib/libast/astsa/
H A Dstrmatch.c86 } Match_t; typedef in typeref:struct:__anon247
105 gobble(Match_t* mp, register char* s, register int sub, int* g, int clear)
165 static int grpmatch(Match_t*, int, char*, register char*, char*, int);
174 onematch(Match_t* mp, int g, char* s, char* p, char* e, char* r, int flags)
523 grpmatch(Match_t* mp, int g, char* s, register char* p, char* e, int flags)
552 Match_t match;
/ast/src/cmd/3d/
H A Dstrmatch.c162 } Match_t; typedef in typeref:struct:Match_s
193 gobble(Match_t* mp, register char* s, register int sub, int* g, int clear)
253 static int grpmatch(Match_t*, int, char*, register char*, char*, int);
268 onematch(Match_t* mp, int g, char* s, char* p, char* e, char* r, int flags)
725 grpmatch(Match_t* mp, int g, char* s, register char* p, char* e, int flags)
762 Match_t match;
/ast/src/lib/libjcl/
H A Dpath.c47 } Match_t; typedef in typeref:struct:Match_s
61 Match_t match[7];

Completed in 24 milliseconds