Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/vi/ex/
H A Dex_map.c75 if (seq_set(sp, NULL, 0, input, cmdp->argv[0]->len, in ex_map()
95 return (seq_set(sp, NULL, 0, input, cmdp->argv[0]->len, in ex_map()
H A Dex_abbrev.c84 if (seq_set(sp, NULL, 0, cmdp->argv[0]->bp, cmdp->argv[0]->len, in ex_abbr()
/openbsd-src/usr.bin/vi/cl/
H A Dcl_term.c91 if (seq_set(sp, tkp->name, strlen(tkp->name), t, strlen(t), in cl_term_init()
113 if (seq_set(sp, tkp->name, strlen(tkp->name), t, strlen(t), in cl_term_init()
193 return (seq_set(sp, key_name, nlen, in cl_pfmap()
/openbsd-src/usr.bin/vi/include/
H A Dcom_extern.h96 int seq_set(SCR *, CHAR_T *,
/openbsd-src/usr.bin/vi/common/
H A Dseq.c36 seq_set(SCR *sp, CHAR_T *name, size_t nlen, CHAR_T *input, size_t ilen, in seq_set() function