Home
last modified time | relevance | path

Searched refs:findsym (Results 1 – 25 of 76) sorted by relevance

1234

/dports/math/octave-forge-symbolic/symbolic-2.9.0/inst/@sym/
H A Dfindsym.m21 %% @defmethod @@sym findsym (@var{expr})
22 %% @defmethodx @@sym findsym (@var{expr}, @var{n})
33 %% v = findsym (f)
35 %% v = findsym (f, 1)
44 function s = findsym(varargin) function
70 %!assert (strcmp (findsym (sym(2)), ''));
74 %!assert (strcmp (findsym (f), 'x,y'));
75 %!assert (strcmp (findsym (f,1), 'x'));
82 %! assert (strcmp (findsym(b*xx*exp(alpha) + c*sin(a*y), 2), 'xx,y'))
/dports/textproc/flex/flex-2.6.4/src/
H A Dsym.c63 static struct hash_entry *findsym (const char *sym, hash_table table,
132 return findsym (ccltxt, ccltab, CCL_HASH_SIZE)->int_val; in ccllookup()
138 static struct hash_entry *findsym (const char *sym, hash_table table, int table_size) in findsym() function
194 return findsym (nd, ndtbl, NAME_TABLE_HASH_SIZE)->str_val; in ndlookup()
248 return findsym (str, sctbl, START_COND_HASH_SIZE)->int_val; in sclookup()
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/src/
H A Dsym.c66 static struct hash_entry *findsym PROTO ((const char *sym,
146 return findsym ((char *) ccltxt, ccltab, CCL_HASH_SIZE)->int_val;
152 static struct hash_entry *findsym (sym, table, table_size) in findsym() function
217 return (Char *) findsym (nd, ndtbl, NAME_TABLE_HASH_SIZE)->str_val;
274 return findsym (str, sctbl, START_COND_HASH_SIZE)->int_val;
/dports/textproc/reflex/reflex-20210808/
H A Dsym.c102 findsym(char sym[], hash_table table, int table_size) in findsym() function
128 return findsym((char *) ccltxt, ccltab, CCL_HASH_SIZE)->int_val; in ccllookup()
166 return (Char *) findsym(nd, ndtbl, NAME_TABLE_HASH_SIZE)->str_val; in ndlookup()
221 return findsym(str, sctbl, START_COND_HASH_SIZE)->int_val; in sclookup()
/dports/devel/dev86/dev86-0.16.20/ld/
H A Dlinksyms.c37 if ((symptr = findsym("_start")) != NUL_PTR ||
38 (symptr = findsym("_main")) != NUL_PTR)
48 if ((symptr = findsym("start")) != NUL_PTR)
/dports/science/luscus/luscus_0.8.6/
H A Dfindsym.h13 #define findsym FINDSYM macro
16 #define findsym findsym_ macro
/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DPyrSymbolTable.h31 SCLANG_DLLEXPORT_C PyrSymbol* findsym(const char* name);
58 friend PyrSymbol* findsym(const char* name);
H A DSCBase.h67 SCLANG_DLLEXPORT_C struct PyrSymbol* findsym(const char* name);
/dports/lang/perl5.34/perl-5.34.0/dist/Attribute-Handlers/lib/Attribute/
H A DHandlers.pm11 sub findsym { subroutine
122 my $sym = findsym @lastattr{'pkg','ref'}
219 my $sym = findsym($pkg, $ref);
/dports/lang/perl5.30/perl-5.30.3/dist/Attribute-Handlers/lib/Attribute/
H A DHandlers.pm11 sub findsym { subroutine
122 my $sym = findsym @lastattr{'pkg','ref'}
219 my $sym = findsym($pkg, $ref);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Attribute-Handlers/lib/Attribute/
H A DHandlers.pm11 sub findsym { subroutine
122 my $sym = findsym @lastattr{'pkg','ref'}
219 my $sym = findsym($pkg, $ref);
/dports/lang/perl5.32/perl-5.32.1/dist/Attribute-Handlers/lib/Attribute/
H A DHandlers.pm11 sub findsym { subroutine
122 my $sym = findsym @lastattr{'pkg','ref'}
219 my $sym = findsym($pkg, $ref);
/dports/devel/p5-Attribute-Handlers/Attribute-Handlers-0.99/lib/Attribute/
H A DHandlers.pm12 sub findsym { subroutine
123 my $sym = findsym @lastattr{'pkg','ref'}
218 my $sym = findsym($pkg, $ref);
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/s390/boot/
H A Dpgm_check_info.c33 static noinline char *findsym(unsigned long ip, unsigned short *off, unsigned short *len) in findsym() function
69 p = findsym((unsigned long)ip, &off, &len); in strsym()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/s390/boot/
H A Dpgm_check_info.c33 static noinline char *findsym(unsigned long ip, unsigned short *off, unsigned short *len) in findsym() function
69 p = findsym((unsigned long)ip, &off, &len); in strsym()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/s390/boot/
H A Dpgm_check_info.c33 static noinline char *findsym(unsigned long ip, unsigned short *off, unsigned short *len) in findsym() function
69 p = findsym((unsigned long)ip, &off, &len); in strsym()
/dports/science/elk/elk-7.2.42/src/
H A Dfindsymsite.f9029 call findsym(apl,apl,nsymsite(ias),lsplsyms(:,ias),lspnsyms(:,ias),iea)
/dports/math/octave-forge-symbolic/symbolic-2.9.0/inst/
H A Dfindsymbols.m50 %% @seealso{symvar, @@sym/symvar, @@sym/findsym}
131 %! % empty sym for findsymbols, findsym, and symvar
133 %! assert (isempty (findsym (sym([]))))
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/utils/
H A DMakefile15 DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/
H A Dunifdef.c217 static int findsym(const char *);
679 if ((cursym = findsym(cp)) < 0) in parseline()
869 sym = findsym(cp); in eval_unary()
883 sym = findsym(cp); in eval_unary()
1121 findsym(const char *str) in findsym() function
1159 symind = findsym(sym); in addsym()
/dports/multimedia/libv4l/linux-5.13-rc2/scripts/
H A Dunifdef.c217 static int findsym(const char *);
679 if ((cursym = findsym(cp)) < 0) in parseline()
869 sym = findsym(cp); in eval_unary()
883 sym = findsym(cp); in eval_unary()
1121 findsym(const char *str) in findsym() function
1159 symind = findsym(sym); in addsym()
/dports/multimedia/v4l-utils/linux-5.13-rc2/scripts/
H A Dunifdef.c217 static int findsym(const char *);
679 if ((cursym = findsym(cp)) < 0) in parseline()
869 sym = findsym(cp); in eval_unary()
883 sym = findsym(cp); in eval_unary()
1121 findsym(const char *str) in findsym() function
1159 symind = findsym(sym); in addsym()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tests/QS/regtest-sym-5/
H A Dc_s24_CrCl3.inp15 #Cr Cl_3 & P3_112 & D_3^3 & #51 & D0_4 & hP24 & Struk II 24 => findsym
/dports/science/cp2k-data/cp2k-7.1.0/tests/QS/regtest-sym-5/
H A Dc_s24_CrCl3.inp15 #Cr Cl_3 & P3_112 & D_3^3 & #51 & D0_4 & hP24 & Struk II 24 => findsym
/dports/devel/creduce/creduce-2.10.0/unifdef/
H A Dunifdef.c223 static int findsym(const char **);
804 if ((cursym = findsym(&cp)) < 0) in parseline()
1067 sym = findsym(&cp); in eval_unary()
1084 sym = findsym(&cp); in eval_unary()
1411 findsym(const char **strp) in findsym() function
1455 ind = findsym(&cp); in indirectsym()
1499 symind = findsym(&cp); in addsym2()

1234