Home
last modified time | relevance | path

Searched refs:incore_source (Results 1 – 7 of 7) sorted by relevance

/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dinstore.c330 const char *incore_source, in ExpandTinnedTree() argument
343 incore_source = NULL; in ExpandTinnedTree()
345 incore_source = NULL; in ExpandTinnedTree()
346 if (incore_source) /* Its worth to check exactly */ in ExpandTinnedTree()
358 incore_source = NULL; in ExpandTinnedTree()
360 if (incore_source) /* We are sure enough to use the source string */ in ExpandTinnedTree()
362 ipt.incore_source = incore_source; in ExpandTinnedTree()
H A Dlexsrc.l2278 if (parser_data.incore_source)
2288 incore_newline->offset = last_interptr - parser_data.incore_source ;
2798 parser_data.incore_source = str->value; /* fixes bug 972796 */
2799 result->incore_source = str->value;
H A Dregina_t.h391 const char * incore_source; /* or the two values above */ member
H A Ddebug.c343 return ipt->incore_source + otp->elems[line].offset ; in sourceline()
H A Dlexsrc.c6138 if (parser_data.incore_source) in get_next_line()
6148 incore_newline->offset = last_interptr - parser_data.incore_source ; in get_next_line()
6658 parser_data.incore_source = str->value; /* fixes bug 972796 */ in fetch()
6659 result->incore_source = str->value; in fetch()
H A Dextern.h895 const char *incore_source,
H A Dbuiltin.c1804 memcpy( retval->value, ipt->incore_source + otp->elems[line].offset, i ) ; in std_sourceline()