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

/netbsd-6-1-5-RELEASE/usr.bin/sed/
H A Ddefs.h127 u_int nonsel:1; /* True if ! */ member in struct:s_command
H A Dcompile.c219 cmd->nonsel = cmd->inrange = 0;
242 nonsel: /* Now parse the command */
258 cmd->nonsel = ! cmd->nonsel;
259 goto nonsel;
274 cmd->nonsel = 1;
H A Dprocess.c351 return (cp->nonsel ? ! r : r);

Completed in 60 milliseconds