Home | History | Annotate | Download | only in blktrace

Lines Matching refs:S_N

72 /* states: S_N: normal, S_I: comparing integral part, S_F: comparing

74 #define S_N 0x0
102 /* S_N */ S_N, S_I, S_Z, S_N,
103 /* S_I */ S_N, S_I, S_I, S_I,
104 /* S_F */ S_N, S_F, S_F, S_F,
105 /* S_Z */ S_N, S_F, S_Z, S_Z
113 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
129 state = S_N | ((c1 == '0') + (isdigit (c1) != 0));