Lines Matching refs:oarg
94 const char *oarg;
118 &oind, &oarg);
124 file_string = oarg;
128 line_num = atoi (oarg);
132 how_many = atoi (oarg);
136 low = parse_and_eval_address (oarg);
140 high = parse_and_eval_address (oarg);
144 addr = parse_and_eval_address (oarg);
149 if (strcmp (oarg, "none") == 0)
151 else if (strcmp (oarg, "display") == 0)
153 else if (strcmp (oarg, "bytes") == 0)