Home
last modified time | relevance | path

Searched refs:DFLT_PAGER (Results 1 – 16 of 16) sorted by relevance

/dports/math/sc/sc-7.16/
H A DMakefile403 $(CC) ${CFLAGS} ${DFLT_PAGER} -c abbrev.c
444 $(CC) ${CFLAGS} ${DFLT_PAGER} ${SIGVOID} ${SAVE} -c sc.c
H A Dabbrev.c48 pager = DFLT_PAGER; in add_abbr()
H A Dsc.h51 #ifndef DFLT_PAGER
52 #define DFLT_PAGER "more" /* more is probably more widespread than less */ macro
H A Dsc.c1298 pager = DFLT_PAGER; in main()
H A DCHANGES1751 - DFLTPAGER to DFLT_PAGER fix
/dports/math/xspread/xspread-3.1.1c.orig/old/
H A DMakefile.curse99 DFLT_PAGER=-DDFLT_PAGER=\"less\"
330 FEATURES= ${BROKENCURSES} ${CRYPT} ${DFLT_PAGER} ${DOBACKUPS} ${FMOD} \
/dports/math/xspread/xspread-3.1.1c.orig/
H A Dacconfig.h14 #define DFLT_PAGER "less" macro
H A Dsc.c38 #ifndef DFLT_PAGER
39 #define DFLT_PAGER "more" /* more is probably more widespread than less */ macro
1659 pager = DFLT_PAGER;
H A Dconfig.status50 s%@DFLT_PAGER@%/usr/local/bin/less%g
H A Dconfigure2252 s%@DFLT_PAGER@%$DFLT_PAGER%g
H A Dconfig_h.in15 /* #define DFLT_PAGER "less" */
H A Dconfigure.in17 AC_PATH_PROGS(DFLT_PAGER, less more pg cat, cat)
/dports/math/sc-im/sc-im-0.8.2/src/
H A Dsc.h86 #ifndef DFLT_PAGER
87 #define DFLT_PAGER "more" /* more is probably more widespread than less */ macro
H A Dmain.c803 #ifdef DFLT_PAGER in show_version_and_quit()
804 sc_info("-DDFLT_PAGER=\"%s\"", DFLT_PAGER); in show_version_and_quit()
H A Dtui.c1230 pager = DFLT_PAGER; in ui_show_text()
/dports/math/xspread/xspread-3.1.1c.orig/doc/
H A Dsc.changes331 - DFLTPAGER to DFLT_PAGER fix