Home
last modified time | relevance | path

Searched refs:this_sym (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/pax-utils/pax-utils-1.3.3/
H A Dscanelf.c1175 const char *this_sym; in scanelf_match_symname() local
1189 (*this_sym != '%'); in scanelf_match_symname()
1195 ++this_sym; in scanelf_match_symname()
1198 switch (*this_sym) { in scanelf_match_symname()
1231 ++this_sym; in scanelf_match_symname()
1234 ++this_sym; in scanelf_match_symname()
1288 this_sym); in scanelf_match_symname()
2139 const char *this_sym; in parseargs() local
2149 ++this_sym; in parseargs()
2155 ++this_sym; in parseargs()
[all …]
/dports/math/polymake/polymake-4.5/apps/polytope/rules/
H A Dflag_vector.rules293 my ($monstr,$last_sym,$this_sym,$occurrences)=("","","",0);
297 $this_sym = "c";
301 $this_sym = "d";
304 $this_sym = "c";
306 if ($this_sym eq $last_sym || $occurrences==0) {
312 $last_sym=$this_sym;
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/soppa/
H A Dso_rsplrs.F646 integer :: lu, idummy, this_sym local
653 read (lu, end=900) this_sym
654 if (this_sym .eq. isym) exit
/dports/math/R/R-4.1.2/src/library/methods/src/
H A Dmethods_list_dispatch.c754 SEXP e, val, args, this_sym, op; in R_nextMethodCall() local
788 this_sym = TAG(args); in R_nextMethodCall()
790 if(this_sym != R_NilValue && CAR(args) != R_MissingArg) in R_nextMethodCall()
791 SETCAR(args, this_sym); in R_nextMethodCall()
/dports/math/libRmath/R-4.1.1/src/library/methods/src/
H A Dmethods_list_dispatch.c754 SEXP e, val, args, this_sym, op; in R_nextMethodCall() local
788 this_sym = TAG(args); in R_nextMethodCall()
790 if(this_sym != R_NilValue && CAR(args) != R_MissingArg) in R_nextMethodCall()
791 SETCAR(args, this_sym); in R_nextMethodCall()