HomeSort by: relevance | last modified time | path
    Searched defs:startword (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/sh/
miscbltin.c 209 int startword; local in function:readcmd
296 startword = 2;
332 if (startword != 0) {
339 if (is_ifs == 2 && startword == 1) {
341 startword = 2;
353 startword = 0;
363 startword = is_ifs;

Completed in 13 milliseconds