Lines Matching refs:got_addr
2466 int num, sign, addr, got_addr; in get_one_address() local
2472 got_addr = FALSE; in get_one_address()
2477 if (got_addr) { in get_one_address()
2482 } else if (!got_addr && *p == '.') { // the current line in get_one_address()
2485 got_addr = TRUE; in get_one_address()
2486 } else if (!got_addr && *p == '$') { // the last line in file in get_one_address()
2489 got_addr = TRUE; in get_one_address()
2492 else if (!got_addr && *p == '\'') { // is this a mark addr in get_one_address()
2507 got_addr = TRUE; in get_one_address()
2511 else if (!got_addr && (*p == '/' || *p == '?')) { // a search pattern in get_one_address()
2540 got_addr = TRUE; in get_one_address()
2547 if (!got_addr) { // specific line number in get_one_address()
2549 got_addr = TRUE; in get_one_address()
2555 if (!got_addr) { // default address is dot in get_one_address()
2557 got_addr = TRUE; in get_one_address()
2568 *valid = got_addr; in get_one_address()