Home
last modified time | relevance | path

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

/titanic_51/usr/src/contrib/ast/src/lib/libcmd/
H A Dcut.c374 register int nodelim, empty, inword=0; in cutfields() local
393 if (!inword) in cutfields()
404 inword = 0; in cutfields()
511 inword++; in cutfields()
529 } while (!inword); in cutfields()
530 if (!inword) in cutfields()
556 if(inword && nodelim && !cut->sflag && (c=cp-first)>0) in cutfields()
/titanic_51/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()