Yattm - unified GTK instant-messaging client logo
   [Generated for version 0.2-17 - Mon Jan 6 19:01:23 GMT+1 2003]

Home - Main Page - Data Structures - File List - Data Fields - Globals

account_scanner.c File Reference

#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <gtk/gtk.h>
#include "value_pair.h"
#include "account.h"
#include "account_parser.h"

Include dependency graph for account_scanner.c:

Include dependency graph

Go to the source code of this file.

Data Structures

struct  yy_buffer_state

Defines

#define yy_create_buffer   account_create_buffer
#define yy_delete_buffer   account_delete_buffer
#define yy_scan_buffer   account_scan_buffer
#define yy_scan_string   account_scan_string
#define yy_scan_bytes   account_scan_bytes
#define yy_flex_debug   account_flex_debug
#define yy_init_buffer   account_init_buffer
#define yy_flush_buffer   account_flush_buffer
#define yy_load_buffer_state   account_load_buffer_state
#define yy_switch_to_buffer   account_switch_to_buffer
#define yyin   accountin
#define yyleng   accountleng
#define yylex   accountlex
#define yyout   accountout
#define yyrestart   accountrestart
#define yytext   accounttext
#define yywrap   accountwrap
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION   2
#define YY_FLEX_MINOR_VERSION   5
#define yyconst
#define YY_PROTO(proto)   ()
#define YY_NULL   0
#define YY_SC_TO_UI(c)   ((unsigned int) (unsigned char) c)
#define BEGIN   yy_start = 1 + 2 *
#define YY_START   ((yy_start - 1) / 2)
#define YYSTATE   YY_START
#define YY_STATE_EOF(state)   (YY_END_OF_BUFFER + state + 1)
#define YY_NEW_FILE   yyrestart( yyin )
#define YY_END_OF_BUFFER_CHAR   0
#define YY_BUF_SIZE   16384
#define EOB_ACT_CONTINUE_SCAN   0
#define EOB_ACT_END_OF_FILE   1
#define EOB_ACT_LAST_MATCH   2
#define yyless(n)
#define unput(c)   yyunput( c, yytext_ptr )
#define YY_BUFFER_NEW   0
#define YY_BUFFER_NORMAL   1
#define YY_BUFFER_EOF_PENDING   2
#define YY_CURRENT_BUFFER   yy_current_buffer
#define YY_FLUSH_BUFFER   yy_flush_buffer( yy_current_buffer )
#define yy_new_buffer   yy_create_buffer
#define yy_set_interactive(is_interactive)
#define yy_set_bol(at_bol)
#define YY_AT_BOL()   (yy_current_buffer->yy_at_bol)
#define yytext_ptr   yytext
#define YY_DO_BEFORE_ACTION
#define YY_NUM_RULES   9
#define YY_END_OF_BUFFER   10
#define REJECT   reject_used_but_not_detected
#define yymore()   yymore_used_but_not_detected
#define YY_MORE_ADJ   0
#define YY_RESTORE_YY_MORE_OFFSET
#define INITIAL   0
#define accountwrap()   1
#define YY_NO_PUSH_STATE   1
#define YY_NO_POP_STATE   1
#define YY_NO_TOP_STATE   1
#define YY_READ_BUF_SIZE   8192
#define ECHO   (void) fwrite( yytext, yyleng, 1, yyout )
#define YY_INPUT(buf, result, max_size)
#define yyterminate()   return YY_NULL
#define YY_START_STACK_INCR   25
#define YY_FATAL_ERROR(msg)   yy_fatal_error( msg )
#define YY_DECL   int yylex YY_PROTO(( void ))
#define YY_BREAK   break;
#define YY_RULE_SETUP   YY_USER_ACTION
#define YY_EXIT_FAILURE   2
#define yyless(n)

Typedefs

typedef yy_buffer_stateYY_BUFFER_STATE
typedef unsigned int yy_size_t
typedef unsigned char YY_CHAR
typedef int yy_state_type

Functions

