Searched refs:wordtext (Results 1 – 1 of 1) sorted by relevance
11707 static char *wordtext; /* text of last word returned by readtoken */ variable11898 n->narg.text = wordtext; in makename()11940 rmescapes(wordtext, 0, NULL); in parsefname()11941 here->eofmark = wordtext; in parsefname()11951 fixredir(n, wordtext, 0); in parsefname()12001 wordtext = (char *) (t == TAND ? "&&" : "||"); in simplecmd()12007 n->narg.text = wordtext; in simplecmd()12009 if (strcmp("[[", wordtext) == 0) in simplecmd()12011 else if (strcmp("]]", wordtext) == 0) in simplecmd()12015 if (savecheckkwd && isassignment(wordtext)) { in simplecmd()[all …]