|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
|
#include <stdio.h>#include <stdlib.h>#include <signal.h>#include <unistd.h>#include <grass/gis.h>
Go to the source code of this file.
Functions | |
| FILE * | G_open_pager (struct Popen *pager) |
| void | G_close_pager (struct Popen *pager) |
| FILE * | G_open_mail (struct Popen *mail) |
| void | G_close_mail (struct Popen *mail) |
Definition at line 65 of file pager.c.
References G_popen_close().
Definition at line 45 of file pager.c.
References G_popen_clear(), G_popen_write(), G_whoami(), and NULL.
Definition at line 13 of file pager.c.
References G_popen_clear(), G_popen_write(), isatty, NULL, and STDOUT_FILENO.
Referenced by G_list_element().