void yyrestart YY_PROTO ((FILE *input_file))
void yy_switch_to_buffer YY_PROTO ((YY_BUFFER_STATE new_buffer))
void yy_load_buffer_state YY_PROTO ((void))
YY_BUFFER_STATE yy_create_buffer YY_PROTO ((FILE *file, int size))
void yy_delete_buffer YY_PROTO ((YY_BUFFER_STATE b))
void yy_init_buffer YY_PROTO ((YY_BUFFER_STATE b, FILE *file))
YY_BUFFER_STATE yy_scan_buffer YY_PROTO ((char *base, yy_size_t size))
YY_BUFFER_STATE yy_scan_string YY_PROTO ((yyconst char *yy_str))
YY_BUFFER_STATE yy_scan_bytes YY_PROTO ((yyconst char *bytes, int len))
void *yy_flex_alloc YY_PROTO ((yy_size_t))
void *yy_flex_realloc YY_PROTO ((void *, yy_size_t))
void yy_flex_free YY_PROTO ((void *))
yy_state_type yy_try_NUL_trans YY_PROTO ((yy_state_type current_state))
void yy_fatal_error YY_PROTO ((yyconst char msg[]))
void yyunput YY_PROTO ((int c, char *buf_ptr))

Variables

int yyleng
FILE * yyin = (FILE *) 0
FILE * yyout = (FILE *) 0
YY_BUFFER_STATE yy_current_buffer = 0
char yy_hold_char
int yy_n_chars
char * yy_c_buf_p = (char *) 0
int yy_init = 1
int yy_start = 0
int yy_did_buffer_switch_on_eof
char * yytext
yyconst short int yy_accept [30]
yyconst int yy_ec [256]
yyconst int yy_meta [14]
yyconst short int yy_base [32]
yyconst short int yy_def [32]
yyconst short int yy_nxt [53]
yyconst short int yy_chk [53]
yy_state_type yy_last_accepting_state
char * yy_last_accepting_cpos
int Line = 1
register char * yy_bp
int size
FILE * file
int len


Define Documentation

 
#define accountwrap      1
 

Definition at line 407 of file account_scanner.c.

#define BEGIN   yy_start = 1 + 2 *
 

Definition at line 97 of file account_scanner.c.

#define ECHO   (void) fwrite( yytext, yyleng, 1, yyout )
 

Definition at line 488 of file account_scanner.c.

#define EOB_ACT_CONTINUE_SCAN   0
 

Definition at line 122 of file account_scanner.c.

#define EOB_ACT_END_OF_FILE   1
 

Definition at line 123 of file account_scanner.c.

#define EOB_ACT_LAST_MATCH   2
 

Definition at line 124 of file account_scanner.c.

#define FLEX_SCANNER
 

Definition at line 25 of file account_scanner.c.

#define INITIAL   0
 

Definition at line 398 of file account_scanner.c.

#define REJECT   reject_used_but_not_detected
 

Definition at line 392 of file account_scanner.c.

#define unput      yyunput( c, yytext_ptr )
 

Definition at line 153 of file account_scanner.c.

 
#define YY_AT_BOL      (yy_current_buffer->yy_at_bol)
 

Definition at line 280 of file account_scanner.c.

#define YY_BREAK   break;
 

Definition at line 547 of file account_scanner.c.

#define YY_BUF_SIZE   16384
 

Definition at line 115 of file account_scanner.c.

#define YY_BUFFER_EOF_PENDING   2
 

Definition at line 216 of file account_scanner.c.

#define YY_BUFFER_NEW   0
 

Definition at line 204 of file account_scanner.c.

#define YY_BUFFER_NORMAL   1
 

Definition at line 205 of file account_scanner.c.

#define yy_create_buffer   account_create_buffer
 

Definition at line 1 of file account_scanner.c.

#define YY_CURRENT_BUFFER   yy_current_buffer
 

Definition at line 225 of file account_scanner.c.

#define YY_DECL   int yylex YY_PROTO(( void ))
 

Definition at line 535 of file account_scanner.c.

#define yy_delete_buffer   account_delete_buffer
 

Definition at line 2 of file account_scanner.c.

#define YY_DO_BEFORE_ACTION
 

