Searched refs:label_symbols_rootp (Results 1 – 1 of 1) sorted by relevance
607 static label_symbol_struct *label_symbols_rootp = NULL; variable1119 for (label_chain = label_symbols_rootp; in pa_get_label()1159 if (label_symbols_rootp) in pa_define_label()1160 label_chain->lss_next = label_symbols_rootp; in pa_define_label()1162 label_symbols_rootp = label_chain; in pa_define_label()1179 for (label_chain = label_symbols_rootp; in pa_undefine_label()1196 label_symbols_rootp = label_chain->lss_next; in pa_undefine_label()