Lines Matching defs:word
222 char *s = word, *new = 0;
278 int redir_prefix(char *word)
280 char *s = word;
284 if (*s == '}' && s != word+1) s++;
285 else s = word;
288 return s-word;
368 // vfork(), I.E. the [n] part of [n]<word
391 // at this point for [n]<word s = start of [n], ss = start of <, sss = word
394 // I.E. for [n]<word the fd if you open("word"). It's stored <<1 and the
518 // parse next word from command line. Returns end, or 0 if need continuation
525 // (( is a special quote at the start of a word
528 // find end of this word
567 // Things we should only return at the _start_ of a word
766 // skip leading whitespace/comment here to know where next word starts
773 // Parse next word and detect overflow (too many nested quotes).
785 // Do we need to request another line to finish word (find ending quote)?
795 // Ok, we have a word. What does it _mean_?
871 // flow control is the first word of a pipeline segment
916 // Expecting NULL means a statement: I.E. any otherwise unrecognized word
929 // If we got here we expect a specific word to end this block: is this it?
970 // syntax error check: these can't be the first word in an unexpected place