Home
last modified time | relevance | path

Searched refs:shp (Results 251 – 275 of 3191) sorted by relevance

1...<<11121314151617181920>>...128

/dports/shells/ksh93/ast-93u/src/cmd/ksh93/bltins/
H A Dwhence.c55 register Shell_t *shp = context->shp; in b_command() local
71 shp->xargexit = 1; in b_command()
89 return(whence(shp,argv, flags)); in b_command()
98 register Shell_t *shp = context->shp; in b_whence() local
130 return(whence(shp, argv, flags)); in b_whence()
167 if((np=nv_search(name,shp->alias_tree,0)) in whence()
187 root = (flags&F_FLAG)?shp->bltin_tree:shp->fun_tree; in whence()
223 if(path_search(shp,name,&pp,2+(aflag>1))) in whence()
236 cp = path_fullname(shp,cp); in whence()
251 if(!np && (np=nv_search(name,shp->track_tree,0))) in whence()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/bltins/
H A Dwhence.c55 register Shell_t *shp = context->shp; in b_command() local
71 shp->xargexit = 1; in b_command()
89 return(whence(shp,argv, flags)); in b_command()
98 register Shell_t *shp = context->shp; in b_whence() local
130 return(whence(shp, argv, flags)); in b_whence()
167 if((np=nv_search(name,shp->alias_tree,0)) in whence()
187 root = (flags&F_FLAG)?shp->bltin_tree:shp->fun_tree; in whence()
223 if(path_search(shp,name,&pp,2+(aflag>1))) in whence()
236 cp = path_fullname(shp,cp); in whence()
251 if(!np && (np=nv_search(name,shp->track_tree,0))) in whence()
[all …]
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dnvdisc.c59 Shell_t *shp = sh_ptr(np); in nv_getv() local
942 if (*name == '.' && root == shp->var_tree && !dp) root = shp->var_base; in nv_search()
946 if (shp->namespace && !(mode & NV_NOSCOPE) && root == shp->var_tree) { in nv_search()
953 np->nvshell = shp; in nv_search()
978 np->nvshell = shp; in nv_search_namval()
1016 sfprintf(shp->strbuf, "%s.%s%c", nv_name(shp->namespace), name, 0); in nv_bfsearch()
1083 sfputr(shp->stk, shp->bltin_dir, '/'); in sh_addbuiltin()
1145 Shell_t *shp; member
1267 np = shp->last_table; in nv_dict()
1280 return shp->var_tree; in nv_dict()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/lib/libsa/
H A Dloadfile_elf32.c261 Elf_Shdr *shp; in ELFNAMEEND() local
390 shp = ALLOC(sz); in ELFNAMEEND()
392 nr = read(fd, shp, sz); in ELFNAMEEND()
476 shp[i].sh_offset = 0; in ELFNAMEEND()
486 shp[i].sh_offset = 0; in ELFNAMEEND()
517 shp[i].sh_offset = 0; in ELFNAMEEND()
541 shp[i].sh_offset = 0; in ELFNAMEEND()
550 &shp[i]); in ELFNAMEEND()
552 BCOPY(shp, shpp, sz); in ELFNAMEEND()
557 DEALLOC(shp, sz); in ELFNAMEEND()
[all …]
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dshape20h_ax.f78 shp(4, 9)=omgopg*omh*omr
79 shp(4,10)=omhoph*opg*omr
80 shp(4,11)=omgopg*oph*omr
81 shp(4,12)=omhoph*omg*omr
82 shp(4,13)=omgopg*omh*opr
83 shp(4,14)=omhoph*opg*opr
84 shp(4,15)=omgopg*oph*opr
85 shp(4,16)=omhoph*omg*opr
86 shp(4,17)=omropr*omg*omh
87 shp(4,18)=omropr*opg*omh
[all …]
H A Dshape20h_pl.f78 shp(4, 9)=omgopg*omh*omr
79 shp(4,10)=omhoph*opg*omr
80 shp(4,11)=omgopg*oph*omr
81 shp(4,12)=omhoph*omg*omr
82 shp(4,13)=omgopg*omh*opr
83 shp(4,14)=omhoph*opg*opr
84 shp(4,15)=omgopg*oph*opr
85 shp(4,16)=omhoph*omg*opr
86 shp(4,17)=omropr*omg*omh
87 shp(4,18)=omropr*opg*omh
[all …]
H A De_c3d_plhs.f30 real*8 shp(4,20),sm(8,8),weight,var(*) local
69 shp(i,j)=var(index)
86 & +(shp(1,i)*shp(1,j)+
87 & shp(2,i)*shp(2,j)+
88 & shp(3,i)*shp(3,j))*weight
H A De_c3d_v1rhs.f174 shp(ii,jj)=var(index)
234 shpv(i1)=shp(1,i1)*vel(1)+shp(2,i1)*vel(2)+
235 & shp(3,i1)*vel(3)+shp(4,i1)*div
354 & (shp(1,jj)*t(1,1)+shp(2,jj)*t(1,2)+shp(3,jj)*t(1,3))
356 & (shp(1,jj)*t(1,2)+shp(2,jj)*t(2,2)+shp(3,jj)*t(2,3))
358 & (shp(1,jj)*t(1,3)+shp(2,jj)*t(2,3)+shp(3,jj)*t(3,3))
466 & shp(1,jj)*aux(1)+shp(2,jj)*aux(2)+shp(3,jj)*aux(3)
525 & (shp(1,jj)*tv(1)+shp(2,jj)*tv(2)+shp(3,jj)*tv(3))
674 & (shp(1,jj)*dxkin(1)+shp(2,jj)*dxkin(2)
675 & +shp(3,jj)*dxkin(3))
[all …]
H A Dshape2l.f19 subroutine shape2l(xi,xl,xsj,xs,shp,iflag) argument
33 real*8 shp(7,3),xs(3,7),xsi(2,3),xl(3,3),sh(3),xsj(3),xi local
42 shp(1,1)=-0.5d0
43 shp(1,2)=0.5d0
47 shp(4,1)=(1.d0-xi)/2.d0
48 shp(4,2)=(1.d0+xi)/2.d0
56 xs(i,1)=xs(i,1)+xl(i,k)*shp(1,k)
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Ddefs.h298 #define exitset(shp) (shp->savexit=shp->exitval) argument
414 extern int sh_debug(Shell_t *shp,const char*,const char*,const char*,char *const[],int);
489 #define sh_isoption(shp,x) is_option(&(shp)->options,(x)) argument
490 #define sh_onoption(shp,x) on_option(&(shp)->options,(x)) argument
491 #define sh_offoption(shp,x) off_option(&(shp)->options,(x)) argument
495 #define sh_isstate(shp,x) ((shp)->st.states&sh_state(x)) argument
496 #define sh_onstate(shp,x) ((shp)->st.states |= sh_state(x)) argument
497 #define sh_offstate(shp,x) ((shp)->st.states &= ~sh_state(x)) argument
498 #define sh_getstate(shp) ((shp)->st.states) argument
499 #define sh_setstate(shp,x) ((shp)->st.states = (x)) argument
[all …]
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/bltins/
H A Dprintf.c42 Shell_t *shp = context->shp; in b_printf() local
53 builtin_print_help(shp, cmd); in b_printf()
57 prdata.var_name = nv_open(optget_arg, shp->var_tree, NV_VARNAME | NV_NOARRAY); in b_printf()
65 builtin_missing_argument(shp, cmd, argv[optget_ind - 1]); in b_printf()
69 builtin_unknown_option(shp, cmd, argv[optget_ind - 1]); in b_printf()
78 builtin_usage_error(shp, cmd, "at least one argument (the format) is required"); in b_printf()
82 return sh_print(argv, shp, &prdata); in b_printf()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgenhooks.c115 struct s_hook *shp; in emit_documentation() local
121 shp = XNEW (struct s_hook); in emit_documentation()
123 shp->pos = -1; in emit_documentation()
133 struct s_hook sh, *shp; in emit_documentation() local
142 shp = (struct s_hook *) p; in emit_documentation()
143 if (shp->pos >= 0) in emit_documentation()
145 shp->pos = i; in emit_documentation()
161 struct s_hook sh, *shp; in emit_documentation() local
182 if (!shp || shp->pos < 0) in emit_documentation()
184 i = shp->pos; in emit_documentation()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/edit/
H A Dpcomplete.c311 sh_trap(shp,str,0); in ed_pcomplete()
319 sfputc(shp->stk,0); in ed_pcomplete()
320 sh_trap(shp,stkptr(shp->stk,0),0); in ed_pcomplete()
385 stkseek(shp->stk,0); in ed_pcomplete()
416 stkseek(shp->stk,0); in ed_pcomplete()
420 sfputc(shp->stk,0); in ed_pcomplete()
422 sh_trap(shp,str,0); in ed_pcomplete()
423 stkseek(shp->stk,0); in ed_pcomplete()
445 sfputc(shp->stk,0); in ed_pcomplete()
448 sh_trap(shp,str,0); in ed_pcomplete()
[all …]
/dports/cad/feappv/feappv-4.1i/elements/
H A Drays2d.f2 subroutine rays2d(d,shp,sig,dd,vl,xl,ndf,ndm,nel) argument
19 real*8 d(*),shp(3,*),sig(*),dd(6,6),vl(ndf,*),xl(ndm,*) local
27 xx = xx + shp(1,j)*xl(1,j)
28 eps(1) = eps(1) + shp(1,j)*vl(1,j)
29 eps(2) = eps(2) + shp(2,j)*vl(2,j)
30 eps(3) = eps(3) + shp(3,j)*vl(1,j)
31 eps(4) = eps(4) + shp(2,j)*vl(1,j) + shp(1,j)*vl(2,j)
H A Dsld3d1.f145 call rays3d(d,shp(1,1,l),shp(1,1,l),sig,dd,ul(1,1,4),
167 xn = shp(1,j,l)*dv
168 yn = shp(2,j,l)*dv
169 zn = shp(3,j,l)*dv
191 am = shp(4,j,l)*dvm
202 xn = shp(1,i,l)
203 yn = shp(2,i,l)
204 zn = shp(3,i,l)
274 xn = xn + shp(4,j,1)*xl(1,j)
275 yn = yn + shp(4,j,1)*xl(2,j)
[all …]
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Plugins/Import/
H A DImportShp.php95 $shp = new ShapeFileImport(1);
164 $shp->FileName = $file_name;
169 $shp->loadFromFile('');
179 if ($shp->lastError != '') {
184 $message->addParam($shp->lastError);
189 switch ($shp->shapeType) {
226 $num_rows = count($shp->records);
228 $num_data_cols = $shp->getDBFHeader() !== null ? count($shp->getDBFHeader()) : 0;
233 foreach ($shp->records as $record) {
242 if ($shp->getDBFHeader() !== null) {
[all …]
/dports/devel/py-pyopencl/pyopencl-2018.2/pyopencl/compyte/ndarray/
H A Dtest_gpu_ndarray.py129 for shp in [(5,), (6, 7), (4, 8, 9), (1, 8, 9)]:
131 a = numpy.random.rand(*shp) * 10
145 for shp in [(5,), (6, 7), (4, 8, 9), (1, 8, 9)]:
147 a = numpy.random.rand(*shp) * 10
149 if len(shp) > 1:
231 if shp != ():
239 for shp in [(), (0,), (5,),
245 x = numpy.zeros(shp, dtype, order)
260 for shp in [(), (0,), (5,),
266 x = numpy.empty(shp, dtype, order)
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/srfi-lib/srfi/25/
H A Darlib.scm99 (let ((r (array-end shp 0)))
111 (let ((r (array-end shp 0)))
123 (let ((r (array-end shp 0)))
194 shp
204 shp
208 shp
220 shp
227 shp
232 shp
250 shp
[all …]
/dports/games/avp/avp-20170505/src/win95/
H A Dchnktype.cpp449 radius = shp.radius; in ChunkShape()
450 max = shp.max; in ChunkShape()
451 min = shp.min; in ChunkShape()
457 if (shp.v_list) { in ChunkShape()
485 if (shp.uv_list) { in ChunkShape()
501 centre=shp.centre; in ChunkShape()
519 max = shp.max; in operator =()
520 min = shp.min; in operator =()
528 if (shp.v_list) { in operator =()
556 if (shp.uv_list) { in operator =()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgenhooks.c134 struct s_hook *shp; in emit_documentation() local
140 shp = XNEW (struct s_hook); in emit_documentation()
142 shp->pos = -1; in emit_documentation()
152 struct s_hook sh, *shp; in emit_documentation() local
161 shp = (struct s_hook *) p; in emit_documentation()
162 if (shp->pos >= 0) in emit_documentation()
164 shp->pos = i; in emit_documentation()
180 struct s_hook sh, *shp; in emit_documentation() local
201 if (!shp || shp->pos < 0) in emit_documentation()
203 i = shp->pos; in emit_documentation()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgenhooks.c135 struct s_hook *shp; in emit_documentation() local
141 shp = XNEW (struct s_hook); in emit_documentation()
143 shp->pos = -1; in emit_documentation()
153 struct s_hook sh, *shp; in emit_documentation() local
162 shp = (struct s_hook *) p; in emit_documentation()
163 if (shp->pos >= 0) in emit_documentation()
165 shp->pos = i; in emit_documentation()
181 struct s_hook sh, *shp; in emit_documentation() local
202 if (!shp || shp->pos < 0) in emit_documentation()
204 i = shp->pos; in emit_documentation()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgenhooks.c134 struct s_hook *shp; in emit_documentation() local
140 shp = XNEW (struct s_hook); in emit_documentation()
142 shp->pos = -1; in emit_documentation()
152 struct s_hook sh, *shp; in emit_documentation() local
161 shp = (struct s_hook *) p; in emit_documentation()
162 if (shp->pos >= 0) in emit_documentation()
164 shp->pos = i; in emit_documentation()
180 struct s_hook sh, *shp; in emit_documentation() local
201 if (!shp || shp->pos < 0) in emit_documentation()
203 i = shp->pos; in emit_documentation()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgenhooks.c135 struct s_hook *shp; in emit_documentation() local
141 shp = XNEW (struct s_hook); in emit_documentation()
143 shp->pos = -1; in emit_documentation()
153 struct s_hook sh, *shp; in emit_documentation() local
162 shp = (struct s_hook *) p; in emit_documentation()
163 if (shp->pos >= 0) in emit_documentation()
165 shp->pos = i; in emit_documentation()
181 struct s_hook sh, *shp; in emit_documentation() local
202 if (!shp || shp->pos < 0) in emit_documentation()
204 i = shp->pos; in emit_documentation()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgenhooks.c134 struct s_hook *shp; in emit_documentation() local
140 shp = XNEW (struct s_hook); in emit_documentation()
142 shp->pos = -1; in emit_documentation()
152 struct s_hook sh, *shp; in emit_documentation() local
161 shp = (struct s_hook *) p; in emit_documentation()
162 if (shp->pos >= 0) in emit_documentation()
164 shp->pos = i; in emit_documentation()
180 struct s_hook sh, *shp; in emit_documentation() local
201 if (!shp || shp->pos < 0) in emit_documentation()
203 i = shp->pos; in emit_documentation()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgenhooks.c134 struct s_hook *shp; in emit_documentation() local
140 shp = XNEW (struct s_hook); in emit_documentation()
142 shp->pos = -1; in emit_documentation()
152 struct s_hook sh, *shp; in emit_documentation() local
161 shp = (struct s_hook *) p; in emit_documentation()
162 if (shp->pos >= 0) in emit_documentation()
164 shp->pos = i; in emit_documentation()
180 struct s_hook sh, *shp; in emit_documentation() local
201 if (!shp || shp->pos < 0) in emit_documentation()
203 i = shp->pos; in emit_documentation()
[all …]

1...<<11121314151617181920>>...128