Linux Kernel
3.7.1
|
#include <textsearch_fsm.h>
Data Fields | |
__u16 | type |
__u8 | recur |
__u8 | value |
struct ts_fsm_token - state machine token (state) : type of token : number of recurrences : character value for TS_FSM_SPECIFIC
Definition at line 41 of file textsearch_fsm.h.
__u8 recur |
Definition at line 44 of file textsearch_fsm.h.
Definition at line 43 of file textsearch_fsm.h.
__u8 value |
Definition at line 45 of file textsearch_fsm.h.