Searched defs:yes (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/sfio/
H A Dsfvscanf.c126 int yes; member in struct:_accept_s
146 { ac->yes = 0;
149 else ac->yes = 1;
152 ac->ok[c] = !ac->yes;
155 { ac->ok[*form] = ac->yes;
173 ac->ok[c] = ac->yes;
183 ac->ok[c] = ac->yes;
220 return ac->yes;
224 return !ac->yes;
/ast/src/lib/libast/regex/
H A Dreglib.h319 struct Rex_s* next[2]; /* 0:no 1:yes next pattern */
321 int yes; /* yes condition hit */ member in struct:Cond_s

Completed in 20 milliseconds