Searched refs:seq_set (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/usr.bin/vi/ex/ |
| H A D | ex_map.c | 75 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 D | ex_abbrev.c | 84 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 D | cl_term.c | 91 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 D | com_extern.h | 96 int seq_set(SCR *, CHAR_T *,
|
| /openbsd-src/usr.bin/vi/common/ |
| H A D | seq.c | 36 seq_set(SCR *sp, CHAR_T *name, size_t nlen, CHAR_T *input, size_t ilen, in seq_set() function
|