Home
last modified time | relevance | path

Searched refs:lex_name (Results 1 – 25 of 50) sorted by relevance

12

/dports/devel/cflow/cflow-2.0/
H A Dprcc.c502 name_to_list(&variable, lex_name); in maketag()
512 strcpy(caller_name, lex_name); in maketag()
528 (scope == ASSIGN) ? lex_name in maketag()
747 lex_name[0] = '\0'; in lex_gettoken()
755 lex_name[0] = ch; in lex_gettoken()
758 lex_name[lp++] = ch; in lex_gettoken()
760 lex_name[lp] = '\0'; in lex_gettoken()
776 || !strcmp(lex_name, "union") in lex_gettoken()
777 || !strcmp(lex_name, "enum")) { in lex_gettoken()
1092 strcpy(p->name, lex_name); in name_to_list()
[all …]
H A Dprcc.prototypes.h20 static BOOLEAN name_to_list(name_t **lp, char *lex_name);
/dports/lang/parrot/parrot-8.1.0/src/ops/
H A Dvar.ops71 STRING * const lex_name = $1;
85 STRING * const lex_name = $1;
99 STRING * const lex_name = $1;
113 STRING * const lex_name = $1;
137 STRING * const lex_name = $1;
181 STRING * const lex_name = $2;
193 STRING * const lex_name = $2;
205 STRING * const lex_name = $2;
217 STRING * const lex_name = $2;
239 STRING * const lex_name = $2;
[all …]
H A Dcore_ops.c22557 STRING * const lex_name = SREG(1); in Parrot_store_lex_s_p() local
22589 STRING * const lex_name = SREG(1); in Parrot_store_lex_s_s() local
22621 STRING * const lex_name = SREG(1); in Parrot_store_lex_s_sc() local
22653 STRING * const lex_name = SREG(1); in Parrot_store_lex_s_i() local
22685 STRING * const lex_name = SREG(1); in Parrot_store_lex_s_ic() local
22717 STRING * const lex_name = SREG(1); in Parrot_store_lex_s_n() local
22749 STRING * const lex_name = SREG(1); in Parrot_store_lex_s_nc() local
22780 STRING * const lex_name = SREG(1); in Parrot_store_dynamic_lex_s_p() local
22813 STRING * const lex_name = SREG(2); in Parrot_find_lex_p_s() local
22837 STRING * const lex_name = SREG(2); in Parrot_find_lex_s_s() local
[all …]
/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Dsub.h212 ARGIN(STRING *lex_name),
221 ARGIN(STRING *lex_name),
266 , PARROT_ASSERT_ARG(lex_name) \
270 , PARROT_ASSERT_ARG(lex_name) \
/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-lex.c237 lex_name(fz_context *ctx, fz_stream *f, pdf_lexbuf *lb) in lex_name() function
555 lex_name(ctx, f, buf); in pdf_lex()
587 lex_name(ctx, f, buf); in pdf_lex()
610 lex_name(ctx, f, buf); in pdf_lex_no_string()
642 lex_name(ctx, f, buf); in pdf_lex_no_string()
/dports/lang/parrot/parrot-8.1.0/src/
H A Dsub.c320 Parrot_sub_find_pad(PARROT_INTERP, ARGIN(STRING *lex_name), ARGIN(PMC *ctx)) in Parrot_sub_find_pad() argument
333 if (VTABLE_exists_keyed_str(interp, lex_pad, lex_name)) in Parrot_sub_find_pad()
356 Parrot_sub_find_dynamic_pad(PARROT_INTERP, ARGIN(STRING *lex_name), ARGIN(PMC *ctx)) in Parrot_sub_find_dynamic_pad() argument
367 if (VTABLE_exists_keyed_str(interp, lex_pad, lex_name)) in Parrot_sub_find_dynamic_pad()
/dports/audio/festival/festival/src/include/
H A Dlexicon.h77 const EST_String &lex_name() const {return name;} in lex_name() function
109 s << "[LEXICON " << p.lex_name() << "]" ;
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/Qt4Qt5/
H A Dqsciapis.cpp873 char *lex_name; in loadPrepared() local
874 pds >> lex_name; in loadPrepared()
876 if (qstrcmp(lex_name, lexer()->lexer()) != 0) in loadPrepared()
878 delete[] lex_name; in loadPrepared()
882 delete[] lex_name; in loadPrepared()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/src/
H A Dqsciapis.cpp869 char *lex_name; in loadPrepared() local
870 pds >> lex_name; in loadPrepared()
872 if (qstrcmp(lex_name, lexer()->lexer()) != 0) in loadPrepared()
874 delete[] lex_name; in loadPrepared()
878 delete[] lex_name; in loadPrepared()
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/src/
H A Dqsciapis.cpp869 char *lex_name; in loadPrepared() local
870 pds >> lex_name; in loadPrepared()
872 if (qstrcmp(lex_name, lexer()->lexer()) != 0) in loadPrepared()
874 delete[] lex_name; in loadPrepared()
878 delete[] lex_name; in loadPrepared()
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/src/
H A Dqsciapis.cpp869 char *lex_name; in loadPrepared() local
870 pds >> lex_name; in loadPrepared()
872 if (qstrcmp(lex_name, lexer()->lexer()) != 0) in loadPrepared()
874 delete[] lex_name; in loadPrepared()
878 delete[] lex_name; in loadPrepared()
/dports/databases/postgis25/postgis-2.5.5/extensions/address_standardizer/
H A Dlexicon.c110 const char *lex_name , in create_lexicon() argument
136 lex_name ) ) == NULL ) in create_lexicon()
/dports/databases/postgis32/postgis-3.2.0/extensions/address_standardizer/
H A Dlexicon.c110 const char *lex_name , in create_lexicon() argument
136 lex_name ) ) == NULL ) in create_lexicon()
/dports/databases/postgis30/postgis-3.0.4/extensions/address_standardizer/
H A Dlexicon.c110 const char *lex_name , in create_lexicon() argument
136 lex_name ) ) == NULL ) in create_lexicon()
/dports/databases/postgis31/postgis-3.1.4/extensions/address_standardizer/
H A Dlexicon.c110 const char *lex_name , in create_lexicon() argument
136 lex_name ) ) == NULL ) in create_lexicon()
/dports/devel/p5-Data-Dump-Streamer/Data-Dump-Streamer-2.40/lib/Data/Dump/
H A DStreamer.pm1449 my %lex_name;
1648 if ( $lex_name{$name} ) {
1656 $lex_name{$tmpname}=$addr;
1661 $lex_name{$name}=$addr;
1705 delete $lex_name{$lex_addr2name{$addr}};
1707 $lex_name{$self->{unames}[$idx]} = $addr; # xxx
1718 name => \%lex_name
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsp.cc1783 LEX_STRING lex_name; in sp_exist_routines() local
1785 lex_name.length= strlen(routine->table_name); in sp_exist_routines()
1787 lex_name.str= thd->strmake(routine->table_name, lex_name.length); in sp_exist_routines()
1788 name= new sp_name(lex_db, lex_name, true); in sp_exist_routines()
/dports/lang/gleam/gleam-0.18.2/compiler-core/src/parse/
H A Dlexer.rs140 let name = self.lex_name()?; in consume_normal()
454 fn lex_name(&mut self) -> LexResult { in lex_name() function
/dports/lang/parrot/parrot-8.1.0/compilers/imcc/
H A Dpbc.c1346 STRING *lex_name; in create_lexinfo() local
1352 lex_name = ct->str.constants[k]; in create_lexinfo()
1353 PARROT_ASSERT(PObj_is_string_TEST(lex_name)); in create_lexinfo()
1360 if (VTABLE_exists_keyed_str(imcc->interp, lex_info, lex_name)) in create_lexinfo()
1362 "Multiple declarations of lexical '%S'\n", lex_name); in create_lexinfo()
1369 lex_name, (r->color << 2) | reg_type); in create_lexinfo()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsp.cc1815 LEX_STRING lex_name; in sp_exist_routines() local
1817 lex_name.length= strlen(routine->table_name); in sp_exist_routines()
1819 lex_name.str= thd->strmake(routine->table_name, lex_name.length); in sp_exist_routines()
1820 name= new sp_name(lex_db, lex_name, true); in sp_exist_routines()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsp.cc1815 LEX_STRING lex_name; in sp_exist_routines() local
1817 lex_name.length= strlen(routine->table_name); in sp_exist_routines()
1819 lex_name.str= thd->strmake(routine->table_name, lex_name.length); in sp_exist_routines()
1820 name= new sp_name(lex_db, lex_name, true); in sp_exist_routines()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsp.cc1533 LEX_STRING lex_name; in sp_exist_routines() local
1535 lex_name.length = strlen(routine->table_name); in sp_exist_routines()
1537 lex_name.str = thd->strmake(routine->table_name, lex_name.length); in sp_exist_routines()
1538 name = new (thd->mem_root) sp_name(lex_db, lex_name, true); in sp_exist_routines()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsp.cc1815 LEX_STRING lex_name; in sp_exist_routines() local
1817 lex_name.length= strlen(routine->table_name); in sp_exist_routines()
1819 lex_name.str= thd->strmake(routine->table_name, lex_name.length); in sp_exist_routines()
1820 name= new sp_name(lex_db, lex_name, true); in sp_exist_routines()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsp.cc1815 LEX_STRING lex_name; in sp_exist_routines() local
1817 lex_name.length= strlen(routine->table_name); in sp_exist_routines()
1819 lex_name.str= thd->strmake(routine->table_name, lex_name.length); in sp_exist_routines()
1820 name= new sp_name(lex_db, lex_name, true); in sp_exist_routines()

12