Searched refs:nf (Results 1 - 12 of 12) sorted by relevance

/ast/src/lib/libtksh/src/
H A Dvar.c23 #define array_data(nf) ((TkshArrayInfo *) ((nf) + 1))
50 static char *tksh_getval(Namval_t *nv, Namfun_t *nf);
51 static void tksh_putval(Namval_t *nv, const char *val, int flags, Namfun_t *nf);
52 static void tksh_arrputval(Namval_t *nv,const char *val,int flags,Namfun_t *nf);
53 static char *tksh_arrgetval(Namval_t *nv, Namfun_t *nf);
54 static void tksh_blockput(Namval_t *nv,const char *val,int flags,Namfun_t *nf);
55 static char *tksh_blockget(Namval_t *nv, Namfun_t *nf);
334 Namfun_t *nf; local
343 nf
492 tksh_arrputval(Namval_t *nv, const char *val, int flags, Namfun_t *nf) argument
539 tksh_arrgetval(Namval_t *nv, Namfun_t *nf) argument
553 tksh_blockput(Namval_t *nv,const char *val,int flags,Namfun_t *nf) argument
562 tksh_blockget(Namval_t *nv, Namfun_t *nf) argument
570 tksh_putval(Namval_t *nv, const char *val, int flags, Namfun_t *nf) argument
646 tksh_getval(Namval_t *nv, Namfun_t *nf) argument
716 Namfun_t *nf; local
802 Namfun_t *nf; local
827 Namfun_t *nf; local
[all...]
/ast/src/lib/libtksh/include/
H A Dnvextra.h22 Namfun_t *nf = (Namfun_t *) \
24 nf->disc = & tksh_trace_stop; \
25 nv_stack(np, nf); \
/ast/src/cmd/probe/
H A Dprobe.c219 Sfio_t* nf; local
223 if (nf = sfopen(NiL, path, "r"))
225 if ((ns = sfgetr(nf, '\n', 1)) && (nz = sfvalue(nf) - 1) > 0)
233 if (r && old && sfseek(nf, 0L, 0) == 0 && (of = sfopen(NiL, old, "r")))
237 ns = sfreserve(nf, 0, 0);
238 nz = sfvalue(nf);
240 oz = sfvalue(nf);
247 nz = sfread(nf, ns, nz);
256 sfclose(nf);
[all...]
/ast/src/cmd/html/
H A Dmm2twiki.sh63 integer labels=0 reference=1 ce=0 nf=0 augment=0 tbl_ns=0 tbl_no=1 tbl_fd=1
263 if ((nf))
875 if ((nf))
876 then nf=0
1066 if ((nf))
1067 then nf=0
1071 .DF|.DS|.nf)
1072 if ((!nf))
1073 then nf=1
1082 .EE)if ((nf))
[all...]
H A Dmm2bb.sh64 integer labels=0 reference=1 ce=0 nf=0 augment=0 tbl_ns=0 tbl_no=1 tbl_fd=1
273 if ((nf))
963 if ((nf))
964 then nf=0
1167 if ((nf))
1168 then nf=0
1175 .DF|.DS|.nf)
1176 if ((!nf))
1177 then nf=1
1189 .EE)if ((nf))
[all...]
H A Dtroff2html.c1021 v->nf = 0;
1447 n = !state.env->nf;
1737 if (state.divert || state.env->nf)
1739 if (state.env->nf)
1780 if (state.env->nf)
2736 if (oe->nf != ne->nf)
2737 code_1(ne->nf ? OP_pre : END(OP_pre));
2758 if (state.env->nf)
2760 state.env->nf
4987 register int nf = 0; local
[all...]
H A Dtroff2html.h145 int nf; /* output fill state */ member in struct:Env_s
H A Dmm2html.sh140 integer labels=0 mark=4 reference=1 ident=0 ce=0 nf=0 augment=0 tbl_ns=0 tbl_no=1 tbl_fd=1
1497 if ((nf))
1498 then nf=0
1724 if ((nf))
1725 then nf=0
1729 .DF|.DS|.dS|.nf)
1730 if ((!nf))
1731 then nf=1
1746 if ((nf))
1747 then nf
[all...]
/ast/src/cmd/mailx/
H A Dcollect.c200 FILE *nf; local
203 if (!(nf = fileopen(state.tmp.edit, "Ew+")))
210 if (run_command(state.var.shell, 0, fileno(fp), fileno(nf), "-c", cmd, NiL) < 0) {
211 fileclose(nf);
214 if (!filesize(nf)) {
216 fileclose(nf);
222 fseek(nf, (off_t)0, SEEK_END);
223 state.collect.fp = nf;
/ast/src/lib/libast/uwin/
H A Dsupport.c438 nx,nf, *py =(unsigned short *) &y ,
463 nf=nx;
491 if(nf!=0) { t=1.0; pt[n0]-=nf; x*=t;}
/ast/src/cmd/ksh93/include/
H A Dnval.h306 #define nv_stack(np,nf) nv_disc(np,nf,0)
/ast/src/lib/libast/vmalloc/
H A Dvmprofile.c321 Vmulong_t nf, Vmulong_t sf, Vmulong_t max, Vmulong_t size)
323 static char* pfsummary(buf, na, sa, nf, sf, max, size)
327 Vmulong_t nf;
336 buf = (*_Vmstrcpy)(buf, (*_Vmitoa)(nf,-1), ':');
320 pfsummary(char* buf, Vmulong_t na, Vmulong_t sa, Vmulong_t nf, Vmulong_t sf, Vmulong_t max, Vmulong_t size) argument

Completed in 54 milliseconds