Searched refs:CS_POSITION (Results 1 – 2 of 2) sorted by relevance
106 typedef struct _position CS_POSITION; typedef261 CS_POSITION pos; /* Container for current position in CS file */
206 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()