Home
last modified time | relevance | path

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

/system/core/sh/
Dparser.c95 char *wordtext; /* text of last word returned by readtoken */ variable
350 TRACE(("expecting DO got %s %s\n", tokname[got], got == TWORD ? wordtext : "")); in command()
360 if (readtoken() != TWORD || quoteflag || ! goodname(wordtext)) in command()
364 n1->nfor.var = wordtext; in command()
365 if (readtoken() == TWORD && ! quoteflag && equal(wordtext, "in")) { in command()
370 n2->narg.text = wordtext; in command()
414 n2->narg.text = wordtext; in command()
418 if (lasttoken != TWORD || ! equal(wordtext, "in")) in command()
430 ap->narg.text = wordtext; in command()
560 n->narg.text = wordtext; in simplecmd()
[all …]