Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dusg.local.h71 #define HELPFILE helppath("mailx.help") macro
/illumos-gate/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
1160 if ((helpf = fopen (HELPFILE, "r")) == NULL) in command()
/illumos-gate/usr/src/cmd/mailx/
H A Dcmd3.c218 if ((f = fopen(HELPFILE, "r")) == NULL) { in help()