#include <functions.h>
Data Fields | |
size_t | n |
char | str [MAX_SEP_LEN+1] |
Definition at line 49 of file functions.h.
size_t SEP::n |
Definition at line 51 of file functions.h.
Referenced by delim_check(), FUNCTION(), next_token(), next_token_LEN(), real_regmatch(), split_token(), split_token_LEN(), trim_left(), trim_right(), trim_space_sep(), and trim_space_sep_LEN().
char SEP::str[MAX_SEP_LEN+1] |
Definition at line 52 of file functions.h.
Referenced by delim_check(), do_itemfuns(), FUNCTION(), next_token(), next_token_LEN(), real_regmatch(), split_token(), split_token_LEN(), trim_left(), trim_right(), trim_space_sep(), and trim_space_sep_LEN().