Searched refs:preg (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xedit/dist/lisp/re/ |
| H A D | re.h | 109 int recomp(re_cod *preg, const char *pattern, int flags); 113 int reexec(const re_cod *preg, const char *string, 117 int reerror(int ecode, const re_cod *preg, char *ebuffer, int ebuffer_size); 120 void refree(re_cod *preg);
|
| H A D | re.c | 136 recomp(re_cod *preg, const char *pattern, int flags) argument 143 preg->cod = NULL; 145 flags & RE_PEND ? preg->re_endp : 173 preg->cod = inf.cod; 175 preg->re_nsub = inf.ref; 183 redump(preg); 190 reexec(const re_cod *preg, const char *string, argument 197 if (preg == NULL || preg->cod == NULL || nmatch < 0 || 210 nosub = preg 1666 reerror(int ecode,const re_cod * preg,char * ebuffer,int ebuffer_size) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard_ra_pipeline.c | 113 unsigned preg = SSA_FIXED_REGISTER(24 + pipeline_count); local in function:mir_pipeline_ins 119 mir_rewrite_index_src_single(q, node, preg); 121 mir_rewrite_index_dst_single(q, node, preg);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | physical_regalloc.c | 61 node->preg.index = index++; 69 if (store->node.preg.index < reg->start) 70 reg->start = store->node.preg.index; 75 if (load->node.preg.index > reg->end) 76 reg->end = load->node.preg.index;
|
| H A D | gpir.h | 187 } preg; member in union:gpir_node::__anonaa794bbb060a
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | list.c | 257 regex_t preg; local in function:match 263 error = regcomp(&preg, pattern, REG_EXTENDED | REG_NOSUB); 266 regerror(error, &preg, buf, sizeof buf); 270 error = regexec(&preg, string, 5, 0, 0); 271 regfree(&preg);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | gpir.h | 192 } preg; member in union:gpir_node::__anon1917146e060a
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | button.c | 3992 regex_t preg; local in function:do_select_regex 3997 if (regcomp(&preg, expr, REG_EXTENDED) == 0) { 4025 if (regexec(&preg, 4077 regfree(&preg);
|
Completed in 14 milliseconds