Lines Matching refs:ai
185 if (LF_ISSET(TXT_DOTTERM) && tp->len == tp->ai + 1 && in ex_txt()
209 OOBLNO, &ait, ait.ai, ntp)) in ex_txt()
228 if (tp->len <= tp->ai && LF_ISSET(TXT_AUTOINDENT)) in ex_txt()
232 if (tp->len <= tp->ai && LF_ISSET(TXT_AUTOINDENT)) in ex_txt()
284 if (tp->len > tp->ai + 1) in ex_txt()
290 BINC_GOTOW(sp, ait.lb, ait.lb_len, tp->ai); in ex_txt()
291 MEMCPY(ait.lb, tp->lb, tp->ai); in ex_txt()
292 ait.ai = ait.len = tp->ai; in ex_txt()
298 if (tp->len > tp->ai + 1) in ex_txt()
303 tp->ai = tp->len = 0; in ex_txt()
306 if (tp->len > tp->ai) in ex_txt()
364 (void)ex_printf(sp, WVS, (int)tp->ai, tp->lb); in txt_prompt()
417 tp->ai = tabs + spaces; in txt_dent()