Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
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.c1812 hashbang(int fd, Char ***vp) in hashbang() function