Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mailx/hdr/
H A Dusg.local.h73 #define HELPFILE helppath("mailx.help") macro
/titanic_41/usr/src/cmd/more/
H A Dmore.c124 #define HELPFILE "/mntp/doucette/more/more.help" macro
129 #ifndef HELPFILE
130 #define HELPFILE "/usr/lib/more.help" macro
1161 if ((helpf = fopen (HELPFILE, "r")) == NULL) in command()
/titanic_41/usr/src/cmd/mailx/
H A Dcmd3.c220 if ((f = fopen(HELPFILE, "r")) == NULL) { in help()