Searched refs:seq_t (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/sys/sys/
H A Dseq.h37 * seq_t may be included in structs visible to userspace
39 typedef uint32_t seq_t; typedef
55 * seq_t seq;
92 seq_in_modify(seq_t seqp)
99 seq_write_begin(seq_t *seqp)
107 seq_write_end(seq_t *seqp)
114 static __inline seq_t
115 seq_read(seq_t *seqp)
117 seq_t ret;
131 static __inline seq_t
[all...]
H A Dfiledesc.h57 seq_t fde_seq; /* keep file and caps in sync */
/freebsd-10.1-release/contrib/nvi/common/
H A Dseq.h31 seq_t stype; /* Sequence type. */
H A Dcommon.h71 typedef enum { SEQ_ABBREV, SEQ_COMMAND, SEQ_INPUT } seq_t; typedef in typeref:enum:__anon4060
H A Dextern.h111 size_t, CHAR_T *, size_t, CHAR_T *, size_t, seq_t, int));
112 int seq_delete __P((SCR *, CHAR_T *, size_t, seq_t));
115 __P((SCR *, SEQ **, EVENT *, CHAR_T *, size_t, seq_t, int *));
117 int seq_dump __P((SCR *, seq_t, int));
118 int seq_save __P((SCR *, FILE *, char *, seq_t));
H A Dseq.c35 * PUBLIC: size_t, CHAR_T *, size_t, CHAR_T *, size_t, seq_t, int));
46 seq_t stype,
139 * PUBLIC: int seq_delete __P((SCR *, CHAR_T *, size_t, seq_t));
146 seq_t stype)
196 * PUBLIC: __P((SCR *, SEQ **, EVENT *, CHAR_T *, size_t, seq_t, int *));
205 seq_t stype,
298 * PUBLIC: int seq_dump __P((SCR *, seq_t, int));
303 seq_t stype,
346 * PUBLIC: int seq_save __P((SCR *, FILE *, char *, seq_t));
353 seq_t styp
[all...]
H A Dgs.h173 __P((SCR *, seq_t, CHAR_T *, size_t, CHAR_T *, size_t));
/freebsd-10.1-release/contrib/nvi/cl/
H A Dextern.h27 int cl_fmap __P((SCR *, seq_t, CHAR_T *, size_t, CHAR_T *, size_t));
H A Dcl_term.c37 static int cl_pfmap __P((SCR *, seq_t, CHAR_T *, size_t, CHAR_T *, size_t));
209 * PUBLIC: int cl_fmap __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)
228 cl_pfmap(SCR *sp, seq_t stype, CHAR_T *from, size_t flen, CHAR_T *to, size_t tlen)
/freebsd-10.1-release/contrib/nvi/ex/
H A Dex_map.c48 seq_t stype;
/freebsd-10.1-release/sys/kern/
H A Dkern_descrip.c2364 seq_t seq;

Completed in 81 milliseconds