GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Returns.c File Reference
#include "driver.h"
#include "driverlib.h"
Include dependency graph for Returns.c:

Go to the source code of this file.

Functions

void COM_Screen_left (int *index)
 
void COM_Screen_rite (int *index)
 
void COM_Screen_bot (int *index)
 
void COM_Screen_top (int *index)
 
void COM_Number_of_colors (int *ncolors)
 

Function Documentation

void COM_Number_of_colors ( int ncolors)

Definition at line 24 of file Returns.c.

References NCOLORS.

Referenced by LOC_get_num_colors(), and process_command().

void COM_Screen_bot ( int index)

Definition at line 14 of file Returns.c.

References screen_bottom.

Referenced by COM_Erase(), LOC_screen_bot(), and process_command().

void COM_Screen_left ( int index)

Definition at line 4 of file Returns.c.

References screen_left.

Referenced by COM_Erase(), LOC_screen_left(), and process_command().

void COM_Screen_rite ( int index)

Definition at line 9 of file Returns.c.

References screen_right.

Referenced by COM_Erase(), LOC_screen_rite(), and process_command().

void COM_Screen_top ( int index)

Definition at line 19 of file Returns.c.

References screen_top.

Referenced by COM_Erase(), LOC_screen_top(), and process_command().