Searched refs:find_context (Results 1 – 1 of 1) sorted by relevance
/external/clearsilver/cs/ |
D | csparse.c | 456 static char *find_context (CSPARSE *parse, int offset, char *buf, size_t blen) in find_context() function 596 find_context(parse, i, tmp, sizeof(tmp)), &(ibuf[parse->offset])); in cs_parse_string() 602 find_context(parse, i, tmp, sizeof(tmp)), in cs_parse_string() 622 find_context(parse, -1, tmp, sizeof(tmp)), in cs_parse_string() 654 find_context(parse, -1, tmp, sizeof(tmp))); in cs_parse_string() 683 find_context(parse, -1, tmp, sizeof(tmp)), token); in cs_parse_string() 701 find_context(parse, entry->location, tmp, sizeof(tmp)), in cs_parse_string() 995 find_context(parse, -1, tmp, sizeof(tmp)), arg); in parse_tokens() 1012 find_context(parse, -1, tmp, sizeof(tmp)), arg); in parse_tokens() 1025 find_context(parse, -1, tmp, sizeof(tmp)), arg); in parse_tokens() [all …]
|