File libsrc/match_tok.c


Included Files


Global Function match_a_string()

int match_a_string ( const char* line_ptr, struct match_token* match_ptr, char** next_tok )
Prototyped in: mplib1/match_tok.h
Calls: match_string() libsrc/match_tok.c
Called by: change_a_loc() libsrc/vre_loop.c
  vre_Interactive_Loop() libsrc/vre_loop.c
  vre_Parse_Line() libsrc/vre_parse.c

Global Function match_string()

int match_string ( const char* line_ptr, const char* match_ptr, char** next_tok )
Prototyped in: mplib1/match_tok.h
Calls: strlen(), strstr()
Called by: get_type_and_var() libsrc/vre_parse.c
  match_a_string() libsrc/match_tok.c