Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemsym.c122 int want_scope, usecount, sptrlink; in sym_in_scope() local
201 sptrlink = sptr; in sym_in_scope()
202 while ((STYPEG(sptrlink) == ST_ALIAS || STYPEG(sptrlink) == ST_MODPROC) && in sym_in_scope()
203 SYMLKG(sptrlink)) { in sym_in_scope()
204 sptrlink = SYMLKG(sptrlink); in sym_in_scope()
253 STYPEG(sptrlink) != ST_USERGENERIC && in sym_in_scope()
254 STYPEG(sptrlink) != ST_ENTRY && !VTOFFG(sptrlink) && in sym_in_scope()
255 !TBPLNKG(sptrlink)) { in sym_in_scope()
266 bestsptr = sptrlink; in sym_in_scope()
274 STYPEG(sptrlink) != ST_ENTRY && !VTOFFG(sptrlink) && in sym_in_scope()
[all …]