Lines Matching defs:str_l
85 } str_l;
104 %type <v.str_l> str_l optdeco
337 | MODULE SET STRING key str_l {
367 | SET key str_l {
390 authenticate : AUTHENTICATE str_l BY STRING optdeco {
402 | AUTHENTICATION_FILTER str_l BY STRING optdeco {
417 | AUTHENTICATE str_l optnl '{' {
447 | DECORATE_BY str_l { $$ = $2; }
469 | DECORATE_BY str_l {
485 account : ACCOUNT optquick str_l TO STRING optdeco {
530 str_l : str_l strnum {
990 } *str_l = str_l0;
992 for (i = 0; i < str_l->c; i++)
993 free(str_l->v[i]);
994 free(str_l->v);