Value:

yytext_ptr = yy_bp; \
    yyleng = (int) (yy_cp - yy_bp); \
    yy_hold_char = *yy_cp; \
    *yy_cp = '\0'; \
    yy_c_buf_p = yy_cp;

Definition at line 296 of file account_scanner.c.

#define YY_END_OF_BUFFER   10
 

Definition at line 304 of file account_scanner.c.

#define YY_END_OF_BUFFER_CHAR   0
 

Definition at line 112 of file account_scanner.c.

#define YY_EXIT_FAILURE   2
 

#define YY_FATAL_ERROR msg       yy_fatal_error( msg )
 

Definition at line 528 of file account_scanner.c.

#define yy_flex_debug   account_flex_debug
 

Definition at line 6 of file account_scanner.c.

#define YY_FLEX_MAJOR_VERSION   2
 

Definition at line 26 of file account_scanner.c.

#define YY_FLEX_MINOR_VERSION   5
 

Definition at line 27 of file account_scanner.c.

#define YY_FLUSH_BUFFER   yy_flush_buffer( yy_current_buffer )
 

Definition at line 254 of file account_scanner.c.

#define yy_flush_buffer   account_flush_buffer
 

Definition at line 8 of file account_scanner.c.

#define yy_init_buffer   account_init_buffer
 

Definition at line 7 of file account_scanner.c.

#define YY_INPUT buf,
result,
max_size   
 

Value:

if ( yy_current_buffer->yy_is_interactive ) \
        { \
        int c = '*', n; \
        for ( n = 0; n < max_size && \
                 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
            buf[n] = (char) c; \
        if ( c == '\n' ) \
            buf[n++] = (char) c; \
        if ( c == EOF && ferror( yyin ) ) \
            YY_FATAL_ERROR( "input in flex scanner failed" ); \
        result = n; \
        } \
    else if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \
          && ferror( yyin ) ) \
        YY_FATAL_ERROR( "input in flex scanner failed" );

Definition at line 495 of file account_scanner.c.

#define yy_load_buffer_state   account_load_buffer_state
 

Definition at line 9 of file account_scanner.c.

#define YY_MORE_ADJ   0
 

Definition at line 394 of file account_scanner.c.

#define yy_new_buffer   yy_create_buffer
 

Definition at line 264 of file account_scanner.c.

#define YY_NEW_FILE   yyrestart( yyin )
 

Definition at line 110 of file account_scanner.c.

#define YY_NO_POP_STATE   1
 

Definition at line 458 of file account_scanner.c.

#define YY_NO_PUSH_STATE   1
 

Definition at line 457 of file account_scanner.c.

#define YY_NO_TOP_STATE   1
 

Definition at line 459 of file account_scanner.c.

#define YY_NULL   0
 

Definition at line 84 of file account_scanner.c.

#define YY_NUM_RULES   9
 

Definition at line 303 of file account_scanner.c.

#define YY_PROTO proto       ()
 

Definition at line 80 of file account_scanner.c.

#define YY_READ_BUF_SIZE   8192
 

Definition at line 479 of file account_scanner.c.

#define YY_RESTORE_YY_MORE_OFFSET
 

Definition at line 395 of file account_scanner.c.

#define YY_RULE_SETUP   YY_USER_ACTION
 

Definition at line 550 of file account_scanner.c.

#define YY_SC_TO_UI      ((unsigned int) (unsigned char) c)
 

Definition at line 91 of file account_scanner.c.

#define yy_scan_buffer   account_scan_buffer
 

Definition at line 3 of file account_scanner.c.

#define yy_scan_bytes   account_scan_bytes
 

Definition at line 5 of file account_scanner.c.

#define yy_scan_string   account_scan_string
 

Definition at line 4 of file account_scanner.c.

#define yy_set_bol at_bol   
 

Value:

{ \
    if ( ! yy_current_buffer ) \
        yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
    yy_current_buffer->yy_at_bol = at_bol; \
    }

Definition at line 273 of file account_scanner.c.

#define yy_set_interactive is_interactive   
 

Value:

