Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A 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()
H A 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()
H A 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()
H A 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
H A Dsh.decls.h382 extern tcsh_number_t getn (const Char *);
H A Dtc.who.c232 interval = (number(*vp)) ? (getn(*vp++) * 60) : MAILINTVL;
H A Dsh.time.c156 nval = getn(cp); in donice()
H A Dsh.c1833 xexit(getn(varval(STRstatus))); in exitstat()
2253 intvl = (cnt && number(*vp)) ? (--cnt, getn(*vp++)) : MAILINTVL; in mailchk()
H A Ded.init.c181 SetKillRing(getn(varval(STRkillring))); in ed_Setup()
H A Dtc.func.c941 interval = getn(vp); in period_cmd()
1024 status = getn(varval(STRstatus)); in aliasrun()
H A Dsh.exp.c1029 return (getn(cp)); in egetn()
H A Dsh.dir.c785 i = getn(cp); in dfind()
H A Dsh.func.c670 i *= getn(v[1]); in dorepeat()
H A DFixes1853 1. getn() is now protected against NULL strings.
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.td897 "getn $dst, res[$src]", []>;
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog1936 o evport: Remove artificial low limit on max events per getn call (c04d927)
/freebsd/contrib/libevent/
H A DChangeLog1936 o evport: Remove artificial low limit on max events per getn call (c04d927)