Searched refs:MatchState (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | lstrlib.c | 221 typedef struct MatchState { struct 232 } MatchState; argument 236 static const char *match (MatchState *ms, const char *s, const char *p); 249 static int check_capture (MatchState *ms, int l) { in check_capture() 257 static int capture_to_close (MatchState *ms) { in capture_to_close() 265 static const char *classend (MatchState *ms, const char *p) { in classend() 339 static int singlematch (MatchState *ms, const char *s, const char *p, in singlematch() 355 static const char *matchbalance (MatchState *ms, const char *s, in matchbalance() 376 static const char *max_expand (MatchState *ms, const char *s, in max_expand() 391 static const char *min_expand (MatchState *ms, const char *s, in min_expand() [all …]
|