Searched refs:pager (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/
H A Dunrpm5 # Requires the programs (cpio, gzip, and the pager more or less).
29 type more >/dev/null 2>&1 && pager=more
30 type less >/dev/null 2>&1 && pager=less
31 [ "$pager" = "" ] && echo "No pager found!" && exit
32 (echo -e "\nPress enter to scroll, q to Quit!\n" ; rpm2cpio $rpm | cpio -tv --quiet) | $pager
H A Dundeb5 # Requires the programs (ar, tar, gzip, and the pager more or less).
30 type more >/dev/null 2>&1 && pager=more
31 type less >/dev/null 2>&1 && pager=less
32 [ "$pager" = "" ] && echo "No pager found!" && exit
33 (ar -p $deb control.tar.gz | tar -xzO *control ; echo -e "\nPress enter to scroll, q to Quit!\n" ; ar -p $deb data.tar.gz | tar -tzv) | $pager
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/vtysh/
H A Dvtysh.c40 /* VTY shell pager name. */
359 vtysh_execute_func (char *line, int pager)
393 if (pager && vtysh_pager_name)
429 if (pager && vtysh_pager_name && fp)
482 if (pager && vtysh_pager_name && fp)
358 vtysh_execute_func(char *line, int pager) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dclient.c932 View the file using the pager.
938 char *pager; local
962 pager=getenv("PAGER");
965 "%s %s",(pager? pager:PAGER), lname);
2726 {"more",cmd_more,"<remote name> view a remote file with your pager",{COMPL_REMOTE,COMPL_NONE}},

Completed in 124 milliseconds