Go to the source code of this file.
◆ TOKEN_TYPE_COMMENT
      
        
          | #define TOKEN_TYPE_COMMENT   0 | 
      
 
 
◆ TOKEN_TYPE_NEWLINE
      
        
          | #define TOKEN_TYPE_NEWLINE   1 | 
      
 
 
◆ TOKEN_TYPE_PUNCT
      
        
          | #define TOKEN_TYPE_PUNCT   3 | 
      
 
 
◆ TOKEN_TYPE_STRING
      
        
          | #define TOKEN_TYPE_STRING   2 | 
      
 
 
◆ scconf_parser
◆ scconf_lex_parse()
      
        
          | int scconf_lex_parse | ( | scconf_parser * | parser, | 
        
          |  |  | const char * | filename | 
        
          |  | ) |  |  | 
      
 
 
◆ scconf_lex_parse_string()
      
        
          | int scconf_lex_parse_string | ( | scconf_parser * | parser, | 
        
          |  |  | const char * | config_string | 
        
          |  | ) |  |  | 
      
 
 
◆ scconf_parse_token()
      
        
          | void scconf_parse_token | ( | scconf_parser * | parser, | 
        
          |  |  | int | token_type, | 
        
          |  |  | const char * | token | 
        
          |  | ) |  |  |