Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dseq.c49 seq_find(sp, &lastqp, NULL, input, ilen, stype, NULL)) != NULL) { in seq_set()
178 seq_find(SCR *sp, SEQ **lastqp, EVENT *e_input, CHAR_T *c_input, size_t ilen, in seq_find() function
H A Dkey.c637 qp = seq_find(sp, NULL, evp, NULL, gp->i_cnt, in v_event_get()
/freebsd/usr.bin/vi/
H A Dextern.h427 SEQ *seq_find
/freebsd/contrib/nvi/vi/
H A Dv_txt.c1543 if ((qp = seq_find(sp, NULL, NULL, p, len, SEQ_ABBREV, NULL)) == NULL) in txt_abbrev()