Home
last modified time | relevance | path

Searched refs:tcsh_number_t (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.exp.c57 static tcsh_number_t exp1 (Char ***, int);
58 static tcsh_number_t exp2x (Char ***, int);
59 static tcsh_number_t exp2a (Char ***, int);
60 static tcsh_number_t exp2b (Char ***, int);
61 static tcsh_number_t exp2c (Char ***, int);
69 static tcsh_number_t egetn (const Char *);
73 static void etraci (const char *, tcsh_number_t, Char ***);
183 tcsh_number_t
189 tcsh_number_t
192 tcsh_number_t p1 = exp1(vp, ignore); in exp0()
[all …]
H A Dsh.dol.c404 setDolp(dolbang = putn((tcsh_number_t)backpid)); in Dgetdol()
530 addla(putn((tcsh_number_t)length)); in Dgetdol()
590 addla(putn((tcsh_number_t)Strlen(np))); in Dgetdol()
689 addla(putn((tcsh_number_t)(upb - lwb + 1))); in Dgetdol()
700 addla(putn((tcsh_number_t)length)); in Dgetdol()
952 return putn((((tcsh_number_t)tv.tv_sec) ^ in randsuf()
953 ((tcsh_number_t)tv.tv_usec) ^ in randsuf()
954 ((tcsh_number_t)getpid())) & 0x00ffffff); in randsuf()
H A Dsh.decls.h129 extern tcsh_number_t expr (Char ***);
130 extern tcsh_number_t exp0 (Char ***, int);
381 extern Char *putn (tcsh_number_t);
382 extern tcsh_number_t getn (const Char *);
H A Dsh.set.c49 static void putn1 (tcsh_number_t);
500 tcsh_number_t i; in operate()
522 putn(tcsh_number_t n) in putn()
537 putn1(tcsh_number_t n) in putn1()
544 tcsh_number_t
547 tcsh_number_t n; in getn()
H A Dsh.h245 typedef long long tcsh_number_t; typedef
247 typedef long tcsh_number_t; typedef
H A Dsh.lex.c1287 np = putn((tcsh_number_t)event); in gethent()
H A Dsh.c816 doldol = putn((tcsh_number_t)mainpid); /* For $$ */ in main()
H A Dsh.proc.c577 reason_str = putn((tcsh_number_t)reason); in pjwait()
H A Dtc.func.c1079 setv(STRstatus, putn((tcsh_number_t)status), VAR_READWRITE); in aliasrun()