Blender  V3.3
Functions
text_format_osl.c File Reference
#include <string.h>
#include "BLI_blenlib.h"
#include "DNA_space_types.h"
#include "DNA_text_types.h"
#include "BKE_text.h"
#include "text_format.h"

Go to the source code of this file.

Functions

static int txtfmt_osl_find_builtinfunc (const char *string)
 
static int txtfmt_osl_find_reserved (const char *string)
 
static int txtfmt_osl_find_specialvar (const char *string)
 
static int txtfmt_osl_find_preprocessor (const char *string)
 
static char txtfmt_osl_format_identifier (const char *str)
 
static void txtfmt_osl_format_line (SpaceText *st, TextLine *line, const bool do_next)
 
void ED_text_format_register_osl (void)
 

Function Documentation

◆ ED_text_format_register_osl()

void ED_text_format_register_osl ( void  )

◆ txtfmt_osl_find_builtinfunc()

static int txtfmt_osl_find_builtinfunc ( const char *  string)
static

◆ txtfmt_osl_find_preprocessor()

static int txtfmt_osl_find_preprocessor ( const char *  string)
static

◆ txtfmt_osl_find_reserved()

static int txtfmt_osl_find_reserved ( const char *  string)
static

◆ txtfmt_osl_find_specialvar()

static int txtfmt_osl_find_specialvar ( const char *  string)
static

◆ txtfmt_osl_format_identifier()

static char txtfmt_osl_format_identifier ( const char *  str)
static

◆ txtfmt_osl_format_line()

static void txtfmt_osl_format_line ( SpaceText st,
TextLine line,
const bool  do_next 
)
static