/src/lib/libform/ |
type_enum.c | 151 unsigned i, start, end, enum_start, blen, elen, enum_end; local in function:match_enum 166 enum_end = trim_blanks(choices[i]); 168 if (enum_end >= enum_start) 170 - strlen(&choices[i][enum_end]) + 1);
|
type_enum.c | 151 unsigned i, start, end, enum_start, blen, elen, enum_end; local in function:match_enum 166 enum_end = trim_blanks(choices[i]); 168 if (enum_end >= enum_start) 170 - strlen(&choices[i][enum_end]) + 1);
|
type_enum.c | 151 unsigned i, start, end, enum_start, blen, elen, enum_end; local in function:match_enum 166 enum_end = trim_blanks(choices[i]); 168 if (enum_end >= enum_start) 170 - strlen(&choices[i][enum_end]) + 1);
|