Lines Matching refs:parse_proc
1081 int (*parse_proc)(const char *str, Token token, Database *db) = NULL;
1087 parse_proc = f_newline;
1090 parse_proc = f_comment;
1093 parse_proc = f_semicolon;
1096 parse_proc = f_double_quote;
1099 parse_proc = f_left_brace;
1102 parse_proc = f_right_brace;
1106 parse_proc = f_white;
1109 parse_proc = f_backslash;
1114 parse_proc = f_numeric;
1117 parse_proc = f_default;
1121 len = parse_proc(p, token, &db);