Home
last modified time | relevance | path

Searched refs:mainpid (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.c815 mainpid = getpid(); in main()
816 doldol = putn((tcsh_number_t)mainpid); /* For $$ */ in main()
H A Dsh.h633 EXTERN pid_t mainpid; /* pid of the main shell ($$) */ variable
H A Dsh.exec.c607 if (mainpid == getpid()) in execash()