Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/tcsh/
Dtw.comp.c205 return wno == getn(ran); in tw_pos()
208 return wno <= getn(&ran[1]); in tw_pos()
212 return getn(ran) <= wno; in tw_pos()
214 return (getn(ran) <= wno) && (wno <= getn(p)); in tw_pos()
Dsh.hist.c524 int length = getn(*vals); in testHash()
739 histlen = getn(varval(STRhistory)); in createHistHashTable()
1136 if (getn(varval(STRhistory)) == 0) in dohist()
1181 n = getn(*vp); in dohist()
1183 n = getn(varval(STRhistory)); in dohist()
Dsh.sem.c235 t->t_nice = (unsigned char)getn(t->t_dcom[1]); in execute()
645 int rv = getn(varval(STRstatus)); in execute()
725 if ((getn(varval(STRstatus)) == 0) != in execute()
Dsh.decls.h378 extern tcsh_number_t getn (const Char *);
Dsh.set.c196 SetKillRing((int)getn(varval(vp))); in update_vars()
535 getn(const Char *cp) in getn() function
Dtc.who.c235 interval = (number(*vp)) ? (getn(*vp++) * 60) : MAILINTVL;
Dsh.time.c160 nval = getn(cp); in donice()
Dsh.c1809 xexit(getn(varval(STRstatus))); in exitstat()
2221 intvl = (cnt && number(*vp)) ? (--cnt, getn(*vp++)) : MAILINTVL; in mailchk()
Ded.init.c185 SetKillRing(getn(varval(STRkillring))); in ed_Setup()
Dtc.func.c907 interval = getn(vp); in period_cmd()
988 status = getn(varval(STRstatus)); in aliasrun()
Dsh.exp.c1033 return (getn(cp)); in egetn()
Dsh.dir.c796 i = getn(cp); in dfind()
Dsh.func.c674 i *= getn(v[1]); in dorepeat()
DFixes1714 1. getn() is now protected against NULL strings.
/freebsd-9-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-9-stable/bin/test/
Dtest.c177 static int getn(const char *);
308 return isatty(getn(*++t_wp)); in primary()
504 getn(const char *s) in getn() function
/freebsd-9-stable/contrib/llvm/lib/Target/XCore/
DXCoreInstrInfo.td889 "getn $dst, res[$src]", []>;
/freebsd-9-stable/contrib/ntp/sntp/libevent/
DChangeLog1176 o evport: Remove artificial low limit on max events per getn call (c04d927)