Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcut.c372 register int nodelim, empty, inword=0; in cutfields() local
391 if (!inword) in cutfields()
402 inword = 0; in cutfields()
509 inword++; in cutfields()
527 } while (!inword); in cutfields()
528 if (!inword) in cutfields()
554 if(inword && nodelim && !cut->sflag && (c=cp-first)>0) in cutfields()