Lines Matching refs:line
247 function readBytecodes(i, parts, line, cmd, status, count) {
251 status = getline line <bytecodeFile;
259 gsub(/ */, " ", line);
261 sub(/ $/, "", line);
262 sub(/^ /, "", line);
263 count = split(line, parts);
266 sub(/^[a-z][a-z]* */, "", line); # Remove the command from line.
269 status = defineOpcode(line);
271 status = defineFormat(line);
277 printf("syntax error on line: %s\n", line) >"/dev/stderr";
286 function defineOpcode(line, count, parts, idx) {
288 count = split(line, parts);
339 function defineFormat(line, count, parts, i) {
341 count = split(line, parts);
343 formats[parts[1]] = line;