{ \
    if ( ! yy_current_buffer ) \
        yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
    yy_current_buffer->yy_is_interactive = is_interactive; \
    }

Definition at line 266 of file account_scanner.c.

#define YY_START   ((yy_start - 1) / 2)
 

Definition at line 103 of file account_scanner.c.

#define YY_START_STACK_INCR   25
 

Definition at line 523 of file account_scanner.c.

#define YY_STATE_EOF state       (YY_END_OF_BUFFER + state + 1)
 

Definition at line 107 of file account_scanner.c.

#define yy_switch_to_buffer   account_switch_to_buffer
 

Definition at line 10 of file account_scanner.c.

#define yyconst
 

Definition at line 73 of file account_scanner.c.

FILE * yyin   accountin
 

Definition at line 11 of file account_scanner.c.

int yyleng   accountleng
 

Definition at line 12 of file account_scanner.c.

#define yyless  
 

Value:

do \
        { \
          \
        yytext[yyleng] = yy_hold_char; \
        yy_c_buf_p = yytext + n; \
        yy_hold_char = *yy_c_buf_p; \
        *yy_c_buf_p = '\0'; \
        yyleng = n; \
        } \
    while ( 0 )

Definition at line 142 of file account_scanner.c.

#define yyless  
 

Value:

do \
        { \
          \
        *yy_cp = yy_hold_char; \
        YY_RESTORE_YY_MORE_OFFSET \
        yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \
        YY_DO_BEFORE_ACTION;   \
        } \
    while ( 0 )

Definition at line 142 of file account_scanner.c.

#define yylex   accountlex
 

Definition at line 13 of file account_scanner.c.

 
#define yymore      yymore_used_but_not_detected
 

Definition at line 393 of file account_scanner.c.

FILE * yyout   accountout
 

Definition at line 14 of file account_scanner.c.

#define yyrestart   accountrestart
 

Definition at line 15 of file account_scanner.c.

#define YYSTATE   YY_START
 

Definition at line 104 of file account_scanner.c.

 
#define yyterminate      return YY_NULL
 

Definition at line 518 of file account_scanner.c.

char * yytext   accounttext
 

Definition at line 16 of file account_scanner.c.

#define yytext_ptr   yytext
 

Definition at line 286 of file account_scanner.c.

#define yywrap   accountwrap
 

Definition at line 17 of file account_scanner.c.


Typedef Documentation

typedef struct yy_buffer_state* YY_BUFFER_STATE
 

Definition at line 117 of file account_scanner.c.

typedef unsigned char YY_CHAR
 

Definition at line 282 of file account_scanner.c.

typedef unsigned int yy_size_t
 

Definition at line 159 of file account_scanner.c.

typedef int yy_state_type
 

Definition at line 284 of file account_scanner.c.


Function Documentation

void yyunput YY_PROTO (int c, char *buf_ptr)    [static]
 

void yy_fatal_error YY_PROTO (yyconst char msg[])    [static]
 

yy_state_type yy_try_NUL_trans YY_PROTO (yy_state_type current_state)    [static]
 

void yy_flex_free YY_PROTO (void *)    [static]
 

