Home
last modified time | relevance | path

Searched refs:CS_POSITION (Results 1 – 2 of 2) sorted by relevance

/external/clearsilver/cs/
Dcs.h106 typedef struct _position CS_POSITION; typedef
261 CS_POSITION pos; /* Container for current position in CS file */
Dcsparse.c206 CS_POSITION *pos = &parse->pos; in init_node_pos()
406 CS_POSITION pos; in cs_parse_file()
437 memcpy(&pos, &parse->pos, sizeof(CS_POSITION)); in cs_parse_file()
447 memcpy(&parse->pos, &pos, sizeof(CS_POSITION)); in cs_parse_file()