Searched refs:nonsel (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sed/
H A Ddefs.h104 uint_t nonsel:1; /* True if ! */ member in struct:s_command
H A Dcompile.c180 cmd->startline = cmd->nonsel = 0;
206 nonsel: /* Now parse the command */
222 cmd->nonsel = 1;
223 goto nonsel;
238 cmd->nonsel = 1;
H A Dprocess.c330 return (cp->nonsel ? ! r : r);

Completed in 48 milliseconds