Home
last modified time | relevance | path

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

/system/core/sh/
Dparser.c345 int got; in command() local
349 if ((got=readtoken()) != TDO) { in command()
350 TRACE(("expecting DO got %s %s\n", tokname[got], got == TWORD ? wordtext : "")); in command()