#include "ticvocab.h"
Include dependency graph for parselocals.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | declare_locals (bool ignoring) |
tic_hdr_t * | lookup_local (char *lname) |
bool | exists_as_local (char *stat_name) |
bool | create_local_alias (char *new_name, char *old_name) |
void | assign_local (void) |
void | finish_locals (void) |
void | forget_locals (void) |
|
Definition at line 816 of file parselocals.c. References get_word(), handle_local(), lineno, local_op, pc, statbuf, TKERROR, tokenization_error(), and warn_unterm(). Referenced by handle_internal(). Here is the call graph for this function: |
|
Definition at line 747 of file parselocals.c. References create_tic_alias(). Referenced by create_alias(). Here is the call graph for this function: |
|
Definition at line 629 of file parselocals.c. References activate_locals(), end, error_check_locals(), gather_locals(), l_d_lineno, lineno, localno, num_ilocals, num_ulocals, pc, report_multiline, skip_until(), TKERROR, warn_if_multiline(), and warn_unterm(). Referenced by handle_internal(), and skip_string(). Here is the call graph for this function: |
|
Definition at line 768 of file parselocals.c. References exists_in_tic_vocab(). Referenced by lookup_with_definer(). Here is the call graph for this function: |
|
Definition at line 891 of file parselocals.c. References eval_buf, eval_string(), get_word(), int_to_str(), localno, pop_locals, and tokenize_one_word(). Referenced by handle_internal(). Here is the call graph for this function: |
|
Definition at line 933 of file parselocals.c. References localno, num_ilocals, num_ulocals, and reset_tic_vocab(). Referenced by handle_internal(). Here is the call graph for this function: |
|
Definition at line 716 of file parselocals.c. References lookup_tic_entry(). Referenced by lookup_word(). Here is the call graph for this function: |