32 #define FMT_CONT_ALL \
33 (FMT_CONT_QUOTESINGLE | FMT_CONT_QUOTEDOUBLE | FMT_CONT_TRIPLE | FMT_CONT_COMMENT_C)
113 #define STR_LITERAL_STARTSWITH(str, str_literal, len_var) \
114 (strncmp(str, str_literal, len_var = (sizeof(str_literal) - 1)) == 0)
_GL_VOID GLfloat value _GL_VOID_RET _GL_VOID const GLuint GLboolean *residences _GL_BOOL_RET _GL_VOID GLsizei GLfloat GLfloat GLfloat GLfloat const GLubyte *bitmap _GL_VOID_RET _GL_VOID GLenum type
SyclQueue void void size_t num_bytes void
static const pxr::TfToken st("st", pxr::TfToken::Immortal)
struct TextFormatType * prev
struct TextFormatType * next
char(* format_identifier)(const char *string)
void(* format_line)(SpaceText *st, TextLine *line, bool do_next)
struct TextFormatType TextFormatType
int flatten_string_strlen(FlattenString *fs, const char *str)
void text_format_fill(const char **str_p, char **fmt_p, char type, int len)
void ED_text_format_register_lua(void)
void flatten_string_free(FlattenString *fs)
int flatten_string(const struct SpaceText *st, FlattenString *fs, const char *in)
void ED_text_format_register_osl(void)
@ FMT_CONT_QUOTESINGLE_TRIPLE
@ FMT_CONT_QUOTEDOUBLE_TRIPLE
void ED_text_format_register_py(void)
TextFormatType * ED_text_format_get(Text *text)
void ED_text_format_register_pov_ini(void)
struct FlattenString FlattenString
void ED_text_format_register_pov(void)
void text_format_fill_ascii(const char **str_p, char **fmt_p, char type, int len)
void ED_text_format_register(TextFormatType *tft)
int text_check_format_len(TextLine *line, unsigned int len)