Lines Matching refs:SOURCING_LNUM
2721 SOURCING_LNUM = cctx->ctx_lnum + 1; in next_line_from_context()
2758 SOURCING_LNUM = cctx->ctx_lnum + 1; in may_get_next_line_error()
5255 long start_lnum = SOURCING_LNUM; in compile_and_or()
5278 save_sourcing_lnum = SOURCING_LNUM; in compile_and_or()
5279 SOURCING_LNUM = start_lnum; in compile_and_or()
5336 SOURCING_LNUM = save_sourcing_lnum; in compile_and_or()
6897 long start_lnum = SOURCING_LNUM; in compile_assignment()
7037 SOURCING_LNUM = start_lnum; in compile_assignment()
7149 SOURCING_LNUM = start_lnum; in compile_assignment()
8926 long lnum = SOURCING_LNUM; in compile_eval()
8936 if (name_only && lnum == SOURCING_LNUM) in compile_eval()
9154 int start_lnum = SOURCING_LNUM; in compile_exec()
9168 SOURCING_LNUM = start_lnum; in compile_exec()
9639 SOURCING_LNUM = 0; // line number unknown in compile_def_function()