Searched refs:seq_t (Results 1 – 7 of 7) sorted by relevance
/netbsd/external/bsd/nvi/dist/common/ |
H A D | seq.c | 43 …name, size_t nlen, CHAR_T *input, size_t ilen, CHAR_T *output, size_t olen, seq_t stype, int flags) in seq_set() 138 seq_delete(SCR *sp, CHAR_T *input, size_t ilen, seq_t stype) in seq_delete() 175 seq_find(SCR *sp, SEQ **lastqp, EVENT *e_input, CHAR_T *c_input, size_t ilen, seq_t stype, int *isp… in seq_find() 278 seq_dump(SCR *sp, seq_t stype, int isname) in seq_dump() 323 seq_save(SCR *sp, FILE *fp, const char *prefix, seq_t stype) in seq_save()
|
H A D | seq.h | 32 seq_t stype; /* Sequence type. */
|
H A D | common.h | 85 typedef enum { SEQ_ABBREV, SEQ_COMMAND, SEQ_INPUT } seq_t; typedef
|
H A D | gs.h | 157 __P((SCR *, seq_t, CHAR_T *, size_t, CHAR_T *, size_t));
|
/netbsd/external/bsd/nvi/dist/cl/ |
H A D | cl_term.c | 40 static int cl_pfmap __P((SCR *, seq_t, CHAR_T *, size_t, CHAR_T *, size_t)); 212 cl_fmap(SCR *sp, seq_t stype, CHAR_T *from, size_t flen, CHAR_T *to, size_t tlen) in cl_fmap() 228 cl_pfmap(SCR *sp, seq_t stype, CHAR_T *from, size_t flen, CHAR_T *to, size_t tlen) in cl_pfmap()
|
/netbsd/external/bsd/nvi/dist/ip/ |
H A D | ip_term.c | 78 ip_fmap(SCR *sp, seq_t stype, CHAR_T *from, size_t flen, CHAR_T *to, size_t tlen) in ip_fmap()
|
/netbsd/external/bsd/nvi/dist/ex/ |
H A D | ex_map.c | 53 seq_t stype; in ex_map()
|