Home
last modified time | relevance | path

Searched refs:STRING (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/coreutils/
Dexpr.c103 STRING enumerator
150 if (STRING) /* otherwise xzalloc did it already */ in str_value()
151 v->type = STRING; in str_value()
160 if (v->type == STRING) in freev()
181 v->type = STRING; in tostring()
189 if (v->type == STRING) { in toarith()
223 if (l->type == STRING || r->type == STRING) { in cmp_common()
393 v->type = STRING; in eval6()
/busybox-1.35.0/scripts/kconfig/
Dzconf.l3 %x COMMAND HELP STRING PARAM
133 BEGIN(STRING);
155 <STRING>{
Dlex.zconf.c_shipped813 #define STRING 3
1098 BEGIN(STRING);
1199 case YY_STATE_EOF(STRING):