Searched refs:getn (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dtw.comp.c205 return wno == getn(ran);
208 return wno <= getn(&ran[1]);
212 return getn(ran) <= wno;
214 return (getn(ran) <= wno) && (wno <= getn(p));
H A Dsh.hist.c524 int length = getn(*vals);
739 histlen = getn(varval(STRhistory));
1136 if (getn(varval(STRhistory)) == 0)
1181 n = getn(*vp);
1183 n = getn(varval(STRhistory));
H A Dsh.decls.h378 extern tcsh_number_t getn (const Char *);
H A Dsh.sem.c235 t->t_nice = (unsigned char)getn(t->t_dcom[1]);
645 int rv = getn(varval(STRstatus));
725 if ((getn(varval(STRstatus)) == 0) !=
H A Dsh.set.c196 SetKillRing((int)getn(varval(vp)));
535 getn(const Char *cp) function
H A Ded.init.c185 SetKillRing(getn(varval(STRkillring)));
H A Dsh.time.c160 nval = getn(cp);
H A Dtc.who.c235 interval = (number(*vp)) ? (getn(*vp++) * 60) : MAILINTVL;
H A Dsh.c1803 * Note that if STATUS is corrupted (i.e. getn bombs) then error will exit
1809 xexit(getn(varval(STRstatus)));
2221 intvl = (cnt && number(*vp)) ? (--cnt, getn(*vp++)) : MAILINTVL;
H A Dsh.exp.c1033 return (getn(cp));
H A Dsh.func.c674 i *= getn(v[1]);
H A Dsh.dir.c796 i = getn(cp);
/freebsd-9.3-release/release/picobsd/tinyware/msh/
H A 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) function
957 nl = cp == NULL? 1: getn(cp);
982 setstatus(getn(cp));
/freebsd-9.3-release/bin/test/
H A Dtest.c177 static int getn(const char *);
308 return isatty(getn(*++t_wp));
504 getn(const char *s) function

Completed in 200 milliseconds