<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns='http://www.w3.org/1999/xhtml'> <head> <title>grword</title> <meta name='robots' content='noindex,nofollow' /> <meta name='generator' content='GLOBAL-6.6.5' /> <meta http-equiv='Content-Style-Type' content='text/css' /> <link rel='stylesheet' type='text/css' href='../style.css' /> </head> <body> <pre> <span class='curline'><a href='../S/2837.html#L40'>grword</a> 40 src/assemble.c WORD grword(const char *str, bool is_x);</span> <span class='curline'><a href='../S/2837.html#L597'>grword</a> 597 src/assemble.c else if((r_r1 = grword(cmdl->opd->opdv[0], false)) != 0xFFFF) {</span> <span class='curline'><a href='../S/2837.html#L608'>grword</a> 608 src/assemble.c else if(cmdl->opd->opdc == 2 && (x_r2 = grword(cmdl->opd->opdv[1], false)) != 0xFFFF) {</span> <span class='curline'><a href='../S/2837.html#L626'>grword</a> 626 src/assemble.c if((x_r2 = grword(cmdl->opd->opdv[2], true)) == 0xFFFF) {</span> <span class='curline'><a href='../S/2837.html#L649'>grword</a> 649 src/assemble.c x_r2 = grword(cmdl->opd->opdv[1], true);</span> </pre> </body> </html>