Home
last modified time | relevance | path

Searched refs:obp (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/tty/vt/
H A Dselection.c214 char *bp, *obp; in vc_selection_store_chars()
229 obp = bp; in vc_selection_store_chars()
237 obp = bp; in vc_selection_store_chars()
241 if (obp != bp) { in vc_do_selection()
242 bp = obp; in vc_do_selection()
245 obp = bp; in vc_do_selection()
200 char *bp, *obp; vc_selection_store_chars() local