Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libcmd/common/
H A Dcut.c376 register int nodelim, empty, inword=0; in cutfields() local
395 if (!inword) in cutfields()
406 inword = 0; in cutfields()
513 inword++; in cutfields()
531 } while (!inword); in cutfields()
532 if (!inword) in cutfields()
558 if(inword && nodelim && !cut->sflag && (c=cp-first)>0) in cutfields()