Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/tcsh/
Dtw.comp.c201 return wno == getn(ran); in tw_pos()
204 return wno <= getn(&ran[1]); in tw_pos()
208 return getn(ran) <= wno; in tw_pos()
210 return (getn(ran) <= wno) && (wno <= getn(p)); in tw_pos()
Dsh.sem.c237 t->t_nice = (unsigned char)getn(t->t_dcom[1]); in execute()
658 int rv = getn(varval(STRstatus)); in execute()
738 if ((getn(varval(STRstatus)) == 0) != in execute()
Dsh.hist.c521 int length = getn(*vals); in testHash()
1134 if (getn(varval(STRhistory)) == 0) in dohist()
1179 n = getn(*vp); in dohist()
1181 n = getn(varval(STRhistory)); in dohist()
Dsh.set.c200 SetKillRing((int)getn(varval(vp))); in update_vars()
203 sethistory((int)getn(varval(vp))); in update_vars()
545 getn(const Char *cp) in getn() function
Dsh.decls.h382 extern tcsh_number_t getn (const Char *);
Dtc.who.c232 interval = (number(*vp)) ? (getn(*vp++) * 60) : MAILINTVL;
Dsh.time.c156 nval = getn(cp); in donice()
Dsh.c1833 xexit(getn(varval(STRstatus))); in exitstat()
2253 intvl = (cnt && number(*vp)) ? (--cnt, getn(*vp++)) : MAILINTVL; in mailchk()
Ded.init.c181 SetKillRing(getn(varval(STRkillring))); in ed_Setup()
Dtc.func.c941 interval = getn(vp); in period_cmd()
1024 status = getn(varval(STRstatus)); in aliasrun()
Dsh.exp.c1029 return (getn(cp)); in egetn()
Dsh.dir.c785 i = getn(cp); in dfind()
Dsh.func.c670 i *= getn(v[1]); in dorepeat()
DFixes1853 1. getn() is now protected against NULL strings.
/freebsd-12-stable/release/picobsd/tinyware/msh/
Dsh3.c63 _PROTOTYPE(int getn, (char *as ));
692 n = t->words[1]? getn(t->words[1]): 1;
803 i = getn(cp);
893 if ((n = getn(s)) < 0 || n > _NSIG) {
914 getn(as) in getn() function
957 nl = cp == NULL? 1: getn(cp);
982 setstatus(getn(cp));
/freebsd-12-stable/bin/test/
Dtest.c180 static int getn(const char *);
311 return isatty(getn(*++t_wp)); in primary()
530 getn(const char *s) in getn() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
DXCoreInstrInfo.td906 "getn $dst, res[$src]", []>;
/freebsd-12-stable/contrib/ntp/sntp/libevent/
DChangeLog1936 o evport: Remove artificial low limit on max events per getn call (c04d927)
/freebsd-12-stable/contrib/libevent/
DChangeLog1936 o evport: Remove artificial low limit on max events per getn call (c04d927)