Sponsored Content
Full Discussion: Please help!!!
Top Forums Shell Programming and Scripting Please help!!! Post 302080844 by mhssatya on Thursday 20th of July 2006 06:36:11 PM
Old 07-20-2006
Reborg,

I am getting the below error.

syntax error The source line is 1.
The error context is
{data[FNR] = $0; >>> out=CARE01_DLY_?? <<<
awk: The statement cannot be correctly parsed.
The source line is 1

Please suggest
 
XSaveContext(3X11)						     MIT X11R4							XSaveContext(3X11)

Name
       XSaveContext, XFindContext, XDeleteContext, XUniqueContext - associative look-up routines

Syntax
       int XSaveContext(display, w, context, data)
	  Display *display;
	  Window w;
	  XContext context;
	  caddr_t data;

       int XFindContext(display, w, context, data_return)
	  Display *display;
	  Window w;
	  XContext context;
	  caddr_t *data_return;

       int XDeleteContext(display, w, context)
	  Display *display;
	  Window w;
	  XContext context;

       XContext XUniqueContext()

Arguments
       context	 Specifies the context type to which the data belongs.

       data	 Specifies the data to be associated with the window and type.

       data_return
		 Returns a pointer to the data.

       display	 Specifies the connection to the X server.

       w	 Specifies the window with which the data is associated.

Description
       If an entry with the specified window and type already exists, overrides it with the specified context.	The function returns a nonzero
       error code if an error has occurred and zero otherwise.	Possible errors are (out of memory).

       Because it is a return value, the data is a pointer.  The function returns a nonzero error code if an error has occurred and zero other-
       wise.  Possible errors are (context-not-found).

       The function deletes the entry for the given window and type from the data structure.  This function returns the same error codes that
       returns if called with the same arguments.  does not free the data whose address was saved.

       The function creates a unique context type that may be used in subsequent calls to

See Also
       X Window System: The Complete Reference, Second Edition, Robert W. Scheifler and James Gettys

																XSaveContext(3X11)
All times are GMT -4. The time now is 08:30 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy