ls               1172 maint/gnulib/lib/dfa.c push_lex_state (struct dfa *dfa, struct lexptr *ls, char const *s)
ls               1174 maint/gnulib/lib/dfa.c   ls->ptr = dfa->lex.ptr;
ls               1175 maint/gnulib/lib/dfa.c   ls->left = dfa->lex.left;
ls               1181 maint/gnulib/lib/dfa.c pop_lex_state (struct dfa *dfa, struct lexptr const *ls)
ls               1183 maint/gnulib/lib/dfa.c   dfa->lex.ptr = ls->ptr;
ls               1184 maint/gnulib/lib/dfa.c   dfa->lex.left = ls->left;
ls               1459 maint/gnulib/lib/dfa.c             struct lexptr ls;
ls               1460 maint/gnulib/lib/dfa.c             push_lex_state (dfa, &ls, &"^[:space:]]"[c == 's']);
ls               1462 maint/gnulib/lib/dfa.c             pop_lex_state (dfa, &ls);
ls               1493 maint/gnulib/lib/dfa.c             struct lexptr ls;
ls               1494 maint/gnulib/lib/dfa.c             push_lex_state (dfa, &ls, &"^_[:alnum:]]"[c == 'w']);
ls               1496 maint/gnulib/lib/dfa.c             pop_lex_state (dfa, &ls);
ls                 38 maint/gnulib/tests/test-locale.c int ls;
ls                 54 maint/gnulib/tests/test-locale.c   ls += sizeof (*l.decimal_point);
ls                 55 maint/gnulib/tests/test-locale.c   ls += sizeof (*l.thousands_sep);
ls                 56 maint/gnulib/tests/test-locale.c   ls += sizeof (*l.grouping);
ls                 57 maint/gnulib/tests/test-locale.c   ls += sizeof (*l.mon_decimal_point);
ls                 58 maint/gnulib/tests/test-locale.c   ls += sizeof (*l.mon_thousands_sep);
ls                 59 maint/gnulib/tests/test-locale.c   ls += sizeof (*l.mon_grouping);
ls                 60 maint/gnulib/tests/test-locale.c   ls += sizeof (*l.positive_sign);
ls                 61 maint/gnulib/tests/test-locale.c   ls += sizeof (*l.negative_sign);
ls                 62 maint/gnulib/tests/test-locale.c   ls += sizeof (*l.currency_symbol);
ls                 63 maint/gnulib/tests/test-locale.c   ls += sizeof (l.frac_digits);
ls                 64 maint/gnulib/tests/test-locale.c   ls += sizeof (l.p_cs_precedes);
ls                 65 maint/gnulib/tests/test-locale.c   ls += sizeof (l.p_sign_posn);
ls                 66 maint/gnulib/tests/test-locale.c   ls += sizeof (l.p_sep_by_space);
ls                 67 maint/gnulib/tests/test-locale.c   ls += sizeof (l.n_cs_precedes);
ls                 68 maint/gnulib/tests/test-locale.c   ls += sizeof (l.n_sign_posn);
ls                 69 maint/gnulib/tests/test-locale.c   ls += sizeof (l.n_sep_by_space);
ls                 70 maint/gnulib/tests/test-locale.c   ls += sizeof (*l.int_curr_symbol);
ls                 71 maint/gnulib/tests/test-locale.c   ls += sizeof (l.int_frac_digits);
ls                 72 maint/gnulib/tests/test-locale.c   ls += sizeof (l.int_p_cs_precedes);
ls                 73 maint/gnulib/tests/test-locale.c   ls += sizeof (l.int_p_sign_posn);
ls                 74 maint/gnulib/tests/test-locale.c   ls += sizeof (l.int_p_sep_by_space);
ls                 75 maint/gnulib/tests/test-locale.c   ls += sizeof (l.int_n_cs_precedes);
ls                 76 maint/gnulib/tests/test-locale.c   ls += sizeof (l.int_n_sign_posn);
ls                 77 maint/gnulib/tests/test-locale.c   ls += sizeof (l.int_n_sep_by_space);