Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.decls.h111 extern int hashbang (int, Char ***);
H A Dsh.exec.c441 pref[0] != '#' || pref[1] != '!' || hashbang(fd, &vp) == -1) { in texec()
H A Dtc.func.c1792 hashbang(int fd, Char ***vp) in hashbang() function