is_x               38 src/assemble.c WORD grword(const char *str, bool is_x);
is_x              313 src/assemble.c WORD grword(const char *str, bool is_x)
is_x              326 src/assemble.c     if(is_x == true && r == 0x0) {
is_x                5 test/unit/getgr/cmd.c WORD getgr(const char *str, bool is_x);
is_x               11 test/unit/getgr/cmd.c     bool is_x[] = {
is_x               25 test/unit/getgr/cmd.c         title = (is_x[i] == false) ? "Generel Register" : "Index Register";
is_x               29 test/unit/getgr/cmd.c             r = getgr(str[j], is_x[i]);