Home
last modified time | relevance | path

Searched refs:lex_pos (Results 1 – 25 of 104) sorted by relevance

12345

/dports/databases/postgis31/postgis-3.1.4/extensions/address_standardizer/
H A Danalyze.c676 for ( lex_pos = FIRST_LEX_POS , target_pos = TARG_START ; lex_pos < n ;lex_pos++ ) in prepare_target_pattern()
678 SYMB in_symb = __stand_param__->comp_lex_sym[lex_pos][__sym_sel__[lex_pos]] ; in prepare_target_pattern()
1125 int lex_pos ; in save_current_composition() local
1135 for ( lex_pos = FIRST_LEX_POS ; lex_pos < __stand_param__->LexNum ; lex_pos++ ) in save_current_composition()
1137 __best_defs__[lex_pos] = __stand_param__->def_array[lex_pos][__sym_sel__[lex_pos]] ; in save_current_composition()
1167 int lex_pos ; in copy_best() local
1175 for ( lex_pos = beg ; __orig_pos__[lex_pos] < next_target_pos ; lex_pos ++ ) in copy_best()
1191 return lex_pos ; in copy_best()
1440 int lex_pos ; in output_raw_elements() local
1453 for (lex_pos = FIRST_LEX_POS;lex_pos < __stand_param__->LexNum;lex_pos ++) in output_raw_elements()
[all …]
H A Dexport.c163 static char *_get_definition_text_( STAND_PARAM *__stand_param__ , int lex_pos ) in _get_definition_text_() argument
165 DEF *__best_DEF__ = __stand_param__->best_defs[lex_pos] ; in _get_definition_text_()
170 return ( __stand_param__->lex_vector[lex_pos].Text ) ; in _get_definition_text_()
317 static char *_get_standard_(STAND_PARAM *__stand_param__ ,int lex_pos, int output_sym) in _get_standard_() argument
320 DEF *__best_DEF__ = __stand_param__->best_defs[lex_pos] ; in _get_standard_()
330 …for (__scan_DEF__ = __stand_param__->lex_vector[lex_pos].DefList;__scan_DEF__ != NULL;__scan_DEF__… in _get_standard_()
346 __selected_standardization__ = _get_definition_text_(__stand_param__,lex_pos) ; in _get_standard_()
396 static void _copy_standard_( STAND_PARAM *__stand_param__ , SYMB output_sym , int fld , int lex_pos in _copy_standard_() argument
400 char *__stan_str__ = _get_standard_( __stand_param__ , lex_pos , output_sym ) ; in _copy_standard_()
/dports/databases/postgis25/postgis-2.5.5/extensions/address_standardizer/
H A Danalyze.c676 for ( lex_pos = FIRST_LEX_POS , target_pos = TARG_START ; lex_pos < n ;lex_pos++ ) in prepare_target_pattern()
678 SYMB in_symb = __stand_param__->comp_lex_sym[lex_pos][__sym_sel__[lex_pos]] ; in prepare_target_pattern()
1125 int lex_pos ; in save_current_composition() local
1135 for ( lex_pos = FIRST_LEX_POS ; lex_pos < __stand_param__->LexNum ; lex_pos++ ) in save_current_composition()
1137 __best_defs__[lex_pos] = __stand_param__->def_array[lex_pos][__sym_sel__[lex_pos]] ; in save_current_composition()
1167 int lex_pos ; in copy_best() local
1175 for ( lex_pos = beg ; __orig_pos__[lex_pos] < next_target_pos ; lex_pos ++ ) in copy_best()
1191 return lex_pos ; in copy_best()
1440 int lex_pos ; in output_raw_elements() local
1453 for (lex_pos = FIRST_LEX_POS;lex_pos < __stand_param__->LexNum;lex_pos ++) in output_raw_elements()
[all …]
H A Dexport.c163 static char *_get_definition_text_( STAND_PARAM *__stand_param__ , int lex_pos ) in _get_definition_text_() argument
165 DEF *__best_DEF__ = __stand_param__->best_defs[lex_pos] ; in _get_definition_text_()
170 return ( __stand_param__->lex_vector[lex_pos].Text ) ; in _get_definition_text_()
317 static char *_get_standard_(STAND_PARAM *__stand_param__ ,int lex_pos, int output_sym) in _get_standard_() argument
320 DEF *__best_DEF__ = __stand_param__->best_defs[lex_pos] ; in _get_standard_()
330 …for (__scan_DEF__ = __stand_param__->lex_vector[lex_pos].DefList;__scan_DEF__ != NULL;__scan_DEF__… in _get_standard_()
346 __selected_standardization__ = _get_definition_text_(__stand_param__,lex_pos) ; in _get_standard_()
396 static void _copy_standard_( STAND_PARAM *__stand_param__ , SYMB output_sym , int fld , int lex_pos in _copy_standard_() argument
400 char *__stan_str__ = _get_standard_( __stand_param__ , lex_pos , output_sym ) ; in _copy_standard_()
/dports/databases/postgis32/postgis-3.2.0/extensions/address_standardizer/
H A Danalyze.c676 for ( lex_pos = FIRST_LEX_POS , target_pos = TARG_START ; lex_pos < n ;lex_pos++ ) in prepare_target_pattern()
678 SYMB in_symb = __stand_param__->comp_lex_sym[lex_pos][__sym_sel__[lex_pos]] ; in prepare_target_pattern()
1125 int lex_pos ; in save_current_composition() local
1135 for ( lex_pos = FIRST_LEX_POS ; lex_pos < __stand_param__->LexNum ; lex_pos++ ) in save_current_composition()
1137 __best_defs__[lex_pos] = __stand_param__->def_array[lex_pos][__sym_sel__[lex_pos]] ; in save_current_composition()
1167 int lex_pos ; in copy_best() local
1175 for ( lex_pos = beg ; __orig_pos__[lex_pos] < next_target_pos ; lex_pos ++ ) in copy_best()
1191 return lex_pos ; in copy_best()
1440 int lex_pos ; in output_raw_elements() local
1453 for (lex_pos = FIRST_LEX_POS;lex_pos < __stand_param__->LexNum;lex_pos ++) in output_raw_elements()
[all …]
H A Dexport.c163 static char *_get_definition_text_( STAND_PARAM *__stand_param__ , int lex_pos ) in _get_definition_text_() argument
165 DEF *__best_DEF__ = __stand_param__->best_defs[lex_pos] ; in _get_definition_text_()
170 return ( __stand_param__->lex_vector[lex_pos].Text ) ; in _get_definition_text_()
317 static char *_get_standard_(STAND_PARAM *__stand_param__ ,int lex_pos, int output_sym) in _get_standard_() argument
320 DEF *__best_DEF__ = __stand_param__->best_defs[lex_pos] ; in _get_standard_()
330 …for (__scan_DEF__ = __stand_param__->lex_vector[lex_pos].DefList;__scan_DEF__ != NULL;__scan_DEF__… in _get_standard_()
346 __selected_standardization__ = _get_definition_text_(__stand_param__,lex_pos) ; in _get_standard_()
396 static void _copy_standard_( STAND_PARAM *__stand_param__ , SYMB output_sym , int fld , int lex_pos in _copy_standard_() argument
400 char *__stan_str__ = _get_standard_( __stand_param__ , lex_pos , output_sym ) ; in _copy_standard_()
/dports/databases/postgis30/postgis-3.0.4/extensions/address_standardizer/
H A Danalyze.c676 for ( lex_pos = FIRST_LEX_POS , target_pos = TARG_START ; lex_pos < n ;lex_pos++ ) in prepare_target_pattern()
678 SYMB in_symb = __stand_param__->comp_lex_sym[lex_pos][__sym_sel__[lex_pos]] ; in prepare_target_pattern()
1125 int lex_pos ; in save_current_composition() local
1135 for ( lex_pos = FIRST_LEX_POS ; lex_pos < __stand_param__->LexNum ; lex_pos++ ) in save_current_composition()
1137 __best_defs__[lex_pos] = __stand_param__->def_array[lex_pos][__sym_sel__[lex_pos]] ; in save_current_composition()
1167 int lex_pos ; in copy_best() local
1175 for ( lex_pos = beg ; __orig_pos__[lex_pos] < next_target_pos ; lex_pos ++ ) in copy_best()
1191 return lex_pos ; in copy_best()
1440 int lex_pos ; in output_raw_elements() local
1453 for (lex_pos = FIRST_LEX_POS;lex_pos < __stand_param__->LexNum;lex_pos ++) in output_raw_elements()
[all …]
H A Dexport.c163 static char *_get_definition_text_( STAND_PARAM *__stand_param__ , int lex_pos ) in _get_definition_text_() argument
165 DEF *__best_DEF__ = __stand_param__->best_defs[lex_pos] ; in _get_definition_text_()
170 return ( __stand_param__->lex_vector[lex_pos].Text ) ; in _get_definition_text_()
317 static char *_get_standard_(STAND_PARAM *__stand_param__ ,int lex_pos, int output_sym) in _get_standard_() argument
320 DEF *__best_DEF__ = __stand_param__->best_defs[lex_pos] ; in _get_standard_()
330 …for (__scan_DEF__ = __stand_param__->lex_vector[lex_pos].DefList;__scan_DEF__ != NULL;__scan_DEF__… in _get_standard_()
346 __selected_standardization__ = _get_definition_text_(__stand_param__,lex_pos) ; in _get_standard_()
396 static void _copy_standard_( STAND_PARAM *__stand_param__ , SYMB output_sym , int fld , int lex_pos in _copy_standard_() argument
400 char *__stan_str__ = _get_standard_( __stand_param__ , lex_pos , output_sym ) ; in _copy_standard_()
/dports/devel/py-lark-parser/lark-parser-0.12.0/lark/
H A Dexceptions.py159 …def __init__(self, seq, lex_pos, line, column, allowed=None, considered_tokens=None, state=None, t… argument
166 self.pos_in_stream = lex_pos
176 self.char = seq[lex_pos:lex_pos + 1].decode("ascii", "backslashreplace")
178 self.char = seq[lex_pos]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/binutils/
H A Dnlmheader.y632 static int lex_pos; variable
636 ((void) (lex_buf != NULL ? lex_pos = 0 : nlmlex_buf_init ()))
643 lex_pos = 0; in nlmlex_buf_init()
648 #define BUF_FINISH() ((void) (lex_buf[lex_pos] = '\0'))
652 ((void) (lex_pos < lex_size \
653 ? lex_buf[lex_pos++] = (c) \
659 if (lex_pos >= lex_size) in nlmlex_buf_add()
665 return lex_buf[lex_pos++] = c; in nlmlex_buf_add()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/binutils/
H A Dnlmheader.y631 static int lex_pos; variable
635 ((void) (lex_buf != NULL ? lex_pos = 0 : nlmlex_buf_init ()))
642 lex_pos = 0; in nlmlex_buf_init()
647 #define BUF_FINISH() ((void) (lex_buf[lex_pos] = '\0'))
651 ((void) (lex_pos < lex_size \
652 ? lex_buf[lex_pos++] = (c) \
658 if (lex_pos >= lex_size) in nlmlex_buf_add()
664 return lex_buf[lex_pos++] = c; in nlmlex_buf_add()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/binutils/
H A Dnlmheader.y632 static int lex_pos; variable
636 ((void) (lex_buf != NULL ? lex_pos = 0 : nlmlex_buf_init ()))
643 lex_pos = 0; in nlmlex_buf_init()
648 #define BUF_FINISH() ((void) (lex_buf[lex_pos] = '\0'))
652 ((void) (lex_pos < lex_size \
653 ? lex_buf[lex_pos++] = (c) \
659 if (lex_pos >= lex_size) in nlmlex_buf_add()
665 return lex_buf[lex_pos++] = c; in nlmlex_buf_add()
H A Dnlmheader.c1843 static int lex_pos; variable
1847 ((void) (lex_buf != NULL ? lex_pos = 0 : nlmlex_buf_init ()))
1854 lex_pos = 0; in nlmlex_buf_init()
1859 #define BUF_FINISH() ((void) (lex_buf[lex_pos] = '\0'))
1863 ((void) (lex_pos < lex_size \
1864 ? lex_buf[lex_pos++] = (c) \
1870 if (lex_pos >= lex_size) in nlmlex_buf_add()
1876 return lex_buf[lex_pos++] = c; in nlmlex_buf_add()
/dports/lang/gnatdroid-binutils/binutils-2.27/binutils/
H A Dnlmheader.y631 static int lex_pos; variable
635 ((void) (lex_buf != NULL ? lex_pos = 0 : nlmlex_buf_init ()))
642 lex_pos = 0; in nlmlex_buf_init()
647 #define BUF_FINISH() ((void) (lex_buf[lex_pos] = '\0'))
651 ((void) (lex_pos < lex_size \
652 ? lex_buf[lex_pos++] = (c) \
658 if (lex_pos >= lex_size) in nlmlex_buf_add()
664 return lex_buf[lex_pos++] = c; in nlmlex_buf_add()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/binutils/
H A Dnlmheader.y632 static int lex_pos; variable
636 ((void) (lex_buf != NULL ? lex_pos = 0 : nlmlex_buf_init ()))
643 lex_pos = 0; in nlmlex_buf_init()
648 #define BUF_FINISH() ((void) (lex_buf[lex_pos] = '\0'))
652 ((void) (lex_pos < lex_size \
653 ? lex_buf[lex_pos++] = (c) \
659 if (lex_pos >= lex_size) in nlmlex_buf_add()
665 return lex_buf[lex_pos++] = c; in nlmlex_buf_add()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/binutils/
H A Dnlmheader.y631 static int lex_pos; variable
635 ((void) (lex_buf != NULL ? lex_pos = 0 : nlmlex_buf_init ()))
642 lex_pos = 0; in nlmlex_buf_init()
647 #define BUF_FINISH() ((void) (lex_buf[lex_pos] = '\0'))
651 ((void) (lex_pos < lex_size \
652 ? lex_buf[lex_pos++] = (c) \
658 if (lex_pos >= lex_size) in nlmlex_buf_add()
664 return lex_buf[lex_pos++] = c; in nlmlex_buf_add()
/dports/devel/djgpp-binutils/binutils-2.17/binutils/
H A Dnlmheader.y632 static int lex_pos; variable
636 ((void) (lex_buf != NULL ? lex_pos = 0 : nlmlex_buf_init ()))
643 lex_pos = 0; in nlmlex_buf_init()
648 #define BUF_FINISH() ((void) (lex_buf[lex_pos] = '\0'))
652 ((void) (lex_pos < lex_size \
653 ? lex_buf[lex_pos++] = (c) \
659 if (lex_pos >= lex_size) in nlmlex_buf_add()
665 return lex_buf[lex_pos++] = c; in nlmlex_buf_add()
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/eval/
H A Dlex.l13 #define YY_USER_ACTION lex_pos=yy_bp - YY_CURRENT_BUFFER->yy_ch_buf;
23 static int lex_pos; variable
168 return lex_pos; in lex_current_buffer_pos()
/dports/devel/git-svn/git-2.34.1/
H A Dbloom.c35 uint32_t lex_pos, start_index, end_index; in load_bloom_filter_from_graph() local
45 lex_pos = graph_pos - g->num_commits_in_base; in load_bloom_filter_from_graph()
47 end_index = get_be32(g->chunk_bloom_indexes + 4 * lex_pos); in load_bloom_filter_from_graph()
49 if (lex_pos > 0) in load_bloom_filter_from_graph()
50 start_index = get_be32(g->chunk_bloom_indexes + 4 * (lex_pos - 1)); in load_bloom_filter_from_graph()
/dports/devel/git-p4/git-2.34.1/
H A Dbloom.c35 uint32_t lex_pos, start_index, end_index;
45 lex_pos = graph_pos - g->num_commits_in_base;
47 end_index = get_be32(g->chunk_bloom_indexes + 4 * lex_pos);
49 if (lex_pos > 0)
50 start_index = get_be32(g->chunk_bloom_indexes + 4 * (lex_pos - 1));
/dports/devel/git/git-2.34.1/
H A Dbloom.c35 uint32_t lex_pos, start_index, end_index; in load_bloom_filter_from_graph() local
45 lex_pos = graph_pos - g->num_commits_in_base; in load_bloom_filter_from_graph()
47 end_index = get_be32(g->chunk_bloom_indexes + 4 * lex_pos); in load_bloom_filter_from_graph()
49 if (lex_pos > 0) in load_bloom_filter_from_graph()
50 start_index = get_be32(g->chunk_bloom_indexes + 4 * (lex_pos - 1)); in load_bloom_filter_from_graph()
/dports/devel/git-gui/git-2.34.1/
H A Dbloom.c35 uint32_t lex_pos, start_index, end_index; in load_bloom_filter_from_graph() local
45 lex_pos = graph_pos - g->num_commits_in_base; in load_bloom_filter_from_graph()
47 end_index = get_be32(g->chunk_bloom_indexes + 4 * lex_pos); in load_bloom_filter_from_graph()
49 if (lex_pos > 0) in load_bloom_filter_from_graph()
50 start_index = get_be32(g->chunk_bloom_indexes + 4 * (lex_pos - 1)); in load_bloom_filter_from_graph()
/dports/devel/git-cvs/git-2.34.1/
H A Dbloom.c35 uint32_t lex_pos, start_index, end_index; in load_bloom_filter_from_graph() local
45 lex_pos = graph_pos - g->num_commits_in_base; in load_bloom_filter_from_graph()
47 end_index = get_be32(g->chunk_bloom_indexes + 4 * lex_pos); in load_bloom_filter_from_graph()
49 if (lex_pos > 0) in load_bloom_filter_from_graph()
50 start_index = get_be32(g->chunk_bloom_indexes + 4 * (lex_pos - 1)); in load_bloom_filter_from_graph()
/dports/devel/py-poetry-core/poetry-core-1.0.7/poetry/core/_vendor/lark/
H A Dexceptions.py69 …def __init__(self, seq, lex_pos, line, column, allowed=None, considered_tokens=None, state=None, t… argument
70 message = "No terminal defined for '%s' at line %d col %d" % (seq[lex_pos], line, column)
76 self.pos_in_stream = lex_pos
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/
H A Dformatter.py279 tval = "'" + self.prog[self.lex_pos-1][1] + "'"
282 if self.lex_pos > 0 and self.lex_pos < self.prog_len:
295 while self.lex_pos < len(self.prog) and self.prog[self.lex_pos] == self.LEX_NEWLINE:
302 token = self.prog[self.lex_pos][1]
303 self.lex_pos += 1
309 self.lex_pos += 1
314 token = self.prog[self.lex_pos]
334 return self.lex_pos < len(self.prog) and self.prog[self.lex_pos] == self.LEX_NEWLINE
346 token = self.prog[self.lex_pos]
375 return self.prog[self.lex_pos][1]
[all …]

12345