Searched refs:getn (Results 1 – 18 of 18) sorted by relevance
| /netbsd-src/bin/test/ |
| H A D | test.c | 185 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 D | hist.c | 147 if (getn(value(STRhistory)) == 0) in dohist() 173 n = getn(*v); in dohist() 175 n = getn(value(STRhistory)); in dohist()
|
| H A D | sem.c | 122 getn(t->t_dcom[1]); in execute() 427 if ((getn(value(STRstatus)) == 0) != in execute()
|
| H A D | time.c | 101 nval = getn(cp); in donice()
|
| H A D | set.c | 418 getn(Char *cp) in getn() function 581 history(hi, &ev, H_SETSIZE, getn(value(STRhistory))); in updateediting()
|
| H A D | extern.h | 283 int getn(Char *);
|
| H A D | csh.c | 955 xexit(s ? getn(s) : 0); in exitstat() 1270 intvl = (cnt && number(*vp)) ? (--cnt, getn(*vp++)) : MAILINTVL; in mailchk()
|
| H A D | exp.c | 641 return (getn(cp)); in egetn()
|
| H A D | dir.c | 541 i = getn(cp); in dfind()
|
| H A D | func.c | 540 i = getn(v[1]); in dorepeat()
|
| /netbsd-src/bin/ksh/ |
| H A D | proto.h | 188 int getn ARGS((const char *, int *));
|
| H A D | trap.c | 103 if (getn(name, &n) && 0 <= n && n < SIGNALS)
|
| H A D | c_sh.c | 547 if (!getn(arg, &n)) {
|
| H A D | c_ksh.c | 1271 } else if (!getn(p, &n)) {
|
| /netbsd-src/sys/dev/stbi/ |
| H A D | stb_image.c | 918 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 D | nostem.txt | 1469 getn
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrInfo.td | 906 "getn $dst, res[$src]", []>;
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | ChangeLog | 1936 o evport: Remove artificial low limit on max events per getn call (c04d927)
|