Lines Matching defs:cur
1254 long cur = symtable_lookup(st, e_name->v.Name.id);
1255 if (cur < 0) {
1258 if ((cur & (DEF_GLOBAL | DEF_NONLOCAL))
1262 cur & DEF_GLOBAL ? GLOBAL_ANNOT : NONLOCAL_ANNOT,
1358 long cur = symtable_lookup(st, name);
1359 if (cur < 0)
1361 if (cur & (DEF_PARAM | DEF_LOCAL | USE | DEF_ANNOT)) {
1363 if (cur & DEF_PARAM) {
1365 } else if (cur & USE) {
1367 } else if (cur & DEF_ANNOT) {
1394 long cur = symtable_lookup(st, name);
1395 if (cur < 0)
1397 if (cur & (DEF_PARAM | DEF_LOCAL | USE | DEF_ANNOT)) {
1399 if (cur & DEF_PARAM) {
1401 } else if (cur & USE) {
1403 } else if (cur & DEF_ANNOT) {