void* yy_flex_realloc YY_PROTO (void *, yy_size_t   [static]
 

void* yy_flex_alloc YY_PROTO (yy_size_t   [static]
 

YY_BUFFER_STATE yy_scan_bytes YY_PROTO (yyconst char *bytes, int len  
 

YY_BUFFER_STATE yy_scan_string YY_PROTO (yyconst char *yy_str)   
 

YY_BUFFER_STATE yy_scan_buffer YY_PROTO (char *base, yy_size_t size  
 

void yy_init_buffer YY_PROTO (YY_BUFFER_STATE b, FILE *file  
 

void yy_flush_buffer YY_PROTO (YY_BUFFER_STATE b)   
 

YY_BUFFER_STATE yy_create_buffer YY_PROTO (FILE *file, int size  
 

int input YY_PROTO (void)   
 

void yy_switch_to_buffer YY_PROTO (YY_BUFFER_STATE new_buffer)   
 

void yyrestart YY_PROTO (FILE *input_file)   
 


Variable Documentation

FILE* file
 

Definition at line 1257 of file account_scanner.c.

int len
 

Definition at line 1370 of file account_scanner.c.

int Line = 1
 

Definition at line 408 of file account_scanner.c.

yy_size_t size
 

Definition at line 1577 of file contact_scanner.c.

yyconst short int yy_accept[30] [static]
 

Initial value:

    {   0,
        0,    0,   10,    4,    7,    6,    3,    8,    3,    4,
        4,    0,    5,    0,    0,    4,    5,    0,    4,    0,
        4,    0,    4,    0,    4,    0,    2,    1,    0
    }

Definition at line 305 of file account_scanner.c.

yyconst short int yy_base[32] [static]
 

Initial value:

    {   0,
        0,    0,   38,    0,   39,   39,   10,   29,   39,   27,
        0,   14,   39,   18,   26,   25,   22,   24,   21,   17,
       14,   11,   13,   10,    7,    4,    0,   39,   39,   14,
       29
    }

Definition at line 350 of file account_scanner.c.

register char* yy_bp
 

Definition at line 1030 of file account_scanner.c.

char* yy_c_buf_p = (char *) 0 [static]
 

Definition at line 237 of file account_scanner.c.

yyconst short int yy_chk[53] [static]
 

Initial value:

    {   0,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    7,   30,   26,    7,   12,   25,   24,
       12,   14,   23,   22,   14,   17,   21,   20,   17,   31,
       31,   19,   18,   16,   15,   10,    8,    3,   29,   29,
       29,   29,   29,   29,   29,   29,   29,   29,   29,   29,
       29,   29
    }

Definition at line 376 of file account_scanner.c.

YY_BUFFER_STATE yy_current_buffer = 0 [static]
 

Definition at line 219 of file account_scanner.c.

yyconst short int yy_def[32] [static]
 

Initial value:

    {   0,
       29,    1,   29,   30,   29,   29,   31,   29,   29,   30,
       30,   31,   29,   31,   29,   30,   31,   29,   30,   29,
       30,   29,   30,   29,   30,   29,   30,   29,    0,   29,
       29
    }

Definition at line 358 of file account_scanner.c.

int yy_did_buffer_switch_on_eof [static]
 

Definition at line 244 of file account_scanner.c.

yyconst int yy_ec[256] [static]
 

Definition at line 312 of file account_scanner.c.

char yy_hold_char [static]
 

Definition at line 229 of file account_scanner.c.

int yy_init = 1 [static]
 

Definition at line 238 of file account_scanner.c.

char* yy_last_accepting_cpos [static]
 

Definition at line 387 of file account_scanner.c.

yy_state_type yy_last_accepting_state [static]
 

Definition at line 386 of file account_scanner.c.

yyconst int yy_meta[14] [static]
 

Initial value:

    {   0,
        1,    2,    2,    2,    2,    2,    1,    1,    1,    1,
        1,    1,    1
    }

Definition at line 344 of file account_scanner.c.

int yy_n_chars [static]
 

Definition at line 231 of file account_scanner.c.

yyconst short int yy_nxt[53] [static]
 

Initial value:

    {   0,
        4,    5,    6,    7,    8,    9,    4,   10,    4,    4,
        4,    4,    4,   13,   11,   28,   14,   13,   27,   26,
       14,   17,   25,   24,   14,   13,   23,   22,   14,   12,
       12,   21,   20,   19,   18,   16,   15,   29,    3,   29,
       29,   29,   29,   29,   29,   29,   29,   29,   29,   29,
       29,   29
    }

Definition at line 366 of file account_scanner.c.

int yy_start = 0 [static]
 

Definition at line 239 of file account_scanner.c.

FILE* yyin = (FILE *) 0
 

Definition at line 283 of file account_scanner.c.

int yyleng
 

Definition at line 234 of file account_scanner.c.

FILE * yyout = (FILE *) 0
 

Definition at line 283 of file account_scanner.c.

char* yytext
 

Definition at line 396 of file account_scanner.c.


Contact: Andy Maloney     [Documentation generated by doxygen]