Searched refs:match_state (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/usr.sbin/httpd/ |
| D | patterns.c | 48 struct match_state { struct 66 static const char *match(struct match_state *, const char *, const char *); argument 69 match_error(struct match_state *ms, const char *error) in match_error() 76 check_capture(struct match_state *ms, int l) in check_capture() 85 capture_to_close(struct match_state *ms) in capture_to_close() 95 classend(struct match_state *ms, const char *p) in classend() 190 singlematch(struct match_state *ms, const char *s, const char *p, in singlematch() 212 matchbalance(struct match_state *ms, const char *s, const char *p) in matchbalance() 239 max_expand(struct match_state *ms, const char *s, const char *p, const char *ep) in max_expand() 257 min_expand(struct match_state *ms, const char *s, const char *p, const char *ep) in min_expand() [all …]
|
| /openbsd/src/usr.bin/indent/ |
| D | indent.c | 174 struct parser_state match_state[5]; variable 1234 match_state[ifdef_level].tos = -1; in main() 1244 match_state[ifdef_level - 1] = ps; in main() 1258 if (match_state[ifdef_level].tos >= 0 in main() 1259 && bcmp(&ps, &match_state[ifdef_level], sizeof ps)) in main()
|
| D | indent_globs.h | 321 extern struct parser_state match_state[5];
|