Home
last modified time | relevance | path

Searched refs:getn (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/bin/test/
H A Dtest.c185 static long long getn(const char *);
497 return isatty((int)getn(opnd)); in perform_unop()
534 return getn(opnd1) == getn(opnd2); in perform_binop()
536 return getn(opnd1) != getn(opnd2); in perform_binop()
538 return getn(opnd1) >= getn(opnd2); in perform_binop()
540 return getn(opnd1) > getn(opnd2); in perform_binop()
542 return getn(opnd1) <= getn(opnd2); in perform_binop()
544 return getn(opnd1) < getn(opnd2); in perform_binop()
853 getn(const char *s) in getn() function
/netbsd-src/bin/csh/
H A Dhist.c147 if (getn(value(STRhistory)) == 0) in dohist()
173 n = getn(*v); in dohist()
175 n = getn(value(STRhistory)); in dohist()
H A Dsem.c122 getn(t->t_dcom[1]); in execute()
427 if ((getn(value(STRstatus)) == 0) != in execute()
H A Dtime.c101 nval = getn(cp); in donice()
H A Dset.c418 getn(Char *cp) in getn() function
581 history(hi, &ev, H_SETSIZE, getn(value(STRhistory))); in updateediting()
H A Dextern.h283 int getn(Char *);
H A Dcsh.c955 xexit(s ? getn(s) : 0); in exitstat()
1270 intvl = (cnt && number(*vp)) ? (--cnt, getn(*vp++)) : MAILINTVL; in mailchk()
H A Dexp.c641 return (getn(cp)); in egetn()
H A Ddir.c541 i = getn(cp); in dfind()
H A Dfunc.c540 i = getn(v[1]); in dorepeat()
/netbsd-src/bin/ksh/
H A Dproto.h188 int getn ARGS((const char *, int *));
H A Dtrap.c103 if (getn(name, &n) && 0 <= n && n < SIGNALS)
H A Dc_sh.c547 if (!getn(arg, &n)) {
H A Dc_ksh.c1271 } else if (!getn(p, &n)) {
/netbsd-src/sys/dev/stbi/
H A Dstb_image.c918 static int getn(stbi *s, stbi_uc *buffer, int n) in getn() function
3049 if (!getn(s, z->idata+ioff,c.length)) return e("outofdata","Corrupt PNG"); in parse_png_file()
3681 if (!getn(s, tga_palette, tga_palette_len * tga_palette_bits / 8 )) in tga_load()
4881 getn(s, rgbe, 4); in hdr_load()
/netbsd-src/usr.sbin/makemandb/
H A Dnostem.txt1469 getn
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.td906 "getn $dst, res[$src]", []>;
/netbsd-src/external/bsd/libevent/dist/
H A DChangeLog1936 o evport: Remove artificial low limit on max events per getn call (c04d927)