Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dlocal2.c274 int isscon = 0, iscon = p->n_right->n_op == ICON; in twocomp() local
279 if (iscon && p->n_right->n_name[0] != 0) { in twocomp()
289 if (iscon) in twocomp()
293 printf(" ca%c%s ", iscon && isscon ? 'i' : 'm', in twocomp()
297 if (iscon && (isscon == 0)) { in twocomp()
326 int iscon = p->n_right->n_op == ICON; in twollcomp() local
339 if (iscon) in twollcomp()
342 if (iscon) in twollcomp()
348 if (iscon) in twollcomp()
351 if (iscon) in twollcomp()
[all …]