codex
Loading...
Searching...
No Matches
text.c File Reference
#include "yaml.h"
Include dependency graph for text.c:

Classes

struct  stack
 

Enumerations

enum  stage {
  ROOT , SEQ , MAP_FIRST_KEY , MAP_KEY ,
  MAP_VALUE
}
 

Functions

static void print_level (unsigned level, FILE *out)
 
static void stack_init (struct stack *s)
 
static void stack_destroy (struct stack *s)
 
static void stack_push (struct stack *s, enum stage i)
 
int process_text (struct parser *parser, FILE *out)
 

Enumeration Type Documentation

◆ stage

enum stage
Enumerator
ROOT 
SEQ 
MAP_FIRST_KEY 
MAP_KEY 
MAP_VALUE 

Function Documentation

◆ print_level()

static void print_level ( unsigned level,
FILE * out )
static
Here is the caller graph for this function:

◆ process_text()

int process_text ( struct parser * parser,
FILE * out )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ stack_destroy()

static void stack_destroy ( struct stack * s)
static
Here is the caller graph for this function:

◆ stack_init()

static void stack_init ( struct stack * s)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ stack_push()

static void stack_push ( struct stack * s,
enum stage i )
static
Here is the call graph for this function:
Here is the caller graph for this function: