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

/ast/src/lib/libdss/
H A Dcxopen.c370 #define BT(r,n,s,d,e,i,m) {s,{n,d,CXH,0,0,e,i,r,0,0,0,{0},m},}, macro
378 BT(CX_void, &name_void[0], &state.type_void, "No value. May be used for padding.", void_external, void_internal, 0)
379 BT(CX_number, &name_number[0], &state.type_number, "An integral or floating point number.", number_external, number_internal, 0)
380 BT(CX_string, &name_string[0], &state.type_string, "A string. The format details string specifies quoting and C style character escape processing: \bquote\b[=\achar\a] quotes string with \achar\a (\b\"\b) as the begin and end quote; \bendquote\b=\achar\a changes the \bquote\b end to \achar\a; \bshell\b[=\abeg\a] quotes using shell conventions and \abeg\a (\b$'\b) as the quote begin; \bopt\b performs \bquote\b and \bshell\b quoting only when necessary; \bescape\b assumes that escape processing has already been performed; \bwide\b does not escape characters with the bit 8 set; \bexpand\b=\amask\a expands escaped characters according to \amask\a which may be a \b,\b or \b|\b separated list of \ball\b: expand all escaped chars, \bchar\b expands 7 bit character escapes, \bline\b expands \b\\r\b and \b\\n\b escapes, \bwide\b expands wide character escapes, \bnocr\b eliminates \b\\r\b, and \bnonl\b eliminates \b\\n\b.", string_external, string_internal, &match_string)
381 BT(CX_reference,&name_reference[0],&state.type_reference,"A referenced type.", 0,0,0)
382 BT(CX_buffer, &name_buffer[0], &state.type_buffer, "A separately allocated sized buffer. The external representation is a newline separated base64 mime encoding.", buffer_external, buffer_internal, 0)
383 BT(CX_type, &name_type[0], &state.type_type_t, "A type.", type_external, type_internal, 0)
384 BT(CX_pointer, &name_pointer[0], 0, "A generic pointer.", 0,0,0)

Completed in 17 milliseconds