Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/definit/
H A Ddefinit.c105 boolean_t inquotes; in definit_nextline() local
130 inquotes = B_FALSE; in definit_nextline()
135 inquotes = !inquotes; in definit_nextline()
140 if (!inquotes) in definit_nextline()
/illumos-gate/usr/src/cmd/newtask/
H A Dutils.c144 int inquotes = 0; in getdefault() local
153 !((*cp2 == ';') && (inquotes == 0))) { in getdefault()
156 inquotes = in getdefault()
157 inquotes == 0 ? 1 : 0; in getdefault()
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c613 boolean_t inquotes = B_FALSE; in create_argv() local
623 if (inquotes) { in create_argv()
657 if (inquotes) { in create_argv()
658 inquotes = B_FALSE; in create_argv()
661 inquotes = B_TRUE; in create_argv()