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

/freebsd-current/usr.bin/sed/
H A Ddefs.h103 u_int nonsel:1; /* True if ! */ member in struct:s_command
H A Dcompile.c182 cmd->startline = cmd->nonsel = 0;
208 nonsel: /* Now parse the command */
225 cmd->nonsel = 1;
226 goto nonsel;
241 cmd->nonsel = 1;
H A Dprocess.c350 return (cp->nonsel ? ! r : r);

Completed in 112 milliseconds