OMparse_buffer reads and parses an input string consisting of V statements, V commands, and V comments. OMparse_buffer returns when it encounters a NULL termination character in the buffer.The Object Manager interprets the statements and commands in the context of the object identified by object . Any new objects defined in the buffer are created as subobjects of the object argument.Error messages are sent to stderr.
The status code (see Return Status
Return Status. a 0 return status indicates that syntax errors were encountered parsing the buffer.
none.