Home
last modified time | relevance | path

Searched refs:subexp_map (Results 1 – 25 of 225) sorted by relevance

123456789

/dports/print/texlive-base/texlive-20150521-source/texk/chktex/regex/
H A Dregcomp.c595 re_free (dfa->subexp_map); in free_dfa_content()
1092 dfa->subexp_map = re_malloc (int, preg->re_nsub); in analyze()
1093 if (dfa->subexp_map != NULL) in analyze()
1097 dfa->subexp_map[i] = i; in analyze()
1100 if (dfa->subexp_map[i] != i) in analyze()
1104 free (dfa->subexp_map); in analyze()
1105 dfa->subexp_map = NULL; in analyze()
1210 if (node->token.type == OP_BACK_REF && dfa->subexp_map) in optimize_subexps()
1213 node->token.opr.idx = dfa->subexp_map[idx]; in optimize_subexps()
1226 dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx]; in optimize_subexps()
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/pdftexdir/regex/
H A Dregcomp.c595 re_free (dfa->subexp_map); in free_dfa_content()
1092 dfa->subexp_map = re_malloc (int, preg->re_nsub); in analyze()
1093 if (dfa->subexp_map != NULL) in analyze()
1097 dfa->subexp_map[i] = i; in analyze()
1100 if (dfa->subexp_map[i] != i) in analyze()
1104 free (dfa->subexp_map); in analyze()
1105 dfa->subexp_map = NULL; in analyze()
1210 if (node->token.type == OP_BACK_REF && dfa->subexp_map) in optimize_subexps()
1213 node->token.opr.idx = dfa->subexp_map[idx]; in optimize_subexps()
1226 dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx]; in optimize_subexps()
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/pdftexdir/regex/
H A Dregcomp.c595 re_free (dfa->subexp_map); in free_dfa_content()
1092 dfa->subexp_map = re_malloc (int, preg->re_nsub); in analyze()
1093 if (dfa->subexp_map != NULL) in analyze()
1097 dfa->subexp_map[i] = i; in analyze()
1100 if (dfa->subexp_map[i] != i) in analyze()
1104 free (dfa->subexp_map); in analyze()
1105 dfa->subexp_map = NULL; in analyze()
1210 if (node->token.type == OP_BACK_REF && dfa->subexp_map) in optimize_subexps()
1213 node->token.opr.idx = dfa->subexp_map[idx]; in optimize_subexps()
1226 dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx]; in optimize_subexps()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/pdftexdir/regex/
H A Dregcomp.c595 re_free (dfa->subexp_map); in free_dfa_content()
1092 dfa->subexp_map = re_malloc (int, preg->re_nsub); in analyze()
1093 if (dfa->subexp_map != NULL) in analyze()
1097 dfa->subexp_map[i] = i; in analyze()
1100 if (dfa->subexp_map[i] != i) in analyze()
1104 free (dfa->subexp_map); in analyze()
1105 dfa->subexp_map = NULL; in analyze()
1210 if (node->token.type == OP_BACK_REF && dfa->subexp_map) in optimize_subexps()
1213 node->token.opr.idx = dfa->subexp_map[idx]; in optimize_subexps()
1226 dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx]; in optimize_subexps()
/dports/devel/arduino-ctags/ctags-5.8-arduino11/gnu_regex/
H A Dregcomp.c626 re_free (dfa->subexp_map); in free_dfa_content()
1126 dfa->subexp_map = re_malloc (int, preg->re_nsub); in analyze()
1127 if (dfa->subexp_map != NULL) in analyze()
1131 dfa->subexp_map[i] = i; in analyze()
1134 if (dfa->subexp_map[i] != i) in analyze()
1138 free (dfa->subexp_map); in analyze()
1139 dfa->subexp_map = NULL; in analyze()
1244 if (node->token.type == OP_BACK_REF && dfa->subexp_map) in optimize_subexps()
1247 node->token.opr.idx = dfa->subexp_map[idx]; in optimize_subexps()
1260 dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx]; in optimize_subexps()
/dports/devel/kBuild/kBuild-0.1.9998/src/sed/lib/
H A Dregcomp.c609 re_free (dfa->subexp_map); in free_dfa_content()
1107 dfa->subexp_map = re_malloc (int, preg->re_nsub); in analyze()
1108 if (dfa->subexp_map != NULL) in analyze()
1112 dfa->subexp_map[i] = i; in analyze()
1115 if (dfa->subexp_map[i] != i) in analyze()
1119 free (dfa->subexp_map); in analyze()
1120 dfa->subexp_map = NULL; in analyze()
1225 if (node->token.type == OP_BACK_REF && dfa->subexp_map) in optimize_subexps()
1228 node->token.opr.idx = dfa->subexp_map[idx]; in optimize_subexps()
1241 dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx]; in optimize_subexps()
/dports/comms/direwolf/direwolf-1.6/external/regex/
H A Dregcomp.c605 re_free (dfa->subexp_map); in free_dfa_content()
1103 dfa->subexp_map = re_malloc (int, preg->re_nsub); in analyze()
1104 if (dfa->subexp_map != NULL) in analyze()
1108 dfa->subexp_map[i] = i; in analyze()
1111 if (dfa->subexp_map[i] != i) in analyze()
1115 free (dfa->subexp_map); in analyze()
1116 dfa->subexp_map = NULL; in analyze()
1221 if (node->token.type == OP_BACK_REF && dfa->subexp_map) in optimize_subexps()
1224 node->token.opr.idx = dfa->subexp_map[idx]; in optimize_subexps()
1237 dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx]; in optimize_subexps()
/dports/devel/ctags/ctags-5.8/gnu_regex/
H A Dregcomp.c626 re_free (dfa->subexp_map); in free_dfa_content()
1126 dfa->subexp_map = re_malloc (int, preg->re_nsub); in analyze()
1127 if (dfa->subexp_map != NULL) in analyze()
1131 dfa->subexp_map[i] = i; in analyze()
1134 if (dfa->subexp_map[i] != i) in analyze()
1138 free (dfa->subexp_map); in analyze()
1139 dfa->subexp_map = NULL; in analyze()
1244 if (node->token.type == OP_BACK_REF && dfa->subexp_map) in optimize_subexps()
1247 node->token.opr.idx = dfa->subexp_map[idx]; in optimize_subexps()
1260 dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx]; in optimize_subexps()
/dports/devel/geany/geany-1.38/ctags/gnu_regex/
H A Dregcomp.c626 re_free (dfa->subexp_map); in free_dfa_content()
1126 dfa->subexp_map = re_malloc (int, preg->re_nsub); in analyze()
1127 if (dfa->subexp_map != NULL) in analyze()
1131 dfa->subexp_map[i] = i; in analyze()
1134 if (dfa->subexp_map[i] != i) in analyze()
1138 free (dfa->subexp_map); in analyze()
1139 dfa->subexp_map = NULL; in analyze()
1244 if (node->token.type == OP_BACK_REF && dfa->subexp_map) in optimize_subexps()
1247 node->token.opr.idx = dfa->subexp_map[idx]; in optimize_subexps()
1260 dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx]; in optimize_subexps()
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/pdftexdir/regex/
H A Dregcomp.c595 re_free (dfa->subexp_map); in free_dfa_content()
1092 dfa->subexp_map = re_malloc (int, preg->re_nsub); in analyze()
1093 if (dfa->subexp_map != NULL) in analyze()
1097 dfa->subexp_map[i] = i; in analyze()
1100 if (dfa->subexp_map[i] != i) in analyze()
1104 free (dfa->subexp_map); in analyze()
1105 dfa->subexp_map = NULL; in analyze()
1210 if (node->token.type == OP_BACK_REF && dfa->subexp_map) in optimize_subexps()
1213 node->token.opr.idx = dfa->subexp_map[idx]; in optimize_subexps()
1226 dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx]; in optimize_subexps()
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/pdftexdir/regex/
H A Dregcomp.c595 re_free (dfa->subexp_map); in free_dfa_content()
1092 dfa->subexp_map = re_malloc (int, preg->re_nsub); in analyze()
1093 if (dfa->subexp_map != NULL) in analyze()
1097 dfa->subexp_map[i] = i; in analyze()
1100 if (dfa->subexp_map[i] != i) in analyze()
1104 free (dfa->subexp_map); in analyze()
1105 dfa->subexp_map = NULL; in analyze()
1210 if (node->token.type == OP_BACK_REF && dfa->subexp_map) in optimize_subexps()
1213 node->token.opr.idx = dfa->subexp_map[idx]; in optimize_subexps()
1226 dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx]; in optimize_subexps()
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/pdftexdir/regex/
H A Dregcomp.c595 re_free (dfa->subexp_map); in free_dfa_content()
1092 dfa->subexp_map = re_malloc (int, preg->re_nsub); in analyze()
1093 if (dfa->subexp_map != NULL) in analyze()
1097 dfa->subexp_map[i] = i; in analyze()
1100 if (dfa->subexp_map[i] != i) in analyze()
1104 free (dfa->subexp_map); in analyze()
1105 dfa->subexp_map = NULL; in analyze()
1210 if (node->token.type == OP_BACK_REF && dfa->subexp_map) in optimize_subexps()
1213 node->token.opr.idx = dfa->subexp_map[idx]; in optimize_subexps()
1226 dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx]; in optimize_subexps()
/dports/japanese/ctags/ctags-5.8j2/gnu_regex/
H A Dregcomp.c626 re_free (dfa->subexp_map); in free_dfa_content()
1126 dfa->subexp_map = re_malloc (int, preg->re_nsub); in analyze()
1127 if (dfa->subexp_map != NULL) in analyze()
1131 dfa->subexp_map[i] = i; in analyze()
1134 if (dfa->subexp_map[i] != i) in analyze()
1138 free (dfa->subexp_map); in analyze()
1139 dfa->subexp_map = NULL; in analyze()
1244 if (node->token.type == OP_BACK_REF && dfa->subexp_map) in optimize_subexps()
1247 node->token.opr.idx = dfa->subexp_map[idx]; in optimize_subexps()
1260 dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx]; in optimize_subexps()
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/pdftexdir/regex/
H A Dregcomp.c595 re_free (dfa->subexp_map); in free_dfa_content()
1092 dfa->subexp_map = re_malloc (int, preg->re_nsub); in analyze()
1093 if (dfa->subexp_map != NULL) in analyze()
1097 dfa->subexp_map[i] = i; in analyze()
1100 if (dfa->subexp_map[i] != i) in analyze()
1104 free (dfa->subexp_map); in analyze()
1105 dfa->subexp_map = NULL; in analyze()
1210 if (node->token.type == OP_BACK_REF && dfa->subexp_map) in optimize_subexps()
1213 node->token.opr.idx = dfa->subexp_map[idx]; in optimize_subexps()
1226 dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx]; in optimize_subexps()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/modules/c_FileTypeSigModule/mingw-libgnurx-2.5.1/
H A Dregcomp.c605 re_free (dfa->subexp_map); in free_dfa_content()
1103 dfa->subexp_map = re_malloc (int, preg->re_nsub); in analyze()
1104 if (dfa->subexp_map != NULL) in analyze()
1108 dfa->subexp_map[i] = i; in analyze()
1111 if (dfa->subexp_map[i] != i) in analyze()
1115 free (dfa->subexp_map); in analyze()
1116 dfa->subexp_map = NULL; in analyze()
1221 if (node->token.type == OP_BACK_REF && dfa->subexp_map) in optimize_subexps()
1224 node->token.opr.idx = dfa->subexp_map[idx]; in optimize_subexps()
1237 dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx]; in optimize_subexps()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ext/regex/
H A Dregcomp.c601 re_free (dfa->subexp_map); in free_dfa_content()
1099 dfa->subexp_map = re_malloc (int, preg->re_nsub); in analyze()
1100 if (dfa->subexp_map != NULL) in analyze()
1104 dfa->subexp_map[i] = i; in analyze()
1107 if (dfa->subexp_map[i] != i) in analyze()
1111 free (dfa->subexp_map); in analyze()
1112 dfa->subexp_map = NULL; in analyze()
1217 if (node->token.type == OP_BACK_REF && dfa->subexp_map) in optimize_subexps()
1220 node->token.opr.idx = dfa->subexp_map[idx]; in optimize_subexps()
1233 dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx]; in optimize_subexps()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ext/regex/
H A Dregcomp.c601 re_free (dfa->subexp_map); in free_dfa_content()
1099 dfa->subexp_map = re_malloc (int, preg->re_nsub); in analyze()
1100 if (dfa->subexp_map != NULL) in analyze()
1104 dfa->subexp_map[i] = i; in analyze()
1107 if (dfa->subexp_map[i] != i) in analyze()
1111 free (dfa->subexp_map); in analyze()
1112 dfa->subexp_map = NULL; in analyze()
1217 if (node->token.type == OP_BACK_REF && dfa->subexp_map) in optimize_subexps()
1220 node->token.opr.idx = dfa->subexp_map[idx]; in optimize_subexps()
1233 dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx]; in optimize_subexps()
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/lib/
H A Dregcomp.c621 re_free (dfa->subexp_map); in free_dfa_content()
1177 dfa->subexp_map = re_malloc (Idx, preg->re_nsub); in analyze()
1178 if (dfa->subexp_map != NULL) in analyze()
1182 dfa->subexp_map[i] = i; in analyze()
1185 if (dfa->subexp_map[i] != i) in analyze()
1189 re_free (dfa->subexp_map); in analyze()
1190 dfa->subexp_map = NULL; in analyze()
1295 if (node->token.type == OP_BACK_REF && dfa->subexp_map) in optimize_subexps()
1298 node->token.opr.idx = dfa->subexp_map[idx]; in optimize_subexps()
1311 dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx]; in optimize_subexps()
/dports/print/texinfo/texinfo-6.8/gnulib/lib/
H A Dregcomp.c621 re_free (dfa->subexp_map); in free_dfa_content()
1177 dfa->subexp_map = re_malloc (Idx, preg->re_nsub); in analyze()
1178 if (dfa->subexp_map != NULL) in analyze()
1182 dfa->subexp_map[i] = i; in analyze()
1185 if (dfa->subexp_map[i] != i) in analyze()
1189 re_free (dfa->subexp_map); in analyze()
1190 dfa->subexp_map = NULL; in analyze()
1295 if (node->token.type == OP_BACK_REF && dfa->subexp_map) in optimize_subexps()
1298 node->token.opr.idx = dfa->subexp_map[idx]; in optimize_subexps()
1311 dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx]; in optimize_subexps()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/deps/regex/
H A Dregcomp.c638 re_free (dfa->subexp_map); in free_dfa_content()
1135 dfa->subexp_map = re_malloc (int, preg->re_nsub); in analyze()
1136 if (dfa->subexp_map != NULL) in analyze()
1140 dfa->subexp_map[i] = i; in analyze()
1143 if (dfa->subexp_map[i] != (int)i) in analyze()
1147 free (dfa->subexp_map); in analyze()
1148 dfa->subexp_map = NULL; in analyze()
1253 if (node->token.type == OP_BACK_REF && dfa->subexp_map) in optimize_subexps()
1256 node->token.opr.idx = dfa->subexp_map[idx]; in optimize_subexps()
1269 dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx]; in optimize_subexps()
/dports/misc/amanda-client/amanda-3.3.9/gnulib/
H A Dregcomp.c649 re_free (dfa->subexp_map); in free_dfa_content()
1199 dfa->subexp_map = re_malloc (Idx, preg->re_nsub); in analyze()
1200 if (dfa->subexp_map != NULL) in analyze()
1204 dfa->subexp_map[i] = i; in analyze()
1207 if (dfa->subexp_map[i] != i) in analyze()
1211 free (dfa->subexp_map); in analyze()
1212 dfa->subexp_map = NULL; in analyze()
1317 if (node->token.type == OP_BACK_REF && dfa->subexp_map) in optimize_subexps()
1320 node->token.opr.idx = dfa->subexp_map[idx]; in optimize_subexps()
1333 dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx]; in optimize_subexps()
/dports/misc/amanda-server/amanda-3.3.9/gnulib/
H A Dregcomp.c649 re_free (dfa->subexp_map); in free_dfa_content()
1199 dfa->subexp_map = re_malloc (Idx, preg->re_nsub); in analyze()
1200 if (dfa->subexp_map != NULL) in analyze()
1204 dfa->subexp_map[i] = i; in analyze()
1207 if (dfa->subexp_map[i] != i) in analyze()
1211 free (dfa->subexp_map); in analyze()
1212 dfa->subexp_map = NULL; in analyze()
1317 if (node->token.type == OP_BACK_REF && dfa->subexp_map) in optimize_subexps()
1320 node->token.opr.idx = dfa->subexp_map[idx]; in optimize_subexps()
1333 dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx]; in optimize_subexps()
/dports/lang/guile2/guile-2.2.7/lib/
H A Dregcomp.c631 re_free (dfa->subexp_map); in free_dfa_content()
1184 dfa->subexp_map = re_malloc (Idx, preg->re_nsub); in analyze()
1185 if (dfa->subexp_map != NULL) in analyze()
1189 dfa->subexp_map[i] = i; in analyze()
1192 if (dfa->subexp_map[i] != i) in analyze()
1196 free (dfa->subexp_map); in analyze()
1197 dfa->subexp_map = NULL; in analyze()
1302 if (node->token.type == OP_BACK_REF && dfa->subexp_map) in optimize_subexps()
1305 node->token.opr.idx = dfa->subexp_map[idx]; in optimize_subexps()
1318 dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx]; in optimize_subexps()
/dports/net/gnu-dico/dico-2.10/xdico/gnu/
H A Dregcomp.c621 re_free (dfa->subexp_map); in free_dfa_content()
1177 dfa->subexp_map = re_malloc (Idx, preg->re_nsub); in analyze()
1178 if (dfa->subexp_map != NULL) in analyze()
1182 dfa->subexp_map[i] = i; in analyze()
1185 if (dfa->subexp_map[i] != i) in analyze()
1189 re_free (dfa->subexp_map); in analyze()
1190 dfa->subexp_map = NULL; in analyze()
1295 if (node->token.type == OP_BACK_REF && dfa->subexp_map) in optimize_subexps()
1298 node->token.opr.idx = dfa->subexp_map[idx]; in optimize_subexps()
1311 dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx]; in optimize_subexps()
/dports/net/gnu-radius/radius-1.6.1/gnu/
H A Dregcomp.c627 re_free (dfa->subexp_map); in free_dfa_content()
1133 dfa->subexp_map = re_malloc (Idx, preg->re_nsub); in analyze()
1134 if (dfa->subexp_map != NULL) in analyze()
1138 dfa->subexp_map[i] = i; in analyze()
1141 if (dfa->subexp_map[i] != i) in analyze()
1145 free (dfa->subexp_map); in analyze()
1146 dfa->subexp_map = NULL; in analyze()
1251 if (node->token.type == OP_BACK_REF && dfa->subexp_map) in optimize_subexps()
1254 node->token.opr.idx = dfa->subexp_map[idx]; in optimize_subexps()
1267 dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx]; in optimize_subexps()